Home
last modified time | relevance | path

Searched refs:FIND (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_hsearch.c117 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 Dzfs_acl_find_001_pos.ksh71 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 Dnontrivial_test.sh545 atf_set "descr" "Verify that '$FIND' command supports ZFS ACLs."
/freebsd/tests/sys/cddl/zfs/tests/acl/trivial/
H A Dzfs_acl_find_001_pos.ksh71 ff=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
82 fa=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
H A Dzfs_acl_find_002_neg.ksh79 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 DMakefile40 @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \;
44 cd ${WRKSRC}/samples && ${FIND} . | \
/freebsd/contrib/bsnmp/lib/
H A Dsnmpagent.c119 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/tests/sys/cddl/zfs/tests/mv_files/
H A Dmv_files_common.kshlib160 $FIND $1 -type f -print | xargs -J % \
173 file_num=`$FIND $1 -type f -print | \
/freebsd/sbin/umount/
H A Dumount.c62 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/acl/
H A Dacl_common.kshlib384 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 Dwrite_dirs_001_pos.ksh59 for file in `$FIND $TESTDIR -type f`; do
H A Dwrite_dirs_002_pos.ksh59 for file in `$FIND $TESTDIR -type f`; do
/freebsd/contrib/openpam/freebsd/
H A DMakefile.in30 ${FIND} -s . -type f -or -type l | cut -c 2- | \
/freebsd/include/
H A Dsearch.h25 FIND, ENTER enumerator
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_011_pos.ksh120 $FIND $TESTDIR -xattr | $GREP myfile.${TESTCASE_ID}
125 $FIND $TESTDIR -xattr | $GREP no-xattr
/freebsd/lib/libc/stdlib/
H A Dhsearch_r.c97 if (action == FIND) { in hsearch_r()
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib112 $FIND /$POOL -type f -exec $CKSUM {} + > \
/freebsd/contrib/libpcap/
H A Dpcap-sita.c52 #define FIND 0 macro
386 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND); in send_to_fd()
769 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */ in wait_for_all_answers()
803 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */ in acn_findalldevs()
806 close_with_IOP(chassis, geoslot, FIND); in acn_findalldevs()
/freebsd/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy.kshlib64 $FIND $mntpnt -type f -exec $CKSUM {} + >> $recordfile 2>&1
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_decompress.c259 p = hsearch(e, FIND); in zstream_do_decompress()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp6199 #define FIND strstr in __kmp_env_initialize() macro
6201 #define FIND strcasestr in __kmp_env_initialize()
6204 if ((FIND(aff_str, "none") == NULL) && in __kmp_env_initialize()
6205 (FIND(aff_str, "physical") == NULL) && in __kmp_env_initialize()
6206 (FIND(aff_str, "logical") == NULL) && in __kmp_env_initialize()
6207 (FIND(aff_str, "compact") == NULL) && in __kmp_env_initialize()
6208 (FIND(aff_str, "scatter") == NULL) && in __kmp_env_initialize()
6209 (FIND(aff_str, "explicit") == NULL) && in __kmp_env_initialize()
6210 (FIND(aff_str, "balanced") == NULL) && in __kmp_env_initialize()
6211 (FIND(aff_str, "disabled") == NULL)) { in __kmp_env_initialize()
[all …]
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DLibeventConfig.cmake.in86 list(FIND _AVAILABLE_LIBS ${_comp} _INDEX)
/freebsd/contrib/libevent/cmake/
H A DLibeventConfig.cmake.in86 list(FIND _AVAILABLE_LIBS ${_comp} _INDEX)
/freebsd/sbin/pfctl/
H A Dpfctl_altq.c167 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/dialog/
H A Ddlg_keys.c461 CURSES_NAME(FIND),

12