Searched refs:foundit (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c227 bool foundit; local
232 foundit = FALSE;
244 foundit = TRUE;
249 if (!foundit) {
267 foundit = TRUE;
272 if (!foundit) {
H A Dread_termcap.c299 int foundit; local
309 foundit = FALSE;
431 foundit = TRUE;
437 if (foundit)
441 if (!foundit)
/freebsd-9.3-release/lib/libncp/
H A Dipx.c203 int all=0, flags, foundit = 0, addrcount; local
275 foundit=if_ipxscan(addrcount, sdl, ifm, ifam, addr);
276 if( foundit ) {
286 return foundit ? 0:1;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetcap.c240 int myfd = 0, eof, foundit; local
274 foundit = 0;
459 foundit = 1;
465 if (foundit)
469 if (!foundit)
/freebsd-9.3-release/lib/libc/gen/
H A Dgetcap.c192 int myfd, eof, foundit, retval; local
227 foundit = 0;
371 foundit = 1;
377 if (foundit)
381 if (!foundit) {
/freebsd-9.3-release/crypto/openssh/
H A Daddrmatch.c409 foundit:
420 goto foundit;
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_client.c923 int foundit = 0; local
938 foundit = 1;
944 if (!foundit)
955 int foundit = 0; local
966 foundit = 1;
972 if (!foundit)
/freebsd-9.3-release/contrib/cvs/src/
H A Dmkmodules.c870 int foundit; local
873 foundit = isdir (adm);
875 if (foundit) return cp;
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dfsutil.c258 goto foundit;
267 foundit:
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir_leaf.c1225 int lastdelta, foundit, tmp; local
1234 foundit = 0;
1260 foundit = 1;
1289 if (foundit) {
1296 return foundit;
H A Dxfs_attr_leaf.c1413 int lastdelta, foundit, tmp; local
1422 foundit = 0;
1456 foundit = 1;
1485 if (foundit) {
1495 return(foundit);
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c756 goto foundit;
764 foundit:;

Completed in 118 milliseconds