Searched refs:null (Results 176 - 200 of 269) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DOpaque.java188 String str = null;
H A DSLPV1SSrvReg.java150 if (rec != null) {
H A DIANACharCode.java273 String str = null;
275 byte b[] = null;
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java104 registration = DNSSD.register( 0, 0, ourName, kChatExampleRegType, "", "", inSocket.getLocalPort(), null, this);
277 if ( match == null)
287 if ( match != null)
302 return null;
H A DBrowserApp.java85 serviceBrowser = null;
148 if ( serviceBrowser != null)
157 if ( serviceBrowser != null)
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_linux.in55 if [ "x`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2>/dev/null || true`" = xbtrfs ]; then
85 if grep -qx "CONFIG_FB_EFI=y" "${config}" 2> /dev/null \
86 && grep -qx "CONFIG_VT_HW_CONSOLE_BINDING=y" "${config}" 2> /dev/null; then
H A D20_linux_xen.in63 if [ "x`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2>/dev/null || true`" = xbtrfs ]; then
125 if (grep -qx "CONFIG_XEN_DOM0=y" "${config}" 2> /dev/null || grep -qx "CONFIG_XEN_PRIVILEGED_GUEST=y" "${config}" 2> /dev/null); then echo -n "$i " ; fi
H A D10_netbsd.in133 if ! (zcat -f "$k" | file -bL - | grep -q "${pattern}") 2>/dev/null ; then
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dclone.ksh75 c) ls "$OPTARG" >/dev/null 2>&1
H A Dpkgcreatezone.ksh96 c) ls "$OPTARG" >/dev/null 2>&1
215 primary=$(tncfg -z $ZONENAME info primary 2>/dev/null)
259 svc:/milestone/unconfig:default 2> /dev/null)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST258 my ($pwd, $null);
261 $null = 'nul';
264 $null = '/dev/null';
277 "-o$test.plc $test 2>$null &&".
/osnet-11/usr/src/cmd/perl/skel/
H A DMakefile118 @ cd $(@D); pwd; $(PERL) $(<F) $(PERL_MM_ARGS) 2>&1 /dev/null
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DDomain.pm87 chop($host = `(hostname) 2>/dev/null`); # BSD'ish
92 chop($host = `uname -n 2>/dev/null`); ## SYSV'ish && POSIX'ish
172 chop($dom = `domainname 2>/dev/null`)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm60 # - made continue-block detection trickier wrt. null ops
293 sub null { subroutine
305 } elsif (!null($cv->START) and is_state($cv->START)) {
650 unless null main_root;
844 if (not null $cv->ROOT) {
888 while (not null $op) {
894 for (; not null $kid; $kid = $kid->sibling) {
907 || ($op->name eq "null" && class($op) eq "UNOP"
918 return (!null($op) and null(
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dtranslate.c76 char null[1]; /* null string */ member in struct:__anon1174
210 if (((s = catgets(d, set = AST_MESSAGE_SET, n, state.null)) && *s || (s = catgets(d, set = 1, n, state.null)) && *s) && entry(cp->messages, set, n, s))
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s104 bz,a,pt %xcc, .doload ! no null byte in previous word from s2
116 bz,pt %xcc, .cmp ! no null-byte in s1 yet
137 bz,a,pt %xcc, .cmpaligned ! no null-byte in s1 yet
H A Dmemchr.s60 bz %ncc, .notfound ! yup, c not found, return null ptr
118 ! .lastword. "tword" has null bytes where "word" had c. After
146 ! "tword" (in %g1) has null bytes where "word" had c. Examine "tword"
173 mov %g0, %o0 ! return null pointer
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDrop.java148 * or default message is {@code null}
171 if (defaultMessage == null) {
172 throw new NullPointerException("default message is null");
192 * @return non-null drop kind
226 * @return non-null message provided by DTrace
H A DAggregate.java91 * aggregations is {@code null}
163 * aggregate snapshot; list is non-null and possibly empty
187 * @return {@code null} if no aggregation by the given name exists
275 if ((name != null) && name.equals("_")) {
307 if (aggregation == null) {
H A DDistribution.java68 * @throws NullPointerException if frequencies is null
90 * @throws NullPointerException if frequencies is null
265 * @return non-null distribution bucket at the given zero-based
385 return (newInstance != null && oldInstance != null &&
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s60 bz .notfound ! yup, c not found, return null ptr
118 ! .lastword. "tword" has null bytes where "word" had c. After
146 ! "tword" (in %g1) has null bytes where "word" had c. Examine "tword"
173 mov %g0, %o0 ! return null pointer
H A Dstrlcpy.s32 * null-terminated. The function returns strlen(src). Buffer
45 ! is expected to null-terminate any string that is within
69 andcc %l1, 0xff, %g0 ! null byte reached?
74 bz,pn %icc, .forcenullunalign ! n == 0, append null byte
215 stb %g0, [%i2 - 1] ! store terminating null byte
/osnet-11/usr/src/lib/libpp/common/
H A Dgentab.sh35 case `(typeset -u s=a n=0; ((n=n+1)); print $s$n) 2>/dev/null` in
/osnet-11/usr/src/grub/grub2/
H A Dautogen.sh9 autogen --version >/dev/null || exit 1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DShell.pm33 my $null = File::Spec::Functions::devnull();
40 \$Shell::capture_stderr == -1 ? `$cmd 2>$null` :
94 push \@arr, '2>$null' if \$Shell::capture_stderr == -1;

Completed in 44 milliseconds

1234567891011