Searched refs:null (Results 1 - 25 of 269) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libast/common/comp/
H A Dlocaleconv.c32 static char null[] = ""; variable
38 &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[
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddelay.c54 int null = '\0'; local
65 null = *pad_char;
68 (void) __m_putchar(null);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddelay.c56 int null = '\0'; local
63 null = *pad_char;
66 (void) __m_putchar(null);
H A Dwin_wchn.c55 cchar_t null = { 0 }; local
68 * null terminate the buffer.
71 *ccs = null;
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregateSpec.java47 return (includedAggregationNames == null);
53 return (clearedAggregationNames == null);
60 includedAggregationNames = null;
61 } else if (includedAggregationNames == null) {
70 clearedAggregationNames = null;
71 } else if (clearedAggregationNames == null) {
86 if (includedAggregationNames == null) {
106 if (clearedAggregationNames == null) {
116 if (includedAggregationNames == null) {
125 if (clearedAggregationNames == null) {
[all...]
H A DPrintaRecord.java101 return (newInstance != null && oldInstance != null &&
149 * empty or {@code null} map if an incomplete {@code printa()}
160 * aggregations is {@code null}, or if the given ordered lists of
161 * tuples or formatted strings are {@code null}
172 if (aggs != null) {
176 if (formattedOutput != null) {
180 if (orderedTuples != null) {
194 if (aggregations == null) {
195 throw new NullPointerException("aggregations list is null");
[all...]
H A DProbeDescription.java39 * omission (set to null) or set to a glob-style pattern:
41 * * Matches any string, including the null string
67 new ProbeDescription(null, null, null, null);
129 if ((probeName != null) && (probeName.indexOf(':') >= 0)) {
134 p = null;
137 if (p == null) {
141 name = ((probeName == null)
[all...]
H A DKernelStackRecord.java67 return (newInstance != null && oldInstance != null &&
127 * @throws NullPointerException if rawBytes is {@code null}
134 if (rawStackData == null) {
135 throw new NullPointerException("raw stack data is null");
145 * {@code KernelStackRecord}; may be {@code null} or empty to
155 * {@code null} or if any element of the {@code frames} array is
156 * {@code null}
161 if (frames != null) {
164 if (rawBytes != null) {
[all...]
H A DNativeException.java61 if (cause != null) {
63 if (message != null) {
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStreamListener.java51 private ServerSocket serverSocket = null; // The listening socket
52 private InetAddress interfac = null; // The interface.
54 static private SLPConfig config = null; // Config object
64 if (listeners.get(interfac) != null) {
71 if (config == null) {
126 Socket s = null;
131 if (config.traceMsg() && s != null) {
140 if (s != null) {
H A DSARequester.java54 private static PermSARegTable pregtable = null;
56 private static SLPConfig config = null;
76 if (config == null) {
81 if (pregtable == null) {
114 * @exception IllegalArgumentException A parameter is null or
140 deregisterInternal(URL, null);
183 if (attributeIds == null || attributeIds.size() <= 0) {
234 null,
235 null);
258 null,
[all...]
H A DSAttrMsg.java51 ServiceURL URL = null; // nonNull if a URL query.
52 String serviceType = null; // nonNull if a service type query.
93 serviceType = null;
103 URL = null;
130 (URL != null ?
150 if (auth != null) {
152 auth = null;
153 if (selectedAuth != null) {
161 hdr.parseAttributeVectorOut(attrs, 0, (auth != null),
H A DServiceLocationManager.java52 protected static DATable dat = null;
53 protected static SLPConfig config = null;
57 protected static Class locatorClass = null;
58 protected static Class advertiserClass = null;
64 * functionality is not available, returns null.
66 * @param locale The Locale of the Locator object. Use null for default.
77 if (locale == null) {
85 if (locator == null) {
87 if (locatorClass == null) {
90 if (className == null) {
[all...]
H A DDAAdvertiser.java53 protected DatagramSocket dss = null;
54 protected InetAddress castAddr = null;
55 protected InetAddress interfac = null;
59 static private byte[] outbuf = null;
61 static protected SLPConfig config = null; // Config object.
74 if (daadv.get(interfac) != null) {
81 if (config == null) {
117 if (config == null) {
133 if (config == null) {
171 // If the socket is null, the
[all...]
H A DListener.java58 private DatagramSocket dss = null; // SLP multicast/broadcast socket.
59 private InetAddress interfac = null; // Interface on which we listen.
63 static private SLPConfig config = null; // Config object for properties
77 if (listeners.get(interfac) != null) {
84 if (config == null) {
116 if (listener != null) {
120 return null;
133 if (listener == null) {
170 if (listener == null) {
171 return config.refreshMulticastSocketOnInterface(interfac, null);
[all...]
H A DTransact.java53 protected static SLPConfig config = null;
57 protected SrvLocMsg msgOut = null;
61 protected Vector returns = null;
74 protected ServiceLocationException exErr = null;
78 protected InetAddress address = null;
110 Thread multiThread = null;
111 Transact tracon = null;
113 if (multiMsg != null) {
141 ServiceLocationException exx = null;
143 if (daEquivClasses != null) {
[all...]
H A DTemplateRegistry.java51 protected static TemplateRegistry templateRegistry = null;
64 if (templateRegistry == null) {
80 * @exception IllegalArgumentException Thrown if any parameters are null.
96 * @param <i>version</i> Version of the template, null for latest.
100 * languageLocale parameter is null.
115 * @param <i>version</i> Version of the template, null for latest.
117 * If the service doesn't exist, returns null.
122 * languageLocal parameter is null.
139 * @exception IllegalArgumentException Thrown if any parameters are null.
/osnet-11/usr/src/grub/grub2/tests/
H A Dgrub_script_expansion.in23 if echo "$d" |grep ',' >/dev/null; then
24 if echo "$other" | grep "$d" >/dev/null; then
29 if ! echo "$other" | grep "$d" >/dev/null; then
38 if ! echo "$other" | grep "$d" >/dev/null; then
/osnet-11/usr/src/lib/libast/common/features/
H A Dparam.sh43 if $cc -c $tmp.c >/dev/null
H A Dpreroot.sh29 if /etc/preroot / /bin/echo >/dev/null
H A Dsig.sh31 $cc -c $tmp.c >/dev/null 2>$tmp.e
65 if $cc -c $tmp.c >/dev/null
71 do $cc -c -DTYPE=$i -DARG=$j $tmp.c >/dev/null 2>$tmp.e || continue
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Ddebug.t40 /\bLISTOP\b.*leave.*\n OP\b.*enter.*\n COP\b.*nextstate.*\n OP\b.*null/s;
55 leave enter nextstate label leaveloop enterloop null and defined null
56 threadsv readline gv lineseq nextstate aassign null pushmark split pushre
57 threadsv const null pushmark rvav gv nextstate subst const unstack
61 leave enter nextstate label leaveloop enterloop null and defined null
62 null gvsv readline gv lineseq nextstate aassign null pushmark split pushre
63 null gvs
[all...]
/osnet-11/usr/src/lib/pybootmgmt/i386/
H A Dbootmgmt-helper-chain.ksh74 sig=`dd if=${rdev} bs=512 count=1 2>/dev/null |strings 2>/dev/null | head -1 | awk '{ print $1 }'`
96 fs=`fstyp ${dev}s$i 2> /dev/null`
98 mount -o ro ${dev}s$i $tmp 2> /dev/null
111 umount $tmp > /dev/null 2>&1
130 fs=`fstyp $rdev 2> /dev/null`
133 mount -o ro -F pcfs ${dev}p$partition $tmp 2> /dev/null
135 2> /dev/null | awk '{ print $3 }' | sed s/\'//`
136 umount $tmp 2> /dev/null 2>&1
144 fs=`fstyp /devices/$device 2> /dev/null`
[all...]
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java86 byte[] valBytes = (value != null) ? value.getBytes() : null;
100 int valLen = (value != null) ? value.length : 0;
127 int valLen = (value != null) ? value.length : 0;
135 avLen = (byte) ( keyBytes.length + valLen + (value != null ? 1 : 0));
144 if ( value != null)
190 String s = null;
192 for ( int i=0; null != ( s = this.getKey( i)); i++)
198 /** Return a key in the TXT record by zero-based index. Returns null if index exceeds the total number of keys. */
216 return null;
[all...]
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_isaexec_wrapper.sh47 echo $dname | /usr/bin/grep "^/" >/dev/null || dname=`/bin/pwd`/$dname
48 dname=`(cd $dname 2>/dev/null && /bin/pwd 2>/dev/null)`
58 >/dev/null && arch64=/64/

Completed in 71 milliseconds

1234567891011