Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
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()
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-stable/crypto/openssh/
Daddrmatch.c80 foundit: in addr_match_list()
91 goto foundit; in addr_match_list()
/freebsd-12-stable/lib/libc/gen/
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-stable/crypto/heimdal/lib/roken/
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-stable/crypto/openssl/apps/
Ds_client.c2203 int foundit = 0; in s_client_main() local
2225 foundit = 1; in s_client_main()
2230 if (!foundit) in s_client_main()
2251 int foundit = 0; in s_client_main() local
2263 foundit = 1; in s_client_main()
2269 if (!foundit) in s_client_main()
2370 } foundit = error_connect; in s_client_main() local
2396 foundit = error_proto; in s_client_main()
2401 foundit = success; in s_client_main()
2403 if (foundit != error_proto) { in s_client_main()
[all …]
/freebsd-12-stable/sbin/fsck_ffs/
Dfsutil.c281 goto foundit; in getdatablk()
290 foundit: in getdatablk()
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
Dtty_update.c822 goto foundit; in TINFO_DOUPDATE()
830 foundit:; in TINFO_DOUPDATE()