Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_parse.c227 bool foundit; in _nc_resolve_uses2() local
232 foundit = FALSE; in _nc_resolve_uses2()
244 foundit = TRUE; in _nc_resolve_uses2()
249 if (!foundit) { in _nc_resolve_uses2()
267 foundit = TRUE; in _nc_resolve_uses2()
272 if (!foundit) { in _nc_resolve_uses2()
Dread_termcap.c299 int foundit; in _nc_getent() local
309 foundit = FALSE; in _nc_getent()
431 foundit = TRUE; in _nc_getent()
437 if (foundit) in _nc_getent()
441 if (!foundit) in _nc_getent()
/freebsd-9-stable/lib/libncp/
Dipx.c203 int all=0, flags, foundit = 0, addrcount; in ipx_iffind() local
275 foundit=if_ipxscan(addrcount, sdl, ifm, ifam, addr); in ipx_iffind()
276 if( foundit ) { in ipx_iffind()
286 return foundit ? 0:1; in ipx_iffind()
/freebsd-9-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-9-stable/crypto/heimdal/lib/roken/
Dgetcap.c240 int myfd = 0, eof, foundit; in getent() local
274 foundit = 0; in getent()
459 foundit = 1; in getent()
465 if (foundit) in getent()
469 if (!foundit) in getent()
/freebsd-9-stable/crypto/openssl/apps/
Ds_client.c923 int foundit = 0; in MAIN() local
938 foundit = 1; in MAIN()
944 if (!foundit) in MAIN()
955 int foundit = 0; in MAIN() local
966 foundit = 1; in MAIN()
972 if (!foundit) in MAIN()
/freebsd-9-stable/contrib/cvs/src/
Dmkmodules.c870 int foundit; in in_repository() local
873 foundit = isdir (adm); in in_repository()
875 if (foundit) return cp; in in_repository()
/freebsd-9-stable/crypto/openssh/
Daddrmatch.c409 foundit: in addr_match_list()
420 goto foundit; in addr_match_list()
/freebsd-9-stable/sbin/fsck_ffs/
Dfsutil.c258 goto foundit; in getdatablk()
267 foundit: in getdatablk()
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_dir_leaf.c1225 int lastdelta, foundit, tmp; in xfs_dir_leaf_figure_balance() local
1234 foundit = 0; in xfs_dir_leaf_figure_balance()
1260 foundit = 1; in xfs_dir_leaf_figure_balance()
1289 if (foundit) { in xfs_dir_leaf_figure_balance()
1296 return foundit; in xfs_dir_leaf_figure_balance()
Dxfs_attr_leaf.c1413 int lastdelta, foundit, tmp; in xfs_attr_leaf_figure_balance() local
1422 foundit = 0; in xfs_attr_leaf_figure_balance()
1456 foundit = 1; in xfs_attr_leaf_figure_balance()
1485 if (foundit) { in xfs_attr_leaf_figure_balance()
1495 return(foundit); in xfs_attr_leaf_figure_balance()
/freebsd-9-stable/contrib/ncurses/ncurses/tty/
Dtty_update.c756 goto foundit; in doupdate()
764 foundit:; in doupdate()