Searched refs:find (Results 101 - 125 of 283) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/hal/tools/
H A DMakefile30 HAL_PROG = hal-device hal-find-by-capability hal-find-by-property \
142 hal-find-by-capability: hal_find_by_capability.c
146 hal-find-by-property: hal_find_by_property.c
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dmyconfig.SH9 echo "Can't find the perl config.sh file produced by Configure";
16 : This is so that make depend always knows where to find SH derivatives.
H A Dwritemain.SH9 echo "Can't find config.sh."; exit 1
15 : This is so that make depend always knows where to find SH derivatives.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH9 echo "Can't find config.sh."; exit 1
15 : This is so that make depend always knows where to find SH derivatives.
45 echo "Can't find config.sh."; exit 1
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A DInstallPerl237 find({ wanted => \&touched, untaint => 1 }, '.');
254 find({ wanted => \&cat_packlists, untaint => 1 }, "$PerlPfx/$PerlRel");
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/
H A Dmissing182 find . -type f -name Makefile.am -print |
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwsdiff.py307 pos = fn.find(root_arch_str)
311 pos = fn.find("/", pos)
474 if s.find('\0') == -1 :
662 error("Could not find path to: " + tool);
688 datap = sect.find("sh_name:");
692 datap = sect.find("sh_type:");
716 dbegin = data.find(":") + 1
1092 toSnipBegin = string.find(baseData, toSnipBeginStr)
1094 toSnipEnd = string.find(baseData[toSnipBegin:], \
1366 error("-t specified, but $SRC not set. Cannot find
[all...]
/opensolaris-onvv-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh219 find $filelist -type l -print 2>/dev/null |\
223 find $filelist -name unix -type f -print 2>/dev/null |\
443 print -u2 "Can't find filelist.ramdisk"
474 find $filelist -print 2>/dev/null | while read path
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.pm98 unless(PerlIO::Layer::->find($target,1)) {
278 There is a class method in C<PerlIO::Layer> C<find> which is
282 PerlIO::Layer::->find("perlio")
H A DAutoLoader.t61 # to find the above file so we duplicate it where they should find it.
117 # tries shorter filenames if it can't find the long one.
/opensolaris-onvv-gate/usr/src/cmd/dtrace/demo/
H A DMakefile45 find.d \
/opensolaris-onvv-gate/usr/src/cmd/install.d/
H A Dinstall.sh299 PUTHOLD=`find $i -follow -name $FILE -type f -print`
317 PUTHOLD=`find $i -follow -name $FILE -type f -print`
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm448 that it will find something like '..\lib\File/DosGlob.pm' alright).
478 required. Due to these rules, a glob like E<lt>*:E<gt> will find all
479 mounted volumes, while a glob like E<lt>*E<gt> or E<lt>:*E<gt> will find
485 name pattern like "*HD:"), i.e. a glob like <:*:> will find both directories
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dfill.t22 Check out Jesse Feiler's way-cool book about Cyberdog. You can find
44 You can find details out about the book as well as ordering information at
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dlayers.t9 unless (find PerlIO::Layer 'perlio') {
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile42 GREP= find . \( -name SCCS -prune -o -name '*.[ch]' \) -print | sort | xargs grep
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c38 #error I cannot find any regexp functions
/opensolaris-onvv-gate/usr/src/lib/libast/
H A DMakefile88 find.h \
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dstrchr.s32 mov 8(%esp), %edx / character to find
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlen.s51 ! The object of strlen is to, as quickly as possible, find the
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlen.s51 ! The object of strlen is to, as quickly as possible, find the
/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dfiletree1.sh65 find "${basedir}"/* -prune 2>/dev/null | while read i ; do
/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DHBA.cc116 if (portsByWWN.find(wwn) == portsByWWN.end()) {
/opensolaris-onvv-gate/usr/src/tools/
H A DREADME.tools68 user .hgrc files that expect to find cdm.py in
181 timestamp (by default), this can be used to find all files that were
301 review materials. Can automagically find edited files or use a
337 list are there too). You can also find the individual build logs, like
/opensolaris-onvv-gate/usr/src/tools/onbld/Checks/
H A DComments.py81 if com.find('\n') != -1:

Completed in 212 milliseconds

1234567891011>>