Home
last modified time | relevance | path

Searched refs:cend (Results 1 – 25 of 73) sorted by relevance

123

/openbsd/gnu/lib/libiberty/src/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; in fnmatch() local
146 cstart = cend = *p++; in fnmatch()
148 cstart = cend = FOLD (cstart); in fnmatch()
163 cend = *p++; in fnmatch()
164 if (!(flags & FNM_NOESCAPE) && cend == '\\') in fnmatch()
165 cend = *p++; in fnmatch()
166 if (cend == '\0') in fnmatch()
168 cend = FOLD (cend); in fnmatch()
174 && FOLD ((unsigned char)*n) <= cend) in fnmatch()
/openbsd/gnu/usr.bin/cvs/lib/
H A Dfnmatch.c116 register char cstart = c, cend = c; local
119 cstart = cend = *p++;
133 cend = *p++;
134 if (!(flags & FNM_NOESCAPE) && cend == '\\')
135 cend = *p++;
136 if (cend == '\0')
141 if (*n >= cstart && *n <= cend)
/openbsd/sys/arch/alpha/stand/
H A Dloadfile_subr.c41 u_int64_t cstart, cend; in check_phdr() local
49 cend = cstart + ptoa(memc->mddt_pg_cnt); in check_phdr()
52 phdr->p_vaddr >= cend) in check_phdr()
60 cstart, cend, phdr->p_vaddr, in check_phdr()
/openbsd/gnu/usr.bin/perl/cpan/Encode/
H A Dencengine.c112 const U8 *cend = s + (e->slen & 0x7f); in do_encode() local
113 if (cend <= send) { in do_encode()
134 if (s == cend) { in do_encode()
/openbsd/gnu/llvm/llvm/include/llvm/XRay/
H A DGraph.h234 const_iterator cend() const { in cend() function
241 const_iterator end() const { return cend(); } in end()
287 const_iterator cend() const { return G.Vertices.cend(); } in cend() function
324 const_iterator cend() const { return G.Edges.cend(); } in cend() function
/openbsd/usr.bin/gencat/
H A Dgencat.c227 char *cptr, *cend; in get_line() local
236 cend = curline + curlen; in get_line()
238 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) { in get_line()
258 if (cptr == cend) { in get_line()
260 cend = curline + curlen; in get_line()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h214 const_iterator cend() const { return (Packet.end()); } in cend() function
222 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DSubtargetFeature.cpp47 Features.insert(Features.cend(), OtherFeatures.begin(), OtherFeatures.end()); in addFeaturesVector()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp104 memory_regions.cbegin(), memory_regions.cend(), in MakeTaggedRange()
109 if (region == memory_regions.cend() || in MakeTaggedRange()
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h165 const_iterator cend() const { return Data + Size; } in cend() function
306 const_iterator end() const { return elements().cend(); } in end()
/openbsd/gnu/llvm/libcxx/include/__iterator/
H A Daccess.h83 auto cend(const _Cp& __c) -> decltype(_VSTD::end(__c))
/openbsd/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegion.h152 const_iterator end() const { return Regions.cend(); } in end()
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h270 const_iterator cend() const { in cend() function
/openbsd/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp114 for (auto it = location.symbols.cbegin(); it != location.symbols.cend(); in RegisterAssertFrameRecognizer()
/openbsd/lib/libcurses/
H A Dterm_entry.h131 long cend; member
/openbsd/gnu/llvm/libcxx/include/
H A Dunordered_set104 const_iterator cend() const noexcept;
176 const_local_iterator cend(size_type n) const;
318 const_iterator cend() const noexcept;
390 const_local_iterator cend(size_type n) const;
655 const_iterator cend() const _NOEXCEPT {return __table_.end();}
850 const_local_iterator end(size_type __n) const {return __table_.cend(__n);}
854 const_local_iterator cend(size_type __n) const {return __table_.cend(__n);}
1308 const_iterator cend() const _NOEXCEPT {return __table_.end();}
1488 const_local_iterator end(size_type __n) const {return __table_.cend(__n);}
1492 const_local_iterator cend(size_type __n) const {return __table_.cend(__n);}
H A Dset97 const_iterator cend() const noexcept;
321 const_iterator cend() const noexcept;
705 const_iterator cend() const _NOEXCEPT {return end();}
741 for (const_iterator __e = cend(); __f != __l; ++__f)
968 const_iterator __e = cend();
1241 const_iterator cend() const _NOEXCEPT {return end();}
1277 for (const_iterator __e = cend(); __f != __l; ++__f)
1504 const_iterator __e = cend();
H A Darray50 const_iterator cend() const noexcept; // constexpr in C++17
201 const_iterator cend() const _NOEXCEPT {return end();}
314 const_iterator cend() const _NOEXCEPT {return end();}
H A Dstring_view104 constexpr const_iterator cend() const noexcept;
343 const_iterator end() const _NOEXCEPT { return cend(); }
349 const_iterator cend() const _NOEXCEPT { return __data_ + __size_; }
352 const_reverse_iterator rbegin() const _NOEXCEPT { return const_reverse_iterator(cend()); }
358 const_reverse_iterator crbegin() const _NOEXCEPT { return const_reverse_iterator(cend()); }
H A Dunordered_map111 const_iterator cend() const noexcept;
210 const_local_iterator cend(size_type n) const;
363 const_iterator cend() const noexcept;
439 const_local_iterator cend(size_type n) const;
1202 const_iterator cend() const _NOEXCEPT {return __table_.end();}
1515 const_local_iterator end(size_type __n) const {return __table_.cend(__n);}
1519 const_local_iterator cend(size_type __n) const {return __table_.cend(__n);}
2094 const_iterator cend() const _NOEXCEPT {return __table_.end();}
2295 const_local_iterator end(size_type __n) const {return __table_.cend(__n);}
2299 const_local_iterator cend(size_type __n) const {return __table_.cend(__n);}
H A Dvector74 const_iterator cend() const noexcept;
198 const_iterator cend() const noexcept;
535 const_iterator cend() const _NOEXCEPT
2237 const_iterator cend() const _NOEXCEPT
2986 std::copy_backward(__position, cend(), __v.end());
3012 std::copy_backward(__position, cend(), __v.end());
3089 std::copy_backward(__position, cend(), __v.end());
3102 std::copy(__position + 1, this->cend(), __r);
3114 std::copy(__last, this->cend(), __r);
3156 __r = std::copy(cbegin(), cend(), __v.begin());
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dgjavah.c2024 const char *cstart, *cstart2, *mode, *cend, *what, *jflag; variable
2029 cend = " */";
2038 cend = "";
2046 cstart, mode, cend);
2063 cend);
/openbsd/gnu/llvm/libcxx/include/__ranges/
H A Daccess.h222 inline constexpr auto cend = __cend::__fn{};
/openbsd/sys/nfs/
H A Dnfs_serv.c2389 char *cpos, *cend, *rbuf; in nfsrv_readdir() local
2528 cend = rbuf + siz; in nfsrv_readdir()
2531 while (cpos < cend && dp->d_fileno == 0) { in nfsrv_readdir()
2535 if (cpos >= cend) { in nfsrv_readdir()
2553 while (cpos < cend) { in nfsrv_readdir()
2612 char *cpos, *cend, *rbuf; in nfsrv_readdirplus() local
2741 cend = rbuf + siz; in nfsrv_readdirplus()
2744 while (cpos < cend && dp->d_fileno == 0) { in nfsrv_readdirplus()
2748 if (cpos >= cend) { in nfsrv_readdirplus()
2774 while (cpos < cend) { in nfsrv_readdirplus()
/openbsd/lib/libcurses/tinfo/
H A Dparse_entry.c309 entryp->cend = _nc_comment_end; in _nc_parse_entry()
311 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend)); in _nc_parse_entry()

123