Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Ddriver-aarch64.c281 goto not_found; in host_detect_local_cpu()
292 goto not_found; in host_detect_local_cpu()
302 goto not_found; in host_detect_local_cpu()
312 goto not_found; in host_detect_local_cpu()
318 goto not_found; in host_detect_local_cpu()
326 goto not_found; in host_detect_local_cpu()
338 goto not_found; in host_detect_local_cpu()
397 goto not_found; in host_detect_local_cpu()
407 goto not_found; in host_detect_local_cpu()
411 goto not_found; in host_detect_local_cpu()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Ddriver-aarch64.cc281 goto not_found; in host_detect_local_cpu()
292 goto not_found; in host_detect_local_cpu()
302 goto not_found; in host_detect_local_cpu()
312 goto not_found; in host_detect_local_cpu()
318 goto not_found; in host_detect_local_cpu()
326 goto not_found; in host_detect_local_cpu()
338 goto not_found; in host_detect_local_cpu()
397 goto not_found; in host_detect_local_cpu()
407 goto not_found; in host_detect_local_cpu()
411 goto not_found; in host_detect_local_cpu()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Ddriver-arm.c67 goto not_found; in host_detect_local_cpu()
71 goto not_found; in host_detect_local_cpu()
80 goto not_found; in host_detect_local_cpu()
102 goto not_found; in host_detect_local_cpu()
120 not_found: in host_detect_local_cpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Ddriver-arm.cc67 goto not_found; in host_detect_local_cpu()
71 goto not_found; in host_detect_local_cpu()
80 goto not_found; in host_detect_local_cpu()
102 goto not_found; in host_detect_local_cpu()
120 not_found: in host_detect_local_cpu()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dcharinfo.h37 char not_found; variable
205 if (not_found) in first_time_not_found()
208 not_found = 1; in first_time_not_found()
/netbsd-src/lib/libpam/modules/pam_group/
H A Dpam_group.c116 not_found: in pam_sm_authenticate()
140 goto not_found; in pam_sm_authenticate()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc342 t = file_status{file_type::not_found}; in copy()
508 __glibcxx_assert(st.type() == file_type::not_found); in create_directories()
552 while (st.type() == file_type::not_found); in create_directories()
831 s1.type(file_type::not_found); in equivalent()
838 s2.type(file_type::not_found); in equivalent()
948 S() : type(file_type::not_found) { } in file_size()
1333 if (s.type() == file_type::not_found) in do_remove_all()
1395 if (to_status.type() == file_type::not_found) in rename()
1515 status.type(file_type::not_found); in status()
1560 status.type(file_type::not_found); in symlink_status()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc282 t = file_status{file_type::not_found}; in copy()
448 while (!pp.empty() && status(pp, ec).type() == file_type::not_found) in create_directories()
738 s1.type(file_type::not_found); in equivalent()
745 s2.type(file_type::not_found); in equivalent()
812 S() : type(file_type::not_found) { } in file_size()
1106 if (s.type() == file_type::not_found) in remove_all()
1213 status.type(file_type::not_found); in status()
1237 status.type(file_type::not_found); in symlink_status()
H A Dstd-ops.cc300 t = fs::file_status{fs::file_type::not_found}; in do_copy_file()
497 t = file_status{file_type::not_found}; in copy()
697 while (st.type() == file_type::not_found); in create_directories()
962 s1.type(file_type::not_found); in equivalent()
969 s2.type(file_type::not_found); in equivalent()
1036 S() : type(file_type::not_found) { } in file_size()
1348 if (s.type() == file_type::not_found) in remove_all()
1464 status.type(file_type::not_found); in status()
1488 status.type(file_type::not_found); in symlink_status()
H A Dops-common.h345 t = file_status{file_type::not_found}; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc346 t = file_status{file_type::not_found}; in copy()
512 __glibcxx_assert(st.type() == file_type::not_found); in create_directories()
556 while (st.type() == file_type::not_found); in create_directories()
835 s1.type(file_type::not_found); in equivalent()
842 s2.type(file_type::not_found); in equivalent()
952 S() : type(file_type::not_found) { } in file_size()
1382 if (to_status.type() == file_type::not_found) in rename()
1502 status.type(file_type::not_found); in status()
1547 status.type(file_type::not_found); in symlink_status()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFunction.cc699 int index = -1, not_found = 1; in find_previous_addr() local
719 not_found = 0; in find_previous_addr()
724 while (not_found && left <= right) in find_previous_addr()
736 not_found = 0; in find_previous_addr()
739 if (not_found) in find_previous_addr()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.cc701 int index = -1, not_found = 1; in find_previous_addr() local
721 not_found = 0; in find_previous_addr()
726 while (not_found && left <= right) in find_previous_addr()
738 not_found = 0; in find_previous_addr()
741 if (not_found) in find_previous_addr()
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp491 font *font::load_font(const char *s, int *not_found, int head_only) in load_font() argument
494 if (!f->load(not_found, head_only)) { in load_font()
569 int font::load(int *not_found, int head_only) in load() argument
574 if (not_found) in load()
575 *not_found = 1; in load()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc288 t = file_status{file_type::not_found}; in copy()
454 while (!pp.empty() && status(pp, ec).type() == file_type::not_found) in create_directories()
744 s1.type(file_type::not_found); in equivalent()
751 s2.type(file_type::not_found); in equivalent()
818 S() : type(file_type::not_found) { } in file_size()
1224 status.type(file_type::not_found); in status()
1270 status.type(file_type::not_found); in symlink_status()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h123 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY()
136 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h83 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h116 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY()
129 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h76 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h137 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY()
152 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h90 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-server.c121 goto not_found; /* no exension */ in guess_content_type()
128 not_found: in guess_content_type()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h129 { return status_known(__s) && __s.type() != file_type::not_found; } in _GLIBCXX_VISIBILITY()
144 return __s.type() != file_type::not_found; in _GLIBCXX_VISIBILITY()
H A Dfs_fwd.h79 none = 0, not_found = -1, regular = 1, directory = 2, symlink = 3, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_cred.c685 not_found(krb5_context context, krb5_const_principal p, krb5_error_code code) in not_found() function
729 return not_found(context, server, KRB5_CC_NOTFOUND); in find_cred()
822 ret = not_found(context, in_creds->server, KRB5_CC_NOTFOUND); in get_cred_kdc_capath_worker()
1369 return not_found(context, in_creds->server, ret); in krb5_get_credentials_with_flags()
1636 return not_found(context, inprinc, ret); in krb5_get_creds()

12