Searched refs:null (Results 126 - 150 of 269) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/build-aux/
H A Dmdate-sh73 if ls -L /dev/null 1>/dev/null 2>&1; then
184 if (expr $nummonth \> $nummonthtod) > /dev/null;
H A Dmissing127 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
319 if (gnutar --version > /dev/null 2>&1); then
322 if (gtar --version > /dev/null 2>&1); then
H A Dcompile114 if mkdir "$lockdir" >/dev/null 2>&1; then
/osnet-11/usr/src/cmd/sendmail/lib/
H A Dsmtp-sendmail55 # * MODE should be "-bd" or null (MODE= or MODE="") or
57 # * QUEUEOPTION should be "p" or null (as above).
70 local=`/usr/bin/svcprop -p config/local_only $SMF_FMRI 2>/dev/null`
75 2>/dev/null`
99 /usr/sbin/etrn -b $SERVER $CLIENTS >/dev/null 2>&1 &
/osnet-11/usr/src/lib/libtsol/common/
H A Dlabeld.h109 int null; member in struct:__anon2661
113 int null; member in struct:__anon2662
144 int null; member in struct:__anon2669
152 int null; member in struct:__anon2671
249 int null; member in struct:__anon2686
260 int null; member in struct:__anon2688
/osnet-11/usr/src/grub/grub2/build-bios/
H A Dconfig.status17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25 case `(set -o) 2>/dev/null` in
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
144 if (basename -- /) >/dev/null
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A Dconfig.status17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25 case `(set -o) 2>/dev/null` in
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
144 if (basename -- /) >/dev/null
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s32 * Copy string s2 to s1, truncating or null-padding to always copy n bytes
56 ! are copied to s1. If a null character is reached in s2 yet more
57 ! bytes remain to be copied, strncpy will copy null bytes into
82 tst %o1 ! end of src reached (null byte) ?
120 ! remaining src bytes and then start padding with null bytes
127 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
131 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
135 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
139 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
143 movz %ncc, %g0, %o1 ! if so, start padding with null byte
[all...]
H A Dstrlcpy.s33 * null-terminated. The function returns strlen(src). Buffer
46 ! is expected to null-terminate any string that is within
72 andcc %l1, 0xff, %g0 ! end of src reached (null byte) ?
77 bz,pn %ncc, .forcenullunalign ! n == 0, force null byte, compute len
161 ! n expired, so this is the last word. It may contain null bytes.
162 ! Store bytes until n == 0. If a null byte is encountered during
178 bz .forcenull ! if n == 0, force null byte, compute len
185 bz .forcenull ! if n == 0, force null byte, compute len
192 bz .forcenull ! if n == 0, force null byte, compute strlen
199 bz .forcenull ! if n == 0, force null byt
[all...]
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh99 net=$(zonecfg -z $ZONENAME info anet 2>/dev/null)
101 net=$(zonecfg -z $ZONENAME info net 2>/dev/null)
115 hostattr=$(zonecfg -z $ZONENAME info attr name=hostname 2>/dev/null)
143 zonecfg -z $1 remove fs dir=/etc/passwd >/dev/null 2>&1
144 zonecfg -z $1 remove fs dir=/etc/shadow >/dev/null 2>&1
160 end" 2>/dev/null
169 end" 2>/dev/null
232 add mlp_private=2049/tcp" >/dev/null 2>&1
249 rm $ZONE_ETC_DIR/$am 2>/dev/null
306 typeset locale=$(svcprop -p environment/LANG system/environment:init 2>/dev/null)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A Dmkheader299 null => 0,
306 null => "NULL",
313 null => "NULL",
320 null => "NULL",
330 my $null = $tbl->{null};
361 : $null;
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java240 if (source.get(tkey) == null) {
289 ParserRecord ret = null;
358 ParserRecord mrex = null;
363 ParserRecord prex = null;
377 if (mrex == null) {
416 Object value = null;
473 if ((value == null || value.toString().length() <= 0) &&
H A DSLPHeaderV2.java173 // We could check for null on reserved part of flags field, but
218 SrvLocMsg rply = null;
298 Assert.slpassert((locale != null),
377 if (resp != null) {
521 // May be an exception if class is null.
523 if (optClass == null) {
733 Hashtable auth = null;
758 ServiceURL url = null;
773 if (auth != null) {
824 if (auth == null) {
[all...]
H A DSunDATable.java81 private Vector cache = null;
131 Vector equivClasses = null;
317 // empty, the query is the null string, and so all DAs
333 if (rply == null ||
336 (rply == null ?
390 Vector daScopes = null;
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s32 * Copy string s2 to s1, truncating or null-padding to always copy n bytes
56 ! are copied to s1. If a null character is reached in s2 yet more
57 ! bytes remain to be copied, strncpy will copy null bytes into
86 tst %i1 ! end of src reached (null byte) ?
113 ! remaining src bytes and then start padding with null bytes
121 andn %i1, %g1, %i1 ! if byte == 0, start padding with null bytes
127 andn %i1, %g1, %i1 ! if byte == 0, start padding with null bytes
133 andn %i1, %g1, %i1 ! if byte == 0, start padding with null bytes
196 ! this is the last word. It may contain null bytes. store bytes
197 ! until n == 0. if null byt
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DScalarRecord.java65 return (newInstance != null && oldInstance != null &&
92 * @throws NullPointerException if the given value is {@code null}
111 if (value == null) {
160 * @return a non-null value whose type is one of the following:
H A DError.java134 * @param faultName name of the specific fault, or {@code null}
141 * default message is {@code null}
162 if (probeDescription == null) {
164 "enabled probe description is null");
166 if (defaultMessage == null) {
167 throw new NullPointerException("default message is null");
175 * @return non-null probe description
244 * @return name of the specific fault or {@code null} if the
270 * @return non-null preconstructed message
H A DUserStackRecord.java65 return (newInstance != null && oldInstance != null &&
97 * {@code UserStackRecord}; may be {@code null} or empty to indicate
107 * {@code null} or if any element of the {@code frames} array is
108 * {@code null}
148 * this record's stack as a non-null array of bytes
189 * @return non-null {@code KernelStackRecord} view of this record
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_kfreebsd.in54 ls "${module_dir}/${mod}.ko" > /dev/null
112 ls "${dirname}/zfs/zpool.cache" > /dev/null
171 | grep "${kfreebsd_fs}id/${GRUB_DEVICE_UUID}" > /dev/null); then
H A D10_windows.in26 case "`uname 2>/dev/null`" in
41 test "`sed -n 's,^\(\(multi\|scsi\)[^=]*\)=.*$,\1,p' "$1" 2>/dev/null | \
78 dev=`${grub_probe} -t device "$dir" 2>/dev/null` || continue
/osnet-11/usr/src/lib/libdscp/svc/
H A Dsvc-dscp80 ${PRTDSCP} >/dev/null 2>&1
/osnet-11/usr/src/grub/grub-0.97/
H A Dcompile114 if mkdir "$lockdir" >/dev/null 2>&1; then
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-md5-crypt.in91 $grub_shell --batch --device-map=/dev/null <<EOF \
/osnet-11/usr/src/cmd/perl/5.8.4/contrib/
H A DMakefile121 @ cd $(@D); pwd; $(RUN_MINIPERL) $(<F) $(PERL_MM_ARGS) > /dev/null
137 $(RUN_MINIPERL) Makefile.PL $(PERL_MM_ARGS) > /dev/null
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/
H A DHostname.pm100 $host = `(hostname) 2>/dev/null`; # bsdish
114 $host = `uname -n 2>/dev/null`; ## sysVish

Completed in 48 milliseconds

1234567891011