Symbol: not_found
crypto/heimdal/lib/krb5/get_cred.c
1187
return not_found(context, in_creds->server, KRB5_CC_NOTFOUND);
crypto/heimdal/lib/krb5/get_cred.c
1407
ret = not_found(context, in_creds.server, KRB5_CC_NOTFOUND);
crypto/heimdal/lib/krb5/get_cred.c
710
return not_found(context, server, KRB5_CC_NOTFOUND);
crypto/heimdal/lib/krb5/get_cred.c
802
return not_found(context, in_creds->server, KRB5_CC_NOTFOUND);
crypto/openssl/crypto/hashtable/hashtable.c
552
goto not_found;
crypto/openssl/crypto/hashtable/hashtable.c
581
not_found:
lib/libc/tests/string/memrchr_test.c
111
ATF_TP_ADD_TC(tp, not_found);
lib/libc/tests/string/memrchr_test.c
23
ATF_TC_WITHOUT_HEAD(not_found);
lib/libc/tests/string/memrchr_test.c
24
ATF_TC_BODY(not_found, tc)
lib/libc/tests/string/strrchr_test.c
151
ATF_TP_ADD_TC(tp, not_found);
lib/libc/tests/string/strrchr_test.c
48
ATF_TC_WITHOUT_HEAD(not_found);
lib/libc/tests/string/strrchr_test.c
49
ATF_TC_BODY(not_found, tc)
lib/libpam/modules/pam_group/pam_group.c
106
not_found:
lib/libpam/modules/pam_group/pam_group.c
118
goto not_found;
sys/fs/devfs/devfs_vnops.c
517
int not_found;
sys/fs/devfs/devfs_vnops.c
519
not_found = 0;
sys/fs/devfs/devfs_vnops.c
521
not_found = 1;
sys/fs/devfs/devfs_vnops.c
523
KASSERT(not_found == 1, ("DEVFS de dropped but not doomed"));
sys/fs/devfs/devfs_vnops.c
527
KASSERT(not_found == 1,
sys/fs/devfs/devfs_vnops.c
529
not_found = 2;
sys/fs/devfs/devfs_vnops.c
533
if (not_found == 1 || (drop_dm_lock && not_found != 2))
sys/fs/devfs/devfs_vnops.c
535
return (not_found);