/freebsd/lib/libc/tests/string/ |
H A D | memrchr_test.c | 23 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 D | pam_group.c | 106 not_found: in pam_group() 118 goto not_found; in pam_group()
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | file_type.h | 27 not_found = -1, enumerator
|
H A D | operations.h | 149 return status_known(__s) && __s.type() != file_type::not_found; in exists()
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vnops.c | 503 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 D | vnet.py | 302 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 D | http-server.c | 120 goto not_found; /* no exension */ in guess_content_type() 127 not_found: in guess_content_type()
|
/freebsd/contrib/libevent/sample/ |
H A D | http-server.c | 120 goto not_found; /* no exension */ in guess_content_type() 127 not_found: in guess_content_type()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | get_cred.c | 670 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 D | file_descriptor.h | 198 return file_status(file_type::not_found); in posix_get_perms()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | sysrc.subr | 535 local not_found= 544 not_found=1 560 if [ "$not_found" ]; then
|
/freebsd/lib/libc/db/mpool/ |
H A D | mpool.libtp | 326 goto not_found; 366 not_found:
|
/freebsd/contrib/jemalloc/src/ |
H A D | prof.c | 1059 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 D | buffer.c | 2758 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 D | buffer.c | 2758 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 D | eap_server.c | 1641 goto not_found; in eap_sm_process_nak() 1654 not_found: in eap_sm_process_nak()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt.c | 1453 goto not_found; in ddt_configure() 1525 not_found: in ddt_configure()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 1124 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 D | aic7xxx.seq | 1891 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 D | ChangeLog | 975 * src/sdiff.c (not_found, execdiff): Remove. 1863 (free_software_msgid, editor_program, not_found): New vars.
|