Home
last modified time | relevance | path

Searched refs:foundit (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/krb5/src/lib/kadm5/
H A Dstr_conv.c273 krb5_boolean foundit; in krb5_keysalt_is_present() local
276 foundit = 0; in krb5_keysalt_is_present()
282 foundit = 1; in krb5_keysalt_is_present()
287 return(foundit); in krb5_keysalt_is_present()
/freebsd/crypto/openssh/
H A Daddrmatch.c80 foundit: in addr_match_list()
91 goto foundit; in addr_match_list()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c450 bool foundit; in _nc_resolve_uses2() local
458 foundit = FALSE; in _nc_resolve_uses2()
470 foundit = TRUE; in _nc_resolve_uses2()
485 if (!foundit) { in _nc_resolve_uses2()
501 foundit = TRUE; in _nc_resolve_uses2()
516 if (!foundit) { in _nc_resolve_uses2()
H A Dread_termcap.c303 int foundit; in _nc_getent() local
313 foundit = FALSE; in _nc_getent()
442 foundit = TRUE; in _nc_getent()
448 if (foundit) in _nc_getent()
452 if (!foundit) { in _nc_getent()
/freebsd/lib/libc/gen/
H A Dgetcap.c188 int myfd, eof, foundit, retval; in getent() local
223 foundit = 0; in getent()
367 foundit = 1; in getent()
373 if (foundit) in getent()
377 if (!foundit) { in getent()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetcap.c238 int myfd = 0, eof, foundit; in getent() local
272 foundit = 0; in getent()
457 foundit = 1; in getent()
463 if (foundit) in getent()
467 if (!foundit) in getent()
/freebsd/crypto/openssl/apps/
H A Ds_client.c2450 int foundit = 0; in s_client_main() local
2476 foundit = 1; in s_client_main()
2481 if (!foundit) in s_client_main()
2498 int foundit = 0; in s_client_main() local
2514 foundit = 1; in s_client_main()
2519 if (!foundit) in s_client_main()
2766 int foundit = 0; in s_client_main() local
2785 foundit = 1; in s_client_main()
2791 if (!foundit) in s_client_main()
2808 int foundit = 0; in s_client_main() local
[all …]
/freebsd/sbin/fsck_ffs/
H A Dfsutil.c327 goto foundit; in getdatablk()
382 foundit: in getdatablk()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c913 goto foundit; in TINFO_DOUPDATE()
921 foundit:; in TINFO_DOUPDATE()