Searched refs:find (Results 1 - 25 of 140) sorted by relevance

123456

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.emptystack.exe36 exec find / -type f -exec sleep 1 \; >/dev/null 2>&1
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrstr.c42 * Find the first occurrence of find in s.
45 strstr(const char *s, const char *find) argument
50 if ((c = *find++) != '\0') {
51 len = strlen(find);
57 } while (strncmp(s, find, len) != 0);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dputenv.c48 static int find(char *);
57 if ((which = find(change)) < 0) {
87 /* find - find where s2 is in environ
95 find(char *str) function
/illumos-gate/usr/src/cmd/modload/
H A Ddrvload.sh33 for driver in `find $drvpath/drv -type f -a ! -name '*.conf' -print`
/illumos-gate/usr/src/cmd/bnu/
H A DTeardown54 find . -print | cpio -pdvm ..
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsfind/
H A Dnfsfind.sh46 find $dir -type f -name .nfs\* -mtime +7 -mount -exec rm -f {} \;
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.s33 cmpb %sil,%dl / find it?
39 cmpb %sil,%dl / find it?
45 cmpb %sil,%dl / find it?
51 cmpb %sil,%dl / find it?
H A Dwschr.s46 cmpl %esi,%edx / find it?
52 cmpl %esi,%edx / find it?
58 cmpl %esi,%edx / find it?
64 cmpl %esi,%edx / find it?
/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh65 find . -print | cpio -pdum "$UNPACKED_ROOT" 2> /dev/null
121 filelist=`find .`
142 find `cat boot/solaris/filelist.ramdisk` -type file \
144 find usr/kernel -type file -print 2> /dev/null \
147 # tmp/root on the miniroot, so find the backing files
152 find `cat ../../boot/solaris/filelist.ramdisk` \
165 find kernel platform -name unix | \
167 find kernel platform -name genunix | cpio -pdum $DST \
169 find kernel platform -name platmod | cpio -pdum $DST \
171 find `fin
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Diidesc.c71 iidesc_cmp(iidesc_t *src, iidesc_find_t *find) argument
73 iidesc_t *tgt = find->iif_tgt;
79 find->iif_ret = src;
87 iidesc_find_t find; local
89 find.iif_tgt = new;
90 find.iif_ret = NULL;
92 (void) hash_match(hash, new, (int (*)())iidesc_cmp, &find);
94 if (find.iif_ret != NULL) {
95 iidesc_t *old = find.iif_ret;
/illumos-gate/usr/src/cmd/sa/
H A Dsa2.sh35 /usr/bin/find /var/adm/sa \( -name 'sar*' -o -name 'sa*' \) -mtime +7 -exec /usr/bin/rm {} \;
/illumos-gate/usr/src/tools/codesign/
H A Dfindcrypto.sh30 # Utility to find cryptographic modules in the proto area. Prints out
55 find $DIRS -type f -print | while read f; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_find_001_pos.ksh36 # Verifies ability to find files with attribute with -xattr flag and using
47 log_assert "Verifies ability to find files with attribute with" \
60 ff=$(usr_exec find $INI_DIR -type f -name ${f##*/} \
63 log_fail "find file containing attribute fail."
65 log_note "find $f by '-xattr'."
71 fa=$(usr_exec find $INI_DIR -type f -name ${f##*/} \
74 log_fail "find file attribute fail"
79 log_note "find all attribute files of $f"
85 log_pass "find files with -xattr passed."
H A Dzfs_acl_find_002_neg.ksh36 # Verifies ability to find files with attribute with -xattr flag and using
68 ff=$(usr_exec find $INI_DIR -type f -name ${f##*/} \
71 log_fail "find not containing attribute should fail."
76 fa=$(usr_exec find $INI_DIR -type f -name ${f##*/} \
79 log_fail "find file attribute should fail."
83 log_note "Failed to find $f and its attribute file as expected."
91 log_pass "find files which have no attrabute files with -xattr passed."
/illumos-gate/usr/src/cmd/find/
H A DMakefile26 PROG= find
27 XPG4PROG= find
28 FINDOBJS1= find.o
/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py93 return {'cr_number': bug.find('id').text,
94 'synopsis': bug.find('subject').text,
95 'status': bug.find('status').attrib['name']
/illumos-gate/usr/src/tools/quick/
H A Dmake-smbsrv244 find uts/common/sys -name '*.[ch]' -print |sort
245 find uts/common/net -name '*.[ch]' -print |sort
246 find uts/common/netinet -name '*.[ch]' -print |sort
247 find uts/common/smb -name '*.[ch]' -print |sort
248 find uts/common/smbsrv -name '*.ndl' -print |sort
249 find uts/common/smbsrv -name '*.[ch]' -print |sort
250 find uts/common/fs/smbsrv -name '*.[ch]' -print |sort
251 find uts/common/gssapi -name '*.[ch]' -print |sort
252 find head -name '*.h' -print |sort
253 find li
[all...]
H A Dmake-gss149 find uts/common/sys -name '*.[ch]' -print |sort
150 find uts/common/net -name '*.[ch]' -print |sort
151 find uts/common/netinet -name '*.[ch]' -print |sort
152 find uts/common/gssapi -name '*.[ch]' -print |sort
153 find head -name '*.h' -print |sort
154 find lib/gss_mechs -name '*.[ch]' -print |sort
155 find cmd/gss -name '*.[ch]' -print |sort
H A Dmake-idmap166 find uts/common/sys -name '*.[ch]' -print |sort
167 find uts/common/net -name '*.[ch]' -print |sort
168 find uts/common/netinet -name '*.[ch]' -print |sort
169 find uts/common/rpcsvc -name '*.[ch]' -print |sort
170 find uts/common/idmap -name '*.[ch]' -print |sort
171 find head -name '*.h' -print |sort
172 find lib/libidmap -name '*.[ch]' -print |sort
173 find lib/libadutils -name '*.[ch]' -print |sort
174 find lib/libldap5 -name '*.[ch]' -print |sort
175 find cm
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBST.java96 public BSTItem find(String newKey) { method in class:BST
97 return find(newKey, true);
126 public BSTItem find(String newKey, boolean exactMatch) { method in class:BST
137 rv = left.find(newKey, exactMatch);
140 rv = right.find(newKey, exactMatch);
286 bst.find("Echo");
290 bst.find("Xray");
294 bst.find("Delta");
298 bst.find("Root");
301 bst.find("Alph
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/
H A DMakefile.com37 CSRCS :sh= find . -name SCCS -prune -o -name *.c -print | cut -b3-
38 SSRCS :sh= find . -name SCCS -prune -o -name *.s -print | cut -b3-
39 DSRCS :sh= find . -name SCCS -prune -o -name *.d -print | cut -b3-
41 TSTS :sh= find . -name tst.*.d -o -name err.*.d -o \
46 EXES :sh= find . -name SCCS -prune -o \( -name *.exe -o -name \*.pl \) -print \
/illumos-gate/usr/src/cmd/acct/
H A Ddodisk.sh92 find $mnt -mount -print | \
111 find $* -mount -print | acctdusg > dtmp
133 find $dir -print | acctdusg > dtmp
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwschr.s47 cmpl %ecx,%edx / find it?
53 cmpl %ecx,%edx / find it?
59 cmpl %ecx,%edx / find it?
65 cmpl %ecx,%edx / find it?
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh24 devices=`hal-find-by-capability --capability $type`
/illumos-gate/usr/src/test/zfs-tests/tests/functional/write_dirs/
H A Dwrite_dirs_001_pos.ksh50 for file in `find $TESTDIR -type f`; do

Completed in 143 milliseconds

123456