/openbsd/gnu/lib/libiberty/src/ |
H A D | fnmatch.c | 143 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 D | fnmatch.c | 116 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 D | loadfile_subr.c | 41 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 D | encengine.c | 112 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 D | Graph.h | 234 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 D | gencat.c | 227 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 D | HexagonShuffler.h | 214 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 D | SubtargetFeature.cpp | 47 Features.insert(Features.cend(), OtherFeatures.begin(), OtherFeatures.end()); in addFeaturesVector()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | MemoryTagManagerAArch64MTE.cpp | 104 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 D | ThreadSafetyUtil.h | 165 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 D | access.h | 83 auto cend(const _Cp& __c) -> decltype(_VSTD::end(__c))
|
/openbsd/gnu/llvm/llvm/tools/llvm-mca/ |
H A D | CodeRegion.h | 152 const_iterator end() const { return Regions.cend(); } in end()
|
/openbsd/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.h | 270 const_iterator cend() const { in cend() function
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | AssertFrameRecognizer.cpp | 114 for (auto it = location.symbols.cbegin(); it != location.symbols.cend(); in RegisterAssertFrameRecognizer()
|
/openbsd/lib/libcurses/ |
H A D | term_entry.h | 131 long cend; member
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | unordered_set | 104 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 D | set | 97 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 D | array | 50 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 D | string_view | 104 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 D | unordered_map | 111 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 D | vector | 74 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 D | gjavah.c | 2024 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 D | access.h | 222 inline constexpr auto cend = __cend::__fn{};
|
/openbsd/sys/nfs/ |
H A D | nfs_serv.c | 2389 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 D | parse_entry.c | 309 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()
|