HomeSort by: relevance | last modified time | path
    Searched defs:npos (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pretty-print.cc 58 size_type npos; member in struct:std::__cxx11::basic_string
  /src/usr.bin/sort/
init.c 155 char *npos; local
158 col->num = (int) strtol(pos, &npos, 10);
159 pos = npos;
166 col->indent = (int) strtol(pos, &npos, 10);
167 pos = npos;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringRef.h 59 static constexpr size_t npos = ~size_t(0); member in class:llvm::StringRef
311 /// \returns The index of the first occurrence of \p C, or npos if not
321 return npos;
326 /// \returns The index of the first occurrence of \p C, or npos if not
334 /// \p From, or npos if not found.
343 return npos;
349 /// from \p From, or npos if not found.
357 /// \returns The index of the first occurrence of \p Str, or npos if not
364 /// \returns The index of the first occurrence of \p Str, or npos if not
371 /// \returns The index of the last occurrence of \p C, or npos if no
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
StringView.h 28 static const size_t npos = ~size_t(0); member in class:StringView
39 StringView substr(size_t Pos, size_t Len = npos) const {
52 return npos;
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
options.cpp 495 PRE(arg_name().find('=') != std::string::npos); member in class:std::string
510 PRE(arg_name().find('=') != std::string::npos); member in class:std::string
521 if (pos == std::string::npos)
  /src/bin/pax/
tables.h 166 off_t npos; /* position in file where this dir name starts */ member in struct:dirdata
  /src/distrib/utils/more/
prim.c 476 off_t npos = pos; local
481 for (nline = 0; npos < tpos && nline < sc_height - 1; nline++)
482 npos = forw_line(npos);
484 if (npos < tpos) {
491 add_back_pos(npos);
497 back(nline, npos, 0);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 85 static const size_type npos = static_cast<size_type>(-1); member in class:__versa_string
181 size_type __n = npos)
223 __s + npos, __a) { }
1177 erase(size_type __pos = 0, size_type __n = npos)
1681 * npos.
1694 * it begins. If not found, returns npos.
1709 * it begins. If not found, returns npos.
1726 * found. If not found, returns npos.
1739 * it begins. If not found, returns npos.
1742 rfind(const __versa_string& __str, size_type __pos = npos) cons
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 83 static const size_type npos = static_cast<size_type>(-1); member in class:__versa_string
179 size_type __n = npos)
221 __s + npos, __a) { }
1175 erase(size_type __pos = 0, size_type __n = npos)
1679 * npos.
1692 * it begins. If not found, returns npos.
1707 * it begins. If not found, returns npos.
1724 * found. If not found, returns npos.
1737 * it begins. If not found, returns npos.
1740 rfind(const __versa_string& __str, size_type __pos = npos) cons
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 368 uint64_t opos, npos, foff; local
387 npos = CUR_MAKE (1, indx, foff);
390 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos)
1054 uint64_t npos = CUR_MAKE (0, indx, foff + len); local
1055 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos)
1098 uint64_t npos = CUR_MAKE (0, indx, foff); local
1100 npos = CUR_MAKE (0, buf_indices[nbufs - 1], foff + len);
1101 if (__collector_cas_64p (&hndl->curpos, &lpos, &npos) != lpos)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 368 uint64_t opos, npos, foff; local
387 npos = CUR_MAKE (1, indx, foff);
390 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos)
1054 uint64_t npos = CUR_MAKE (0, indx, foff + len); local
1055 if (__collector_cas_64p (&hndl->curpos, &opos, &npos) != opos)
1098 uint64_t npos = CUR_MAKE (0, indx, foff); local
1100 npos = CUR_MAKE (0, buf_indices[nbufs - 1], foff + len);
1101 if (__collector_cas_64p (&hndl->curpos, &lpos, &npos) != lpos)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 117 static const size_type npos = static_cast<size_type>(-1); member in class:basic_string
575 _M_construct(__start, __start + __str._M_limit(__pos, npos),
1453 append(const basic_string& __str, size_type __pos, size_type __n = npos)
1557 append(const _Tp& __svt, size_type __pos, size_type __n = npos)
1658 assign(const basic_string& __str, size_type __pos, size_type __n = npos)
1803 assign(const _Tp& __svt, size_type __pos, size_type __n = npos)
1964 size_type __pos2, size_type __n = npos)
2087 size_type __pos2, size_type __n = npos)
2114 erase(size_type __pos = 0, size_type __n = npos)
2117 if (__n == npos)
    [all...]
