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

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.emptystack.exe29 exec find / > /dev/null 2>&1
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfind.pl2 # require "find.pl";
4 # &find('/foo','/bar');
43 sub find { subroutine
44 &File::Find::find(\&wanted, @_);
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A DTeardown54 find . -print | cpio -pdvm ..
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfsfind/
H A Dnfsfind.sh46 find $dir -type f -name .nfs\* -mtime +7 -mount -exec rm -f {} \;
/opensolaris-onvv-gate/usr/src/cmd/modload/
H A Ddrvload.sh33 for driver in `find $drvpath/drv -type f -a ! -name '*.conf' -print`
/opensolaris-onvv-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?
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_utf8.t6 unless (find PerlIO::Layer 'perlio') {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dutf.t6 unless (find PerlIO::Layer 'perlio') {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dbinmode.t16 if (find PerlIO::Layer 'perlio') {
26 if (find PerlIO::Layer 'perlio') {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmkdir.t23 print ($! =~ /cannot find|such|exist|not found|not a directory/i ? "ok 7\n" : "# $!\nnot ok 7\n");
/opensolaris-onvv-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 {} \;
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DView.java65 public void find(String s); method in interface:View
/opensolaris-onvv-gate/usr/src/cmd/find/
H A DMakefile28 PROG= find
29 XPG4PROG= find
30 FINDOBJS1= find.o
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
H A Dpostinstall54 find . \( -type f -o -type l \) -print | sed 's/^\.\///'g |
70 find usr \( -type f -o -type l \) -print | while read file
86 find . -depth -print | sed 's/^\.\///'g | while read file
96 find usr -depth -print | while read file
146 find . -depth -print | cpio -o -O $ONLDCPIO
155 find usr -depth -print | cpio -o -O $ONLDCPIO
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/
H A DMakefile.com39 CSRCS :sh= find . -name SCCS -prune -o -name *.c -print | cut -b3-
40 SSRCS :sh= find . -name SCCS -prune -o -name *.s -print | cut -b3-
41 DSRCS :sh= find . -name SCCS -prune -o -name *.d -print | cut -b3-
43 TSTS :sh= find . -name tst.*.d -o -name err.*.d -o \
48 EXES :sh= find . -name SCCS -prune -o \( -name *.exe -o -name \*.pl \) -print \
/opensolaris-onvv-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...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-hibernate-sunos.sh24 devices=`hal-find-by-capability --capability $type`
/opensolaris-onvv-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?
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/
H A Dtaint.t52 find({wanted => sub { $found = 1 if ($_ eq 'commonsense.t') },
168 # find/finddepth. Basically, topdir() does the same as dir_path() (see
277 File::Find::find( {wanted => \&wanted_File_Dir_prune, untaint => 1,
288 eval {File::Find::find( {wanted => \&simple_wanted}, topdir('fa') );};
296 eval {File::Find::find( {wanted => \&simple_wanted, untaint => 1,
308 eval {File::Find::find( {wanted => \&simple_wanted, untaint => 1,
351 File::Find::find( {wanted => \&wanted_File_Dir, follow_fast => 1,
361 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1},
370 eval {File::Find::find( {wanted => \&simple_wanted, follow => 1,
381 eval {File::Find::find( {wante
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dopen.t9 unless (find PerlIO::Layer 'perlio') {

Completed in 1389 milliseconds

1234567891011>>