Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_find_001_pos.ksh62 rst_str=`$FIND . -ls | $GREP "+" | $AWK '{print $11}'`
64 rst_str=`$FIND . -acl`
74 log_assert "Verify that '$FIND' command supports ZFS ACLs."
129 log_pass "'$FIND' command succeeds to support ZFS ACLs."
/titanic_44/usr/src/lib/pysolaris/
H A DMakefile38 MSGFIND = $(FIND) . -name '*.py' -o -name '*.c'
40 PYCFIND = $(FIND) . -name '*.pyc'
/titanic_44/usr/src/lib/pyzfs/
H A DMakefile38 MSGFIND = $(FIND) . -name '*.py' -o -name '*.c'
40 PYCFIND = $(FIND) . -name '*.pyc'
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_find_001_pos.ksh56 ff=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
67 fa=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
H A Dzfs_acl_find_002_neg.ksh64 ff=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
72 fa=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c109 FIND, /* Find, if present */ enumerator
288 D6: if(action == FIND) /* Insert if requested */ in hsearch()
383 if(action == FIND) in hsearch()
400 if(action == FIND) in hsearch()
525 hsearch(table[i], FIND); in hdump()
/titanic_44/usr/src/test/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib167 $FIND $1 -type f -print | xargs -i \
180 file_num=`$FIND $1 -type f -print | \
/titanic_44/usr/src/lib/libc/port/gen/
H A Dhsearch.c324 D6: if (action == FIND) /* Insert if requested */ in hsearch()
426 if (action == FIND)
442 if (action == FIND)
553 hsearch(table[i], FIND); in hdump()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dsearch.h32 typedef enum { FIND, ENTER } ACTION; enumerator
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib376 chgusr_exec $user $FIND $node > /dev/null 2>&1
576 usr_exec cd $dir ; $FIND . -depth -type f -exec cksum {} \\\; | \
578 usr_exec cd $dir ; $FIND . -depth -type f -xattr -exec runat {} \
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l53 ;{WS}*:{WS}*find{WS}* { return FIND; }
54 ^{WS}*:{WS}*find{WS}* { return FIND; }
H A Dfsdb_yacc.y82 %token BASE BLOCK CD DIRECTORY TFILE FIND FILL
317 xfind : FIND WORD
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dsearch.h60 FIND, ENTER enumerator
/titanic_44/usr/src/test/zfs-tests/tests/functional/write_dirs/
H A Dwrite_dirs_001_pos.ksh50 for file in `$FIND $TESTDIR -type f`; do
H A Dwrite_dirs_002_pos.ksh50 for file in `$FIND $TESTDIR -type f`; do
/titanic_44/usr/src/head/
H A Dsearch.h43 typedef enum { FIND, ENTER } ACTION; enumerator
/titanic_44/usr/src/lib/pylibbe/
H A DMakefile40 MSGFILES = `$(FIND) . -name '*.py' -o -name '*.c'`
/titanic_44/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_011_pos.ksh113 $FIND $TESTDIR -xattr | $GREP myfile.$$
116 $FIND $TESTDIR -xattr | $GREP no-xattr
/titanic_44/usr/src/cmd/sendmail/db/hsearch/
H A Dhsearch.c118 case FIND:
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_007_pos.ksh64 log_must $FIND $mntpnt -delete
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib112 $FIND /$POOL -type f -exec $CKSUM {} + > \
/titanic_44/usr/src/tools/scripts/
H A Dxref.mk111 $(FIND) $(XRDIRS) `$(CAT) xref.flg` \
/titanic_44/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib91 $FIND $mntpnt -type f -exec $CKSUM {} + >> $recordfile 2>&1
/titanic_44/usr/src/tools/depcheck/
H A Dexamples.txt29 provided by the SampleLinks file. The "CANNOT FIND" file refers to files
68 ***CANNOT FIND ABSOLUTE PATH /usr/dt/config/C/bookmarks FOR ENTRY: /usr/dt/config/C/wsmenu/Links/Pe…
69 ***CANNOT FIND ABSOLUTE PATH /usr/dt/config/en_US.UTF-8/bookmarks FOR ENTRY: /usr/dt/config/en_US.U…
70 ***CANNOT FIND ABSOLUTE PATH /usr/lib/locale/fr/LC_MESSAGES FOR ENTRY: /usr/lib/locale/fr_CA.ISO885…
/titanic_44/usr/src/
H A DMakefile153 ( cd $(ROOT); $(CTFSTRIP) $$(cd $$CLOSED_ROOT; $(FIND) \

12