Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c317 bool foundit; in _nc_resolve_uses2() local
322 foundit = FALSE; in _nc_resolve_uses2()
334 foundit = TRUE; in _nc_resolve_uses2()
339 if (!foundit) { in _nc_resolve_uses2()
355 foundit = TRUE; in _nc_resolve_uses2()
360 if (!foundit) { in _nc_resolve_uses2()
H A Dread_termcap.c302 int foundit; in _nc_getent() local
312 foundit = FALSE; in _nc_getent()
441 foundit = TRUE; in _nc_getent()
447 if (foundit) in _nc_getent()
451 if (!foundit) { in _nc_getent()
/freebsd-12.1/lib/libc/gen/
H A Dgetcap.c192 int myfd, eof, foundit, retval; in getent() local
227 foundit = 0; in getent()
371 foundit = 1; in getent()
377 if (foundit) in getent()
381 if (!foundit) { in getent()
/freebsd-12.1/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-12.1/crypto/openssl/apps/
H A Ds_client.c2173 int foundit = 0; in s_client_main() local
2195 foundit = 1; in s_client_main()
2200 if (!foundit) in s_client_main()
2221 int foundit = 0; in s_client_main() local
2233 foundit = 1; in s_client_main()
2239 if (!foundit) in s_client_main()
2549 int foundit = 0; in s_client_main() local
2561 foundit = 1; in s_client_main()
2566 if (!foundit) in s_client_main()
2585 int foundit = 0; in s_client_main() local
[all …]
/freebsd-12.1/crypto/openssh/
H A Daddrmatch.c407 foundit: in addr_match_list()
418 goto foundit; in addr_match_list()
/freebsd-12.1/sbin/fsck_ffs/
H A Dfsutil.c281 goto foundit; in getdatablk()
290 foundit: in getdatablk()
/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dtty_update.c822 goto foundit; in TINFO_DOUPDATE()
830 foundit:; in TINFO_DOUPDATE()