Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c436 bool foundit; in _nc_resolve_uses2() local
444 foundit = FALSE; in _nc_resolve_uses2()
456 foundit = TRUE; in _nc_resolve_uses2()
461 if (!foundit) { in _nc_resolve_uses2()
477 foundit = TRUE; in _nc_resolve_uses2()
482 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()
/dragonfly/usr.bin/dsynth/
H A Drepo.c43 int foundit; member
322 item->foundit = 1; in PurgeDistfiles()
335 item->foundit = 1; in PurgeDistfiles()
357 if (item->foundit == 0) { in PurgeDistfiles()
368 if (item->foundit == 0) { in PurgeDistfiles()
/dragonfly/crypto/openssh/
H A Daddrmatch.c80 foundit: in addr_match_list()
91 goto foundit; in addr_match_list()
/dragonfly/lib/libc/gen/
H A Dgetcap.c190 int myfd, eof, foundit, retval, clen; in getent() local
228 foundit = 0; in getent()
370 foundit = 1; in getent()
376 if (foundit) in getent()
380 if (!foundit) { in getent()
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c1232 int foundit = 0; in s_client_main() local
1248 foundit = 1; in s_client_main()
1254 if (!foundit) in s_client_main()
1269 int foundit = 0; in s_client_main() local
1280 foundit = 1; in s_client_main()
1286 if (!foundit) in s_client_main()
/dragonfly/sbin/fsck/
H A Dutilities.c181 goto foundit; in getdatablk()
189 foundit: in getdatablk()
/dragonfly/contrib/ncurses/ncurses/tty/
H A Dtty_update.c894 goto foundit; in TINFO_DOUPDATE()
902 foundit:; in TINFO_DOUPDATE()