Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL53 my $foundit = 0;
58 $foundit++;
62 unless ($foundit) {
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A DLocale.pm121 my $foundit;
129 $foundit++ if Encode::find_encoding($ENCODING_LOCALE);
132 unless $foundit;
/openbsd/usr.bin/ssh/
H A Daddrmatch.c78 foundit: in addr_match_list()
89 goto foundit; in addr_match_list()
/openbsd/lib/libcurses/tinfo/
H A Dcomp_parse.c451 bool foundit; in _nc_resolve_uses2() local
459 foundit = FALSE; in _nc_resolve_uses2()
471 foundit = TRUE; in _nc_resolve_uses2()
486 if (!foundit) { in _nc_resolve_uses2()
502 foundit = TRUE; in _nc_resolve_uses2()
517 if (!foundit) { in _nc_resolve_uses2()
H A Dread_termcap.c305 int foundit; in _nc_getent() local
315 foundit = FALSE; in _nc_getent()
444 foundit = TRUE; in _nc_getent()
450 if (foundit) in _nc_getent()
454 if (!foundit) { in _nc_getent()
/openbsd/lib/libc/gen/
H A Dgetcap.c201 int myfd, eof, foundit, opened, retval, clen; in getent() local
235 foundit = 0; in getent()
387 foundit = 1; in getent()
393 if (foundit) in getent()
397 if (!foundit) { in getent()
/openbsd/usr.bin/openssl/
H A Ds_client.c1170 int foundit = 0; in s_client_main() local
1186 foundit = 1; in s_client_main()
1192 if (!foundit) in s_client_main()
1207 int foundit = 0; in s_client_main() local
1218 foundit = 1; in s_client_main()
1224 if (!foundit) in s_client_main()
/openbsd/sbin/fsck_ext2fs/
H A Dutilities.c159 goto foundit; in getdatablk()
168 foundit: in getdatablk()
/openbsd/sbin/fsck_ffs/
H A Dutilities.c222 goto foundit; in getdatablk()
230 foundit: in getdatablk()
/openbsd/lib/libcurses/tty/
H A Dtty_update.c906 goto foundit; in TINFO_DOUPDATE()
914 foundit:; in TINFO_DOUPDATE()