/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_find_001_pos.ksh | 62 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 D | Makefile | 38 MSGFIND = $(FIND) . -name '*.py' -o -name '*.c' 40 PYCFIND = $(FIND) . -name '*.pyc'
|
/titanic_44/usr/src/lib/pyzfs/ |
H A D | Makefile | 38 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 D | zfs_acl_find_001_pos.ksh | 56 ff=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \ 67 fa=$(usr_exec $FIND $INI_DIR -type f -name ${f##*/} \
|
H A D | zfs_acl_find_002_neg.ksh | 64 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 D | hsearch.c | 109 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 D | mv_files_common.kshlib | 167 $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 D | hsearch.c | 324 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 D | search.h | 32 typedef enum { FIND, ENTER } ACTION; enumerator
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/ |
H A D | acl_common.kshlib | 376 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 D | fsdb_lex.l | 53 ;{WS}*:{WS}*find{WS}* { return FIND; } 54 ^{WS}*:{WS}*find{WS}* { return FIND; }
|
H A D | fsdb_yacc.y | 82 %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 D | search.h | 60 FIND, ENTER enumerator
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/write_dirs/ |
H A D | write_dirs_001_pos.ksh | 50 for file in `$FIND $TESTDIR -type f`; do
|
H A D | write_dirs_002_pos.ksh | 50 for file in `$FIND $TESTDIR -type f`; do
|
/titanic_44/usr/src/head/ |
H A D | search.h | 43 typedef enum { FIND, ENTER } ACTION; enumerator
|
/titanic_44/usr/src/lib/pylibbe/ |
H A D | Makefile | 40 MSGFILES = `$(FIND) . -name '*.py' -o -name '*.c'`
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_011_pos.ksh | 113 $FIND $TESTDIR -xattr | $GREP myfile.$$ 116 $FIND $TESTDIR -xattr | $GREP no-xattr
|
/titanic_44/usr/src/cmd/sendmail/db/hsearch/ |
H A D | hsearch.c | 118 case FIND:
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_007_pos.ksh | 64 log_must $FIND $mntpnt -delete
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.kshlib | 112 $FIND /$POOL -type f -exec $CKSUM {} + > \
|
/titanic_44/usr/src/tools/scripts/ |
H A D | xref.mk | 111 $(FIND) $(XRDIRS) `$(CAT) xref.flg` \
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy.kshlib | 91 $FIND $mntpnt -type f -exec $CKSUM {} + >> $recordfile 2>&1
|
/titanic_44/usr/src/tools/depcheck/ |
H A D | examples.txt | 29 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 D | Makefile | 153 ( cd $(ROOT); $(CTFSTRIP) $$(cd $$CLOSED_ROOT; $(FIND) \
|