cow_string.h 172 // value that will be returned by max_size(). (Whereas npos
177 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
179 // m = ((npos - sizeof(_Rep))/sizeof(CharT)) - 1
322 static const size_type npos = static_cast<size_type>(-1); member in class:basic_string
598 __s + npos, __a), __a)
1278 append(const basic_string& __str, size_type __pos, size_type __n = npos);
1360 append(const _Tp& __svt, size_type __pos, size_type __n = npos)
1423 assign(const basic_string& __str, size_type __pos, size_type __n = npos)
1517 assign(const _Tp& __svt, size_type __pos, size_type __n = npos)
1611 size_type __pos2, size_type __n = npos)
3117 basic_string<_CharT, _Traits, _Alloc>::npos; member in class:basic_string
    [all...]
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 1077 int i, j, ngood, sn, bic, r, npos; local
1096 npos = 0;
1113 ++npos;
1141 lfs_sb_getfsmnt(fs), goal, cip->clean, npos);
1144 lfs_sb_getfsmnt(fs), goal, cip->clean, npos);
1175 lfs_sb_getfsmnt(fs), (int)goal, cip->clean, npos);
  /src/external/bsd/less/dist/
search.c 1146 POSITION npos = forw_line(pos); local
1147 if (npos > tpos)
1153 pos = npos;
1167 POSITION npos = forw_line_seg(pos, FALSE, FALSE, TRUE); local
1168 if (npos > tpos)
1170 pos = npos;
  /src/external/bsd/wpa/dist/src/ap/
drv_callbacks.c 786 u8 *npos; local
789 npos = owe_assoc_req_process(hapd, sta,
794 if (npos)
795 p = npos;
797 if (!npos &&
804 if (!npos || status != WLAN_STATUS_SUCCESS)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 141 static const size_type npos = static_cast<size_type>(-1); member in class:basic_string
573 _M_construct(__start, __start + __str._M_limit(__pos, npos),
1417 append(const basic_string& __str, size_type __pos, size_type __n = npos)
1521 append(const _Tp& __svt, size_type __pos, size_type __n = npos)
1622 assign(const basic_string& __str, size_type __pos, size_type __n = npos)
1733 assign(const _Tp& __svt, size_type __pos, size_type __n = npos)
1894 size_type __pos2, size_type __n = npos)
2017 size_type __pos2, size_type __n = npos)
2044 erase(size_type __pos = 0, size_type __n = npos)
2047 if (__n == npos)
    [all...]
cow_string.h 180 // value that will be returned by max_size(). (Whereas npos
185 // npos = sizeof(_Rep) + (m * sizeof(_CharT)) + sizeof(_CharT)
187 // m = ((npos - sizeof(_Rep))/sizeof(CharT)) - 1
330 static const size_type npos = static_cast<size_type>(-1); member in class:basic_string
606 __s + npos, __a), __a)
1244 append(const basic_string& __str, size_type __pos, size_type __n = npos);
1326 append(const _Tp& __svt, size_type __pos, size_type __n = npos)
1389 assign(const basic_string& __str, size_type __pos, size_type __n = npos)
1483 assign(const _Tp& __svt, size_type __pos, size_type __n = npos)
1577 size_type __pos2, size_type __n = npos)
3027 basic_string<_CharT, _Traits, _Alloc>::npos; member in class:basic_string
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 390 if (pos == string_view_t::npos || pos == 0)
1341 const auto npos = static_cast<uintmax_t>(-1); local
1344 return npos;
1351 return npos;
1355 return npos;
1358 return npos;
  /src/external/bsd/mdocml/dist/
roff.c 1256 int npos; /* position in numeric expression */ local
1547 npos = esct[1] - '1';
1548 if (npos >= 0 && npos <= 8) {
1549 res = npos < ctx->argc ?
1550 ctx->argv[npos] : "";
1563 for (npos = 0; npos < ctx->argc; npos++) {
1564 if (npos)
3499 int npos; local
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 3414 int npos = 0; local
3423 if (i > 0 && (npos == 0 || pos[npos - 1] != i))
3424 pos[npos++] = i;
3434 pos[npos] = 0;
3436 unsigned char *tem = new unsigned char[npos + 1];
3437 memcpy(tem, pos, npos + 1);
3544 int npos = 0; local
3548 if (i > 0 && (npos == 0 || pos[npos - 1] != i)
    [all...]

Completed in 40 milliseconds