| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| 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()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| 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()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| 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()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| 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()
|
| /netbsd-src/external/gpl2/diffutils/dist/lib/ |
| H A D | fnmatch.c | 148 register char cstart = c, cend = c; in fnmatch() local 154 cstart = cend = *p++; in fnmatch() 157 cstart = cend = FOLD (cstart); in fnmatch() 172 cend = *p++; in fnmatch() 173 if (!(flags & FNM_NOESCAPE) && cend == '\\') in fnmatch() 174 cend = *p++; in fnmatch() 175 if (cend == '\0') in fnmatch() 177 cend = FOLD (cend); in fnmatch() 182 if (FOLD (*n) >= cstart && FOLD (*n) <= cend) in fnmatch()
|
| /netbsd-src/external/gpl2/grep/dist/lib/ |
| H A D | fnmatch.c | 148 register char cstart = c, cend = c; in fnmatch() local 154 cstart = cend = *p++; in fnmatch() 157 cstart = cend = FOLD (cstart); in fnmatch() 172 cend = *p++; in fnmatch() 173 if (!(flags & FNM_NOESCAPE) && cend == '\\') in fnmatch() 174 cend = *p++; in fnmatch() 175 if (cend == '\0') in fnmatch() 177 cend = FOLD (cend); in fnmatch() 182 if (FOLD (*n) >= cstart && FOLD (*n) <= cend) in fnmatch()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | fnmatch_loop.c | 615 UCHAR cend = *p++; in FCT() local 636 if (cend == L('[') && *p == L('.')) in FCT() 666 cend = startp[1]; in FCT() 746 cend = wextra[1 + wextra[idx]]; in FCT() 751 cend = *((int32_t *) &extra[idx]); in FCT() 756 cend = str[0]; in FCT() 766 if (!(flags & FNM_NOESCAPE) && cend == L('\\')) in FCT() 767 cend = *p++; in FCT() 768 if (cend == L('\0')) in FCT() 770 cend = FOLD (cend); in FCT() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | fnmatch_loop.c | 613 UCHAR cend = *p++; in FCT() local 634 if (cend == L_('[') && *p == L_('.')) in FCT() 664 cend = startp[1]; in FCT() 729 cend = wextra[1 + wextra[0]]; in FCT() 734 cend = *((int32_t *) &extra[idx]); in FCT() 739 cend = startp[1]; in FCT() 748 if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) in FCT() 749 cend = *p++; in FCT() 750 if (cend == L_('\0')) in FCT() 752 cend = FOLD (cend); in FCT() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | fnmatch_loop.c | 612 UCHAR cend = *p++; in FCT() local 633 if (cend == L_('[') && *p == L_('.')) in FCT() 663 cend = startp[1]; in FCT() 743 cend = wextra[1 + wextra[idx]]; in FCT() 748 cend = *((int32_t *) &extra[idx]); in FCT() 753 cend = str[0]; in FCT() 763 if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) in FCT() 764 cend = *p++; in FCT() 765 if (cend == L_('\0')) in FCT() 767 cend = FOLD (cend); in FCT() [all …]
|
| /netbsd-src/usr.bin/fpr/ |
| H A D | fpr.c | 177 COLUMN *cend; in init() local 193 cend = line + (maxcol - 1); in init() 194 while (cp <= cend) { in init() 276 COLUMN *cend; in savech() local 298 cend = line + (maxcol - 1); in savech() 299 while (cp <= cend) { in savech()
|
| /netbsd-src/sys/arch/atari/dev/ |
| H A D | ite_cc.c | 511 int cend; in cursor32() local 534 cend = ip->font.height - 1; in cursor32() 540 : "=a" (pl), "=d" (cend) in cursor32() 541 : "0" (pl), "1" (cend), in cursor32() 552 cend = uimin(ip->curx, ip->cols - 1); in cursor32() 554 && ip->cursorx == cend && ip->cursory == ip->cury) in cursor32() 556 ip->cursorx = cend; in cursor32() 558 cend = ip->font.height - 1; in cursor32() 565 : "=a" (pl), "=d" (cend) in cursor32() 566 : "0" (pl), "1" (cend), in cursor32()
|
| /netbsd-src/external/gpl2/gmake/dist/glob/ |
| H A D | fnmatch.c | 406 unsigned char cend = *p++; local 407 if (!(flags & FNM_NOESCAPE) && cend == '\\') 408 cend = *p++; 409 if (cend == '\0') 412 if (cold <= fn && fn <= FOLD (cend))
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| H A D | safe_unordered_container.h | 69 auto __local_end = _M_cont()._M_base().cend(0); in _M_invalidate_locals() 78 auto __end = _M_cont()._M_base().cend(); in _M_invalidate_all()
|
| H A D | unordered_set | 234 cend() const noexcept 235 { return { _Base::cend(), this }; } 274 cend(size_type __b) const 277 return { _Base::cend(__b), this }; 476 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(), 803 cend() const noexcept 804 { return { _Base::cend(), this }; } 843 cend(size_type __b) const 846 return { _Base::cend(__b), this }; 1042 _GLIBCXX_DEBUG_VERIFY(__tmp != _Base::cend(),
|
| H A D | forward_list | 75 using _Base_const_iterator = __decltype(_M_this()._M_base().cend()); 79 && __it != _M_this()._M_base().cend(); }); 350 cend() const noexcept 351 { return { _Base::cend(), this }; } 469 _GLIBCXX_DEBUG_VERIFY(__victim != _Base::cend(), 781 && __it != __list._M_base().cend(); 804 && __it != __list._M_base().cend();
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | forward_list.tcc | 156 assign(__list.cbegin(), __list.cend()); in operator =() 405 while (__ix != __lx.cend() && __iy != __ly.cend()) in operator ==() 412 if (__ix == __lx.cend() && __iy == __ly.cend()) in operator ==()
|
| H A D | unordered_set.h | 355 cend() const noexcept in _GLIBCXX_VISIBILITY() 766 cend(size_type __n) const in _GLIBCXX_VISIBILITY() 767 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY() 1170 cend() const noexcept in _GLIBCXX_VISIBILITY() 1293 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } in _GLIBCXX_VISIBILITY() 1560 cend(size_type __n) const in _GLIBCXX_VISIBILITY() 1561 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | forward_list.tcc | 156 assign(__list.cbegin(), __list.cend()); in operator =() 400 while (__ix != __lx.cend() && __iy != __ly.cend()) in operator ==() 407 if (__ix == __lx.cend() && __iy == __ly.cend()) in operator ==()
|
| H A D | unordered_map.h | 362 cend() const noexcept in _GLIBCXX_VISIBILITY() 475 return _M_h.try_emplace(cend(), __k, std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() 483 return _M_h.try_emplace(cend(), std::move(__k), in _GLIBCXX_VISIBILITY() 658 auto __ret = _M_h.try_emplace(cend(), __k, in _GLIBCXX_VISIBILITY() 670 auto __ret = _M_h.try_emplace(cend(), std::move(__k), in _GLIBCXX_VISIBILITY() 1084 cend(size_type __n) const in _GLIBCXX_VISIBILITY() 1085 { return _M_h.cend(__n); } in _GLIBCXX_VISIBILITY() 1506 cend() const noexcept in _GLIBCXX_VISIBILITY() 1662 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } in _GLIBCXX_VISIBILITY() 1984 cend(size_type __n) const in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| H A D | safe_unordered_container.h | 69 auto __local_end = _M_cont()._M_base().cend(0); in _M_invalidate_locals() 168 auto __end = _M_cont()._M_base().cend(); in _M_invalidate_all()
|
| H A D | forward_list | 75 using _Base_const_iterator = __decltype(_M_this()._M_base().cend()); 79 && __it != _M_this()._M_base().cend(); }); 372 cend() const noexcept 373 { return { _Base::cend(), this }; } 487 _GLIBCXX_DEBUG_VERIFY(__victim != _Base::cend(), 704 while (__x != _Base::cend()) 765 _Base_const_iterator __last = _Base::cend(); 804 && __it != __list._M_base().cend(); 827 && __it != __list._M_base().cend();
|
| /netbsd-src/usr.bin/gencat/ |
| H A D | gencat.c | 281 char *cptr, *cend; in get_line() local 290 cend = curline + curlen; in get_line() 292 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) { in get_line() 300 if (cptr == cend) { in get_line() 302 cend = curline + curlen; in get_line()
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | ite_cc.c | 389 int cend, ofs, h, cstart, dr_plane; in cursor32() local 413 cend = ip->ftheight-1; in cursor32() 424 for (hh = cend; hh >= 0; hh--) { in cursor32() 429 for (hh = cend; hh >= 0; hh--) { in cursor32() 447 cend = ip->ftheight-1; in cursor32() 452 for (h = cend; h >= 0; h--) { in cursor32() 457 for (h = cend; h >= 0; h--) { in cursor32()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.h | 221 const_iterator cend() const { return (Packet.end()); } in cend() function 229 const_packet_range insts() const { return make_range(cbegin(), cend()); } in insts()
|