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

  /src/external/gpl2/groff/dist/src/roff/troff/
charinfo.h 37 char not_found; member in class:charinfo
205 if (not_found)
208 not_found = 1;
node.cpp 5865 int not_found; local
5866 fm = font::load_font(external_name.contents(), &not_found, check_only);
5870 if (not_found)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_fwd.h 79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:filesystem::file_type
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_fwd.h 79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:filesystem::file_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, member in class:experimental::filesystem::v1::file_type
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
get_cred.c 685 not_found(krb5_context context, krb5_const_principal p, krb5_error_code code) function
729 return not_found(context, server, KRB5_CC_NOTFOUND);
822 ret = not_found(context, in_creds->server, KRB5_CC_NOTFOUND);
1369 return not_found(context, in_creds->server, ret);
1636 return not_found(context, inprinc, ret);
  /src/external/gpl3/binutils/dist/gprofng/src/
Function.cc 701 int index = -1, not_found = 1; local
721 not_found = 0;
726 while (not_found && left <= right)
738 not_found = 0;
741 if (not_found)
Hist_data.cc 1672 int not_found = 1; local
1676 not_found = (obj == NULL // XXXX pass dbeview as Histable*
1678 if (f && f->def_source == sourceFile && (!not_found))
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Function.cc 701 int index = -1, not_found = 1; local
721 not_found = 0;
726 while (not_found && left <= right)
738 not_found = 0;
741 if (not_found)
Hist_data.cc 1672 int not_found = 1; local
1676 not_found = (obj == NULL // XXXX pass dbeview as Histable*
1678 if (f && f->def_source == sourceFile && (!not_found))
  /src/external/bsd/jemalloc/dist/src/
prof_data.c 332 bool not_found; local
340 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v);
341 if (!not_found) { /* Note double negative! */
345 if (not_found) {
  /src/external/gpl3/gdb/dist/gdb/
solib.c 840 int not_found = 0; local
853 not_found++;
881 if (not_found == 1)
889 else if (not_found > 1)
894 not_found,
  /src/external/gpl3/gdb.old/dist/gdb/
solib.c 884 int not_found = 0; local
897 not_found++;
925 if (not_found == 1)
931 else if (not_found > 1)
936 not_found,
  /src/external/bsd/jemalloc.old/dist/src/
prof.c 807 bool not_found; local
815 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v);
816 if (!not_found) { /* Note double negative! */
820 if (not_found) {

Completed in 48 milliseconds