Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.null04 $5 = null string
9 $1 = null string
10 $5 = null string
16 $5 = null string
21 $5 = null string
26 $5 = null string
31 $5 = null string
36 $5 = null string
41 $5 = null string
46 $5 = null string
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dlocaleconv.c38 &null[0],
39 &null[0],
40 &null[0],
41 &null[0],
42 &null[0],
43 &null[0],
44 &null[0],
45 &null[0],
59 &null[0],
60 &null[0],
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh147 { : |& } 2>/dev/null ||
186 kill $! 2> /dev/null
236 wait $pid 2> /dev/null
252 wait $pid 2> /dev/null
281 kill $pid 2>/dev/null
293 kill $pid 2>/dev/null
308 kill $pid 2>/dev/null
322 kill $pid 2>/dev/null
338 kill $pid 2>/dev/null
357 kill $pid 2>/dev/null
[all …]
H A Dbuiltins.sh98 print $line | /bin/cat > /dev/null
115 read line < /dev/null
125 print -f "hello%nbar\n" size > /dev/null
200 ${SHELL} -c 'kill -1 -$$' 2> /dev/null
202 ${SHELL} -c 'kill -1 -$$' 2> /dev/null
268 if [[ $(printf +3 2>/dev/null) != +3 ]]
271 if printf "%d %d\n" 123bad 78 >/dev/null 2>/dev/null
394 printf "$fmt" "$arg" >/dev/null 2>&1
535 exec 3>&2 2>/dev/null
580 ' ) 2> /dev/null
[all …]
H A Dbasic.sh105 if (command > foo\\abc) 2> /dev/null
189 cat - > /dev/null
218 x=$( (/bin/echo foo) 2> /dev/null )
238 x=$( (/bin/echo hello) 2> /dev/null )
243 read line 2> /dev/null
323 command exec 3<> /dev/null
324 if cat /dev/fd/3 >/dev/null 2>&1 || whence mkfifo > /dev/null
353 if cat /dev/fd/3 >/dev/null 2>&1 || whence mkfifo > /dev/null
357 exec 3> /dev/null
422 if env x-a=y >/dev/null 2>&1
[all …]
H A Dpath.sh103 if $SHELL tdir > /dev/null 2>&1
141 done > /dev/null 2>&1
142 builtin -d date 2> /dev/null
152 then noexec > /dev/null 2>&1
158 builtin -d rm 2> /dev/null
188 PATH=/dev/null
231 if whence ls > /dev/null
339 exec {m}< /dev/null
344 exec {n}< /dev/null
385 tail /dev/null && tail /dev/null
[all …]
H A Dbracket.sh34 null=''
35 if [[ ! -z $null ]]
81 if [[ -f /dev/null ]]
113 if [[ -n $null ]]
114 then err_exit "'$null' has non-zero length"
136 [[ ! ( ! -z $null && ! -z x) ]] || err_exit "negation and grouping"
204 } 2> /dev/null || { set +x; err_exit "foo<bar with -x enabled" ;}
208 ) 2> /dev/null || err_exit "[[ (a) ]] not working"
295 if ( : < /dev/tty ) 2>/dev/null && exec {n}< /dev/tty
349 test ! ! ! 2> /dev/null || err_exit 'test ! ! ! should return 0'
[all …]
H A Dsignal.sh62 } | head > /dev/null
69 if wait $cop 2>/dev/null
70 then kill $spy 2>/dev/null
168 exec 2>/dev/null
292 done > /dev/null
294 } 2>> /dev/null
364 } 2> /dev/null
374 done | head > /dev/null
398 kill -RTMIN $$ 2> /dev/null
402 } 2> /dev/null
[all …]
H A Doptions.sh63 got=$($SHELL -E -c : 2>/dev/null)
69 got=$($SHELL -E -c : 2>&1 >/dev/null)
159 if command set -G 2> /dev/null
213 [[ $(HOME=$PWD exec -a -ksh $SHELL </dev/null 2>/dev/null) == *$t* ]] ||
402 ) | wc >/dev/null
407 pipe() { date | cat > /dev/null ;}
489 { sleep 4; kill $tst; } 2>/dev/null &
491 wait $tst 2>/dev/null
494 then kill $spy 2>/dev/null
519 date | wc > /dev/null
[all …]
H A Dio.sh40 done 2> /dev/null
50 exec 3> /dev/null
66 if ( 4> file1 ) 2> /dev/null
123 do exec 4< /dev/null
138 cmp -s in out' 2> /dev/null
156 ( exec 0< /dev/null)
199 : > /dev/null
205 print > /dev/null {n}> $tmp/1
354 mkfifo $tmp/fifo 2> /dev/null
493 done {n}< /dev/null
[all …]
H A Dheredoc.sh45 cmp $f $g 2> /dev/null || err_exit "'hello world' quoted here doc not working"
49 cmp $f $g 2> /dev/null || err_exit "'hello world' tabbed here doc not working"
58 cmp $f $g 2> /dev/null || err_exit "'$x world' here doc not working"
72 cmp $f $g 2> /dev/null || err_exit "unquoted here doc not working"
81 cat > /dev/null <<EOF # comments should not cause core dumps
87 cmp /dev/null $g 2> /dev/null || err_exit "empty here doc not working"
110 ' 2> /dev/null || err_exit '100 empty here docs fails'
129 EOF)' 2> /dev/null || err_exit 'here-doc cannot be terminated by )'
135 if x=$($SHELL -c 'cat <<< "hello world"' 2> /dev/null)
137 x=$($SHELL -c 'v="hello world";cat <<< $v' 2> /dev/null)
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dnull.test23 do_test null-1.0 {
33 insert into t1 values(7,null,null);
41 do_test null-1.1 {
46 do_test null-1.2 {
56 do_test null-2.1 {
61 do_test null-2.2 {
66 do_test null-2.3 {
71 do_test null-2.4 {
76 do_test null-2.5 {
81 do_test null-2.6 {
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationManager.java77 if (locale == null) { in getLocator()
85 if (locator == null) { in getLocator()
121 if (locale == null) { in getAdvertiser()
231 if (rply == null || in getRefreshInterval()
234 (rply == null ? in getRefreshInterval()
252 null); in getRefreshInterval()
277 Class ret = null; in getClass()
295 Object ret = null; in getInstance()
297 if (cobj != null) { in getInstance()
363 null); in performSADiscovery()
[all …]
H A DRequestHandler.java77 sock = null; in RequestHandler()
188 if (sock != null || inStream != null) { in run()
224 sock = null; in run()
758 msg = null; in internalize()
766 hdr != null) { in internalize()
913 return null; in dispatch()
977 return null; in dispatch()
1007 return null; in dispatch()
1036 return null; in dispatch()
1286 return null; in dispatchSrv()
[all …]
H A DTransact.java184 if (tracon != null && tracon.exErr != null) { in transactUA()
253 if (ds == null) { in transactUnicastMsg()
484 if (rply == null) { in transactDatagramMsg()
563 return null; in transactTCPMsg()
591 Socket s = null; in getTCPSocket()
597 if (s == null) { in getTCPSocket()
626 Socket s = null; in transactMsg()
662 s = null; in transactMsg()
722 if (rply == null) { in filterRply()
1061 ds = null; in run()
[all …]
H A DServiceTable.java120 if (conf == null) { in getServiceTable()
125 if (table == null) { in getServiceTable()
307 null, in registerStore()
308 null); in registerStore()
553 if (attrSig != null && urlSig == null) { in register()
595 (urlSig != null || attrSig != null)) { in register()
758 if ((urlSig != null) && (tags != null)) { in deregister()
1269 null, in trackRegisteredServiceTypes()
1482 return null; in makeSAAdvert()
1508 return null; in makeSAAdvert()
[all …]
H A DSARequester.java56 private static SLPConfig config = null;
76 if (config == null) { in getPermSARegTable()
81 if (pregtable == null) { in getPermSARegTable()
140 deregisterInternal(URL, null); in deregister()
234 null, in registerInternal()
235 null); in registerInternal()
258 null, in registerInternal()
259 null); in registerInternal()
294 if (vAttrs == null) { in deregisterInternal()
306 null); in deregisterInternal()
[all …]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java99 return (newInstance != null && oldInstance != null &&
170 if (aggs != null) { in PrintaRecord()
198 if (a == null) { in validate()
203 if (tuples == null) { in validate()
206 if (output == null && outputBuffer == null) { in validate()
226 if (name == null) { in getAggregationImpl()
227 return null; in getAggregationImpl()
234 return null; in getAggregationImpl()
288 return null; in getFormattedString()
346 if (output == null) { in getOutput()
[all …]
H A DProbeDescription.java67 new ProbeDescription(null, null, null, null);
134 p = null; in ProbeDescription()
137 if (p == null) { in ProbeDescription()
141 name = ((probeName == null) ? "" : probeName); in ProbeDescription()
152 name = ((probeName == null) ? "" : probeName); in ProbeDescription()
166 this(null, null, probeFunction, probeName); in ProbeDescription()
206 name = ((probeName == null) ? "" : probeName); in ProbeDescription()
460 if (provider == null) { in readObject()
463 if (module == null) { in readObject()
466 if (function == null) { in readObject()
[all …]
H A DAggregateSpec.java47 return (includedAggregationNames == null); in isIncludeByDefault()
53 return (clearedAggregationNames == null); in isClearByDefault()
60 includedAggregationNames = null; in setIncludeByDefault()
61 } else if (includedAggregationNames == null) { in setIncludeByDefault()
70 clearedAggregationNames = null; in setClearByDefault()
71 } else if (clearedAggregationNames == null) { in setClearByDefault()
86 if (includedAggregationNames == null) { in addIncludedAggregationName()
106 if (clearedAggregationNames == null) { in addClearedAggregationName()
116 if (includedAggregationNames == null) { in getIncludedAggregationNames()
125 if (clearedAggregationNames == null) { in getClearedAggregationNames()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/
H A Dmulti_test.ksh77 </dev/null >$OPDIR/lines1
79 </dev/null >$OPDIR/lines2
205 hello' /dev/null
404 </dev/null >$lines3
426 $SED -n -e '$p' $lines3 /dev/null
503 mark '9.1' ; $SED -x 2>/dev/null ; echo $?
504 mark '9.2' ; $SED -f 2>/dev/null ; echo $?
505 mark '9.3' ; $SED -e 2>/dev/null ; echo $?
509 mark '9.7' ; $SED '{' 2>/dev/null ; echo $?
510 mark '9.8' ; $SED '{' 2>/dev/null ; echo $?
[all …]
/illumos-gate/usr/src/cmd/svc/shell/
H A Dipf_include.sh29 2>/dev/null`
34 2>/dev/null`
351 ipf $2 -n -f $1 >/dev/null 2>&1
356 ipnat -n -f $1 >/dev/null 2>&1
443 ipf $2 -f - >/dev/null 2>&1
464 echo $port_str | grep "-" >/dev/null
508 ps -p $curpid >/dev/null 2>&1 || rm -r $IPF_LOCK >/dev/null 2>&1
544 rm $IPFILCONF >/dev/null 2>&1
545 ln -s $1 $IPFILCONF >/dev/null 2>&1
560 rm $IP6FILCONF >/dev/null 2>&1
[all …]
/illumos-gate/usr/src/cmd/print/scripts/
H A Dppdmgr145 /bin/chmod -f ${1} "${3}" >/dev/null 2>&1
146 /bin/chown -f ${2} "${3}" >/dev/null 2>&1
254 gettext "to destination" 2>/dev/null
261 gettext "to destination" 2>/dev/null
346 "${GOLDCACHE}" >/dev/null 2>&1
463 /bin/rm -f "${2}" >/dev/null 2>&1
502 /bin/rm -f "${ucfile}" >/dev/null 2>&1
540 /bin/rm -f "${1}" >/dev/null 2>&1
541 /bin/rm -f "${2}" >/dev/null 2>&1
554 /bin/rm -f "${2}" >/dev/null 2>&1
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server154 tport=`$SERVINFO -p -t -s $nfs_name 2>/dev/null`
159 tport6=`$SERVINFO -p -t6 -s $nfs_name 2>/dev/null`
164 uport=`$SERVINFO -p -u -s $nfs_name 2>/dev/null`
169 uport6=`$SERVINFO -p -u6 -s $nfs_name 2>/dev/null`
176 tports=`$SERVINFO -R -p -t -s "mountd" 2>/dev/null`
177 tports6=`$SERVINFO -R -p -t6 -s "mountd" 2>/dev/null`
193 uports=`$SERVINFO -R -p -u -s "mountd" 2>/dev/null`
194 uports6=`$SERVINFO -R -p -u6 -s "mountd" 2>/dev/null`
215 tports=`$SERVINFO -R -p -t -s $iana_name 2>/dev/null`
272 tports=`$SERVINFO -p -t -s $iana_name 2>/dev/null`
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib133 >/dev/null 2>&1
164 >/dev/null 2>&1
246 $NEW_HISTORY >/dev/null 2>&1
257 $NEW_HISTORY >/dev/null 2>&1
271 $NEW_HISTORY >/dev/null 2>&1
280 $NEW_HISTORY >/dev/null 2>&1
295 $NEW_HISTORY >/dev/null 2>&1
304 $NEW_HISTORY >/dev/null 2>&1
318 $NEW_HISTORY >/dev/null 2>&1
327 $NEW_HISTORY >/dev/null 2>&1
[all …]

12345678910>>...40