| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
| tst.emptystack.exe | 29 exec find / > /dev/null 2>&1
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| strcasestr.c | 31 * Find the first occurrence of find in s. 33 char *strcasestr(register char *s, register char *find) 38 if ((c = *find++) != 0) { 39 len = strlen(find); 45 } while (strncasecmp(s, find, len) != 0);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| find.pl | 2 # require "find.pl"; 4 # &find('/foo','/bar'); 32 use File::Find (); 34 *name = *File::Find::name; 35 *prune = *File::Find::prune; 36 *dir = *File::Find::dir; 37 *topdir = *File::Find::topdir; 38 *topdev = *File::Find::topdev; 39 *topino = *File::Find::topino; 40 *topmode = *File::Find::topmode 43 sub find { subroutine [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| putenv.c | 48 static int find(char *); 57 if ((which = find(change)) < 0) { 87 /* find - find where s2 is in environ 95 find(char *str) function
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| Teardown | 54 find . -print | cpio -pdvm ..
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfsfind/ |
| nfsfind.sh | 46 find $dir -type f -name .nfs\* -mtime +7 -mount -exec rm -f {} \;
|
| /onnv/onnv-gate/usr/src/cmd/modload/ |
| drvload.sh | 33 for driver in `find $drvpath/drv -type f -a ! -name '*.conf' -print`
|
| /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/ |
| strchr.s | 33 cmpb %sil,%dl / find it? 39 cmpb %sil,%dl / find it? 45 cmpb %sil,%dl / find it? 51 cmpb %sil,%dl / find it?
|
| wschr.s | 46 cmpl %esi,%edx / find it? 52 cmpl %esi,%edx / find it? 58 cmpl %esi,%edx / find it? 64 cmpl %esi,%edx / find it?
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| mkbfu.sh | 145 find $FILELIST -depth -print 155 find $FILELIST -depth -print 160 find $FILELIST -depth -print 165 find $FILELIST -depth -print 171 find $FILELIST -depth -print 179 find $FILELIST -depth -print | egrep -v -e "./usr/share/src" 184 for i in `cd platform; find * -prune \( -type d -o -type l \) -print` 188 find $FILELIST -depth -print 194 find $FILELIST -depth -print 205 ( find boot -depth -print | create_archive $ARCHIVECLASS boot ) [all...] |
| /onnv/onnv-gate/usr/src/tools/ctf/cvt/ |
| iidesc.c | 71 iidesc_cmp(iidesc_t *src, iidesc_find_t *find) 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;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/ |
| io_utf8.t | 6 unless (find PerlIO::Layer 'perlio') {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
| utf.t | 6 unless (find PerlIO::Layer 'perlio') {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/ |
| binmode.t | 16 if (find PerlIO::Layer 'perlio') { 26 if (find PerlIO::Layer 'perlio') {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| mkdir.t | 23 print ($! =~ /cannot find|such|exist|not found|not a directory/i ? "ok 7\n" : "# $!\nnot ok 7\n");
|
| /onnv/onnv-gate/usr/src/cmd/sa/ |
| sa2.sh | 35 /usr/bin/find /var/adm/sa \( -name 'sar*' -o -name 'sa*' \) -mtime +7 -exec /usr/bin/rm {} \;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| View.java | 65 public void find(String s); method in interface:View
|
| /onnv/onnv-gate/usr/src/cmd/find/ |
| Makefile | 28 PROG= find 29 XPG4PROG= find 30 FINDOBJS1= find.o
|
| /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/ |
| postinstall | 54 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
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/ |
| Makefile.com | 39 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 \
|
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| BST.java | 96 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("Alpha") [all...] |
| /onnv/onnv-gate/usr/src/cmd/acct/ |
| dodisk.sh | 92 find $mnt -mount -print | \ 111 find $* -mount -print | acctdusg > dtmp 133 find $dir -print | acctdusg > dtmp
|
| /onnv/onnv-gate/usr/src/cmd/hal/tools/sunos/ |
| hal-system-power-hibernate-sunos.sh | 24 devices=`hal-find-by-capability --capability $type`
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Find/t/ |
| taint.t | 5 my %Expect_Name = (); # what we expect for $File::Find::name/fullname 6 my %Expect_Dir = (); # what we expect for $File::Find::dir 45 use File::Find; 52 find({wanted => sub { $found = 1 if ($_ eq 'commonsense.t') }, 104 print "# \$File::Find::dir => '$File::Find::dir'\n"; 107 ok( $Expect_File{$_}, "Expected and found $File::Find::name" ); 119 $File::Find::prune=1 if $_ eq 'faba'; 123 print "# \$File::Find::dir => '$File::Find::dir'\n" [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| wschr.s | 47 cmpl %ecx,%edx / find it? 53 cmpl %ecx,%edx / find it? 59 cmpl %ecx,%edx / find it? 65 cmpl %ecx,%edx / find it?
|