Searched refs:foundit (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | comp_parse.c | 227 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()
|
| D | read_termcap.c | 299 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/ |
| D | ipx.c | 203 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/ |
| D | getcap.c | 192 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/ |
| D | getcap.c | 240 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/ |
| D | s_client.c | 923 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/ |
| D | mkmodules.c | 870 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/ |
| D | addrmatch.c | 409 foundit: in addr_match_list() 420 goto foundit; in addr_match_list()
|
| /freebsd-9-stable/sbin/fsck_ffs/ |
| D | fsutil.c | 258 goto foundit; in getdatablk() 267 foundit: in getdatablk()
|
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_dir_leaf.c | 1225 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()
|
| D | xfs_attr_leaf.c | 1413 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/ |
| D | tty_update.c | 756 goto foundit; in doupdate() 764 foundit:; in doupdate()
|