| /src/external/gpl2/diffutils/dist/lib/ |
| fnmatch.c | 148 register char cstart = c, cend = c; local 154 cstart = cend = *p++; 157 cstart = cend = FOLD (cstart); 172 cend = *p++; 173 if (!(flags & FNM_NOESCAPE) && cend == '\\') 174 cend = *p++; 175 if (cend == '\0') 177 cend = FOLD (cend); 182 if (FOLD (*n) >= cstart && FOLD (*n) <= cend) [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| fnmatch.c | 148 register char cstart = c, cend = c; local 154 cstart = cend = *p++; 157 cstart = cend = FOLD (cstart); 172 cend = *p++; 173 if (!(flags & FNM_NOESCAPE) && cend == '\\') 174 cend = *p++; 175 if (cend == '\0') 177 cend = FOLD (cend); 182 if (FOLD (*n) >= cstart && FOLD (*n) <= cend) [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| fnmatch.c | 143 register unsigned char cstart = c, cend = c; local 146 cstart = cend = *p++; 148 cstart = cend = FOLD (cstart); 163 cend = *p++; 164 if (!(flags & FNM_NOESCAPE) && cend == '\\') 165 cend = *p++; 166 if (cend == '\0') 168 cend = FOLD (cend); 174 && FOLD ((unsigned char)*n) <= cend) [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| fnmatch.c | 143 register unsigned char cstart = c, cend = c; local 146 cstart = cend = *p++; 148 cstart = cend = FOLD (cstart); 163 cend = *p++; 164 if (!(flags & FNM_NOESCAPE) && cend == '\\') 165 cend = *p++; 166 if (cend == '\0') 168 cend = FOLD (cend); 174 && FOLD ((unsigned char)*n) <= cend) [all...] |
| /src/external/gpl3/gcc/dist/libiberty/ |
| fnmatch.c | 143 register unsigned char cstart = c, cend = c; local 146 cstart = cend = *p++; 148 cstart = cend = FOLD (cstart); 163 cend = *p++; 164 if (!(flags & FNM_NOESCAPE) && cend == '\\') 165 cend = *p++; 166 if (cend == '\0') 168 cend = FOLD (cend); 174 && FOLD ((unsigned char)*n) <= cend) [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| fnmatch.c | 143 register unsigned char cstart = c, cend = c; local 146 cstart = cend = *p++; 148 cstart = cend = FOLD (cstart); 163 cend = *p++; 164 if (!(flags & FNM_NOESCAPE) && cend == '\\') 165 cend = *p++; 166 if (cend == '\0') 168 cend = FOLD (cend); 174 && FOLD ((unsigned char)*n) <= cend) [all...] |
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| fnmatch.c | 143 register unsigned char cstart = c, cend = c; local 146 cstart = cend = *p++; 148 cstart = cend = FOLD (cstart); 163 cend = *p++; 164 if (!(flags & FNM_NOESCAPE) && cend == '\\') 165 cend = *p++; 166 if (cend == '\0') 168 cend = FOLD (cend); 174 && FOLD ((unsigned char)*n) <= cend) [all...] |
| /src/external/gpl3/gdb/dist/libiberty/ |
| fnmatch.c | 143 register unsigned char cstart = c, cend = c; local 146 cstart = cend = *p++; 148 cstart = cend = FOLD (cstart); 163 cend = *p++; 164 if (!(flags & FNM_NOESCAPE) && cend == '\\') 165 cend = *p++; 166 if (cend == '\0') 168 cend = FOLD (cend); 174 && FOLD ((unsigned char)*n) <= cend) [all...] |
| /src/external/apache2/llvm/dist/libcxx/include/__ranges/ |
| access.h | 207 inline constexpr auto cend = __cend::__fn{}; member in namespace:ranges::ranges::ranges::ranges::ranges::ranges::ranges::__cpo
|
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p_parse.c | 672 const u8 *cend; local 680 cend = g + len; 695 if (8 * len > cend - g) 702 if (cend - g < 2 + 2) 709 if (count > cend - g) 716 g = cend;
|
| /src/external/gpl2/gmake/dist/glob/ |
| fnmatch.c | 395 unsigned char cend = *p++; local 396 if (!(flags & FNM_NOESCAPE) && cend == '\\') 397 cend = *p++; 398 if (cend == '\0') 401 if (cold <= fn && fn <= FOLD (cend))
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_buffer_queue.h | 271 const_iterator cend() const { function in class:__xray::BufferQueue
|
| /src/usr.bin/fpr/ |
| fpr.c | 177 COLUMN *cend; local 193 cend = line + (maxcol - 1); 194 while (cp <= cend) { 276 COLUMN *cend; local 298 cend = line + (maxcol - 1); 299 while (cp <= cend) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| Graph.h | 234 const_iterator cend() const { function in class:llvm::xray::Graph::InOutEdgeView 241 const_iterator end() const { return cend(); } 287 const_iterator cend() const { return G.Vertices.cend(); } function in class:llvm::xray::Graph::VertexView 324 const_iterator cend() const { return G.Edges.cend(); } function in class:llvm::xray::Graph::EdgeView
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| unordered_map.h | 367 cend() const noexcept 481 return _M_h.try_emplace(cend(), __k, std::forward<_Args>(__args)...); 489 return _M_h.try_emplace(cend(), std::move(__k), 664 auto __ret = _M_h.try_emplace(cend(), __k, 676 auto __ret = _M_h.try_emplace(cend(), std::move(__k), 1090 cend(size_type __n) const function in class:unordered_map 1091 { return _M_h.cend(__n); } 1512 cend() const noexcept 1668 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } 1990 cend(size_type __n) cons function in class:unordered_multimap [all...] |
| unordered_set.h | 362 cend() const noexcept 823 cend(size_type __n) const function in class:unordered_set 824 { return _M_h.cend(__n); } 1229 cend() const noexcept 1352 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } 1668 cend(size_type __n) const function in class:unordered_multiset 1669 { return _M_h.cend(__n); }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| unordered_map.h | 362 cend() const noexcept 475 return _M_h.try_emplace(cend(), __k, std::forward<_Args>(__args)...); 483 return _M_h.try_emplace(cend(), std::move(__k), 658 auto __ret = _M_h.try_emplace(cend(), __k, 670 auto __ret = _M_h.try_emplace(cend(), std::move(__k), 1084 cend(size_type __n) const function in class:unordered_map 1085 { return _M_h.cend(__n); } 1506 cend() const noexcept 1662 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } 1984 cend(size_type __n) cons function in class:unordered_multimap [all...] |
| unordered_set.h | 357 cend() const noexcept 818 cend(size_type __n) const function in class:unordered_set 819 { return _M_h.cend(__n); } 1224 cend() const noexcept 1347 { return _M_h._M_reinsert_node_multi(cend(), std::move(__nh)); } 1663 cend(size_type __n) const function in class:unordered_multiset 1664 { return _M_h.cend(__n); }
|
| /src/sys/arch/atari/dev/ |
| ite_cc.c | 511 int cend; local 534 cend = ip->font.height - 1; 540 : "=a" (pl), "=d" (cend) 541 : "0" (pl), "1" (cend), 552 cend = uimin(ip->curx, ip->cols - 1); 554 && ip->cursorx == cend && ip->cursory == ip->cury) 556 ip->cursorx = cend; 558 cend = ip->font.height - 1; 565 : "=a" (pl), "=d" (cend) 566 : "0" (pl), "1" (cend), [all...] |
| /src/usr.bin/gencat/ |
| gencat.c | 281 char *cptr, *cend; local 290 cend = curline + curlen; 292 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) { 300 if (cptr == cend) { 302 cend = curline + curlen;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HexagonShuffler.h | 221 const_iterator cend() const { return (Packet.end()); } function in class:llvm::HexagonShuffler 229 const_packet_range insts() const { return make_range(cbegin(), cend()); }
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch_loop.c | 612 UCHAR cend = *p++; local 633 if (cend == L_('[') && *p == L_('.')) 663 cend = startp[1]; 743 cend = wextra[1 + wextra[idx]]; 748 cend = *((int32_t *) &extra[idx]); 753 cend = str[0]; 763 if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) 764 cend = *p++; 765 if (cend == L_('\0')) 767 cend = FOLD (cend) [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch_loop.c | 615 UCHAR cend = *p++; local 636 if (cend == L('[') && *p == L('.')) 666 cend = startp[1]; 746 cend = wextra[1 + wextra[idx]]; 751 cend = *((int32_t *) &extra[idx]); 756 cend = str[0]; 766 if (!(flags & FNM_NOESCAPE) && cend == L('\\')) 767 cend = *p++; 768 if (cend == L('\0')) 770 cend = FOLD (cend) [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fnmatch_loop.c | 613 UCHAR cend = *p++; local 634 if (cend == L_('[') && *p == L_('.')) 664 cend = startp[1]; 729 cend = wextra[1 + wextra[0]]; 734 cend = *((int32_t *) &extra[idx]); 739 cend = startp[1]; 748 if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) 749 cend = *p++; 750 if (cend == L_('\0')) 752 cend = FOLD (cend) [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fnmatch_loop.c | 613 UCHAR cend = *p++; local 634 if (cend == L_('[') && *p == L_('.')) 664 cend = startp[1]; 729 cend = wextra[1 + wextra[0]]; 734 cend = *((int32_t *) &extra[idx]); 739 cend = startp[1]; 748 if (!(flags & FNM_NOESCAPE) && cend == L_('\\')) 749 cend = *p++; 750 if (cend == L_('\0')) 752 cend = FOLD (cend) [all...] |