Searched refs:null (Results 226 - 250 of 269) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dhelp2man165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dmkbimage180 if [ "$offset" = 0 ] && which $cp > /dev/null ; then
/osnet-11/usr/src/grub/grub2/tests/
H A Dpartmap_test.in25 qemu-img create ${name} ${size} >/dev/null
33 if ! grep "($disk)" ${outfile} >/dev/null
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh288 grep THIS_IS_SOLARIS10_BRAND_FS_MINIMAL $filename >/dev/null 2>&1
/osnet-11/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh27 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DMakefile269 ./TEST < /dev/null; \
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com1175 $(MCS) -d -n .SUNW_ctf $@ > /dev/null 2>&1
1176 $(MCS) -d -n .SUNW_dof $@ > /dev/null 2>&1
1177 $(AR) -ts $@ > /dev/null
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com1246 $(MCS) -d -n .SUNW_ctf $@ > /dev/null 2>&1
1247 $(MCS) -d -n .SUNW_dof $@ > /dev/null 2>&1
1248 $(AR) -ts $@ > /dev/null
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com1176 $(MCS) -d -n .SUNW_ctf $@ > /dev/null 2>&1
1177 $(MCS) -d -n .SUNW_dof $@ > /dev/null 2>&1
1178 $(AR) -ts $@ > /dev/null
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm638 from Perl, even if it contains null characters.
648 stored in the struct is null-terminated, and disregards the
653 are always stored with a null terminator, and the length field
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-install.in616 for x in `"$grub_probe" --device-map="${device_map}" --target=partmap --device "${grub_device}" 2> /dev/null`; do
832 modprobe -q efivars 2>/dev/null || true ;;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dutf8decode.t152 my @null = unpack('U0U*', $_[0]);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DWin32.pm30 Returns a string representation of the null device.
241 # split() likes to forget about trailing null fields, so here we
H A DUnix.pm102 Returns a string representation of the null device. "/dev/null" on UNIX.
106 sub devnull () { '/dev/null' }
H A DVMS.pm246 Returns a string representation of the null device: '_NLA0:'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm42 If either reader or writer is the null string, this will be replaced
121 # rdr or wtr are null
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c62 static char *null; variable
719 return(&null);
762 /* reserve an extra null pointer */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t69 null SKIP
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm280 Calling C<attributes::get()> from within the scope of a null package
287 (unless it was also compiled with a null package declaration), and so it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm2300 First does a distdir. Then a command $(PREOP) which defaults to a null
2301 command, followed by $(TOUNIX), which defaults to a null command under
2305 defaults to a null command.
2317 First does a distdir. Then a command $(PREOP) which defaults to a null
2320 $(POSTOP) which defaults to a null command. Note: For shdist to work
2325 First does a distdir. Then a command $(PREOP) which defaults to a null
2328 $(POSTOP) which defaults to a null command.
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile1040 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1317 if test -f $@ && cmp $@-t $@ > /dev/null; then \
1441 > /dev/null; then \
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile1040 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1317 if test -f $@ && cmp $@-t $@ > /dev/null; then \
1441 > /dev/null; then \
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvMsg.java93 // For creating a null reply.
113 msg.makeReply(new Hashtable(), null);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm115 Returns a string representation of the null device.
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.s79 sethi %hi(0xff000000), %l0 ! masks to test for terminating null

Completed in 71 milliseconds

1234567891011