Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/string/
H A Dmemrchr_test.c23 ATF_TC_WITHOUT_HEAD(not_found);
24 ATF_TC_BODY(not_found, tc) in ATF_TC_BODY() argument
111 ATF_TP_ADD_TC(tp, not_found); in ATF_TP_ADD_TCS()
/freebsd/lib/libpam/modules/pam_group/
H A Dpam_group.c106 not_found: in pam_group()
118 goto not_found; in pam_group()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfile_type.h27 not_found = -1, enumerator
H A Doperations.h149 return status_known(__s) && __s.type() != file_type::not_found; in exists()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c503 int not_found; in devfs_allocv_drop_refs() local
505 not_found = 0; in devfs_allocv_drop_refs()
507 not_found = 1; in devfs_allocv_drop_refs()
509 KASSERT(not_found == 1, ("DEVFS de dropped but not doomed")); in devfs_allocv_drop_refs()
513 KASSERT(not_found == 1, in devfs_allocv_drop_refs()
515 not_found = 2; in devfs_allocv_drop_refs()
519 if (not_found == 1 || (drop_dm_lock && not_found != 2)) in devfs_allocv_drop_refs()
521 return (not_found); in devfs_allocv_drop_refs()
/freebsd/tests/atf_python/sys/net/
H A Dvnet.py302 not_found = self._wait_interfaces(vnet_name, [i.name for i in ifaces])
303 if not_found:
305 "Interfaces {} has not appeared in vnet {}".format(not_found, vnet_name)
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c120 goto not_found; /* no exension */ in guess_content_type()
127 not_found: in guess_content_type()
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c120 goto not_found; /* no exension */ in guess_content_type()
127 not_found: in guess_content_type()
/freebsd/crypto/heimdal/lib/krb5/
H A Dget_cred.c670 not_found(krb5_context context, krb5_const_principal p, krb5_error_code code) in not_found() function
710 return not_found(context, server, KRB5_CC_NOTFOUND); in find_cred()
802 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND); in get_cred_kdc_capath_worker()
1187 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND); in krb5_get_credentials_with_flags()
1407 ret = not_found(context, in_creds.server, KRB5_CC_NOTFOUND); in krb5_get_creds()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h198 return file_status(file_type::not_found); in posix_get_perms()
/freebsd/usr.sbin/bsdconfig/share/
H A Dsysrc.subr535 local not_found=
544 not_found=1
560 if [ "$not_found" ]; then
/freebsd/lib/libc/db/mpool/
H A Dmpool.libtp326 goto not_found;
366 not_found:
/freebsd/contrib/jemalloc/src/
H A Dprof.c1059 bool not_found; in prof_lookup() local
1069 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v); in prof_lookup()
1070 if (!not_found) { /* Note double negative! */ in prof_lookup()
1074 if (not_found) { in prof_lookup()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer.c2758 goto not_found; in evbuffer_search_range()
2770 goto not_found; in evbuffer_search_range()
2777 not_found: in evbuffer_search_range()
/freebsd/contrib/libevent/
H A Dbuffer.c2758 goto not_found; in evbuffer_search_range()
2770 goto not_found; in evbuffer_search_range()
2777 not_found: in evbuffer_search_range()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server.c1641 goto not_found; in eap_sm_process_nak()
1654 not_found: in eap_sm_process_nak()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt.c1453 goto not_found; in ddt_configure()
1525 not_found: in ddt_configure()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq1124 cmp SCSIBUS, MSG_SIMPLE_Q_TAG jne not_found;
1137 jmp not_found;
1147 test SCB_CONTROL,DISCONNECTED jz not_found;
1159 not_found:
H A Daic7xxx.seq1891 cmp LASTPHASE, P_MESGIN jne not_found;
1895 cmp SCSIBUSL,MSG_SIMPLE_Q_TAG jne not_found;
1948 not_found:
/freebsd/contrib/diff/
H A DChangeLog975 * src/sdiff.c (not_found, execdiff): Remove.
1863 (free_software_msgid, editor_program, not_found): New vars.