/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | t_hsearch.c | 117 ep = hsearch(e, FIND); in ATF_TC_BODY() 157 ep = hsearch(e, FIND); in ATF_TC_BODY() 181 ep = hsearch(e, FIND); in ATF_TC_BODY() 220 ep = hsearch(e, FIND); in ATF_TC_BODY() 223 ep2 = hsearch(e, FIND); in ATF_TC_BODY() 276 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1); in ATF_TC_BODY() 317 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1); in ATF_TC_BODY() 345 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1); in ATF_TC_BODY() 383 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1); in ATF_TC_BODY() 386 ATF_REQUIRE(hsearch_r(e, FIND, &ep2, &t) == 1); in ATF_TC_BODY()
|
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_find_001_pos.ksh | 71 rst_str=`$FIND . -ls | $GREP "+" | $AWK '{print $11}'` 73 rst_str=`$FIND . -acl` 83 log_assert "Verify that '$FIND' command supports ZFS ACLs." 139 log_pass "'$FIND' command succeeds to support ZFS ACLs."
|
H A D | nontrivial_test.sh | 545 atf_set "descr" "Verify that '$FIND' command supports ZFS ACLs."
|
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/ |
H A D | zfs_acl_find_001_pos.ksh | 71 ff=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \ 82 fa=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
|
H A D | zfs_acl_find_002_neg.ksh | 79 ff=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \ 87 fa=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
|
/freebsd/contrib/dialog/package/freebsd/ |
H A D | Makefile | 40 @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \; 44 cd ${WRKSRC}/samples && ${FIND} . | \
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpagent.c | 119 if (TR(FIND)) in find_node() 135 if (TR(FIND)) in find_node() 145 if (TR(FIND)) in find_node() 150 if (TR(FIND)) in find_node() 295 if (TR(FIND)) in next_node() 306 if (TR(FIND)) in next_node() 313 if (TR(FIND)) in next_node() 320 if (TR(FIND)) in next_node() 328 if (TR(FIND)) in next_node()
|
/freebsd/sbin/umount/ |
H A D | umount.c | 62 typedef enum { FIND, REMOVE, CHECKUNIQUE } dowhat; enumerator 301 if (sfs == NULL || (getmntentry(NULL, mntname, NULL, FIND) != NULL && in checkname() 600 sfs = getmntentry(NULL, NULL, &fsid, FIND); in checkmntlist() 602 sfs = getmntentry(NULL, mntname, NULL, FIND); in checkmntlist() 604 sfs = getmntentry(mntname, NULL, NULL, FIND); in checkmntlist()
|
/freebsd/tests/sys/cddl/zfs/tests/mv_files/ |
H A D | mv_files_common.kshlib | 160 $FIND $1 -type f -print | xargs -J % \ 173 file_num=`$FIND $1 -type f -print | \
|
/freebsd/tests/sys/cddl/zfs/tests/acl/ |
H A D | acl_common.kshlib | 384 chgusr_exec $user $FIND $node > /dev/null 2>&1 584 usr_exec cd $dir ; $FIND . -depth -type f -exec cksum {} \\\; | $SORT > $outfile 585 usr_exec cd $dir ; $FIND . -depth -type f -xattr -exec runat {} \
|
/freebsd/tests/sys/cddl/zfs/tests/write_dirs/ |
H A D | write_dirs_001_pos.ksh | 59 for file in `$FIND $TESTDIR -type f`; do
|
H A D | write_dirs_002_pos.ksh | 59 for file in `$FIND $TESTDIR -type f`; do
|
/freebsd/contrib/openpam/freebsd/ |
H A D | Makefile.in | 30 ${FIND} -s . -type f -or -type l | cut -c 2- | \
|
/freebsd/include/ |
H A D | search.h | 25 FIND, ENTER enumerator
|
/freebsd/tests/sys/cddl/zfs/tests/xattr/ |
H A D | xattr_011_pos.ksh | 120 $FIND $TESTDIR -xattr | $GREP myfile.${TESTCASE_ID} 125 $FIND $TESTDIR -xattr | $GREP no-xattr
|
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.c | 50 #define FIND 0 macro 384 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND); in send_to_fd() 767 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */ in wait_for_all_answers() 801 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */ in acn_findalldevs() 804 close_with_IOP(chassis, geoslot, FIND); in acn_findalldevs()
|
/freebsd/lib/libc/stdlib/ |
H A D | hsearch_r.c | 97 if (action == FIND) { in hsearch_r()
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.kshlib | 112 $FIND /$POOL -type f -exec $CKSUM {} + > \
|
/freebsd/tests/sys/cddl/zfs/tests/redundancy/ |
H A D | redundancy.kshlib | 64 $FIND $mntpnt -type f -exec $CKSUM {} + >> $recordfile 2>&1
|
/freebsd/sys/contrib/openzfs/cmd/zstream/ |
H A D | zstream_decompress.c | 261 p = hsearch(e, FIND); in zstream_do_decompress()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 6193 #define FIND strstr in __kmp_env_initialize() macro 6195 #define FIND strcasestr in __kmp_env_initialize() 6198 if ((FIND(aff_str, "none") == NULL) && in __kmp_env_initialize() 6199 (FIND(aff_str, "physical") == NULL) && in __kmp_env_initialize() 6200 (FIND(aff_str, "logical") == NULL) && in __kmp_env_initialize() 6201 (FIND(aff_str, "compact") == NULL) && in __kmp_env_initialize() 6202 (FIND(aff_str, "scatter") == NULL) && in __kmp_env_initialize() 6203 (FIND(aff_str, "explicit") == NULL) && in __kmp_env_initialize() 6204 (FIND(aff_str, "balanced") == NULL) && in __kmp_env_initialize() 6205 (FIND(aff_str, "disabled") == NULL)) { in __kmp_env_initialize() [all …]
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_altq.c | 167 if (hsearch_r(item, FIND, &ret_item, &if_map) == 0) in pfaltq_lookup() 182 if (hsearch_r(item, FIND, &ret_item, &queue_map) == 0) in qname_to_pfaltq() 200 if (hsearch_r(item, FIND, &ret_item, &qid_map) == 0) in qname_to_qid()
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | LibeventConfig.cmake.in | 86 list(FIND _AVAILABLE_LIBS ${_comp} _INDEX)
|
/freebsd/contrib/libevent/cmake/ |
H A D | LibeventConfig.cmake.in | 86 list(FIND _AVAILABLE_LIBS ${_comp} _INDEX)
|
/freebsd/contrib/dialog/ |
H A D | dlg_keys.c | 461 CURSES_NAME(FIND),
|