Searched refs:null (Results 76 - 100 of 269) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeDescriptor.java87 * KEYWORD null string, ""
108 * For keyword attributes returns null. For no allowed values
114 * null if the attribute is keyword.
120 return null;
129 * For keyword attributes returns null. For no allowed values
135 * null if the attribute is keyword.
141 return null;
317 (defaultValues == null ? "<null>":
323 (allowedValues == null
[all...]
H A DSSAAdvert.java64 Assert.slpassert(hdr != null,
123 null,
129 Hashtable auth = null;
164 if (auth != null) {
H A DURLAttributeVerifier.java79 InputStream is = null;
H A DCSrvDereg.java63 if (tags != null && tags.size() <= 0) {
91 if (tags != null) {
H A DSLPV1SSrvDereg.java104 // If no tags, then set the tags vector to null. This indicates
108 tags = null;
121 if (rec != null) {
H A DSLPV1SAttrMsg.java51 // For creating null reply.
72 msg.makeReply(new Vector(), null);
101 serviceType = null;
110 URL = null;
177 (URL != null ? ("URL=``" + URL):
195 if (serviceType != null) {
H A DSrvLocHeader.java44 * specific subclass exists for the version number, null is returned
118 Vector previousResponders = null; // list of previous responders
119 Vector scopes = null; // list of scopes
200 if (hdrClass == null) {
201 return null;
216 return null;
268 return null;
292 Assert.slpassert((previousResponders != null),
548 if (s == null)
677 if (msgType == null) {
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregationRecord.java63 return (newInstance != null && oldInstance != null &&
114 * {@code null}
129 if (tuple == null) {
130 throw new NullPointerException("key is null");
132 if (value == null) {
133 throw new NullPointerException("value is null");
144 * @return non-null, possibly empty tuple
161 * @return non-null value keyed to {@link #getTuple()}
H A DProgram.java86 if (consumerID == null) {
87 throw new NullPointerException("consumer ID is null");
110 * @return information about this compiled program, or {@code null}
165 * @return non-null contents of the given file as a string
172 if (programFile == null) {
173 return null;
233 if (file == null) {
234 throw new NullPointerException("file is null");
H A DLocalConsumer.java230 Integer value = null;
232 if (property != null && property.length() != 0) {
249 if (property != null) {
253 if (property != null) {
300 if (flag == null) {
301 throw new NullPointerException("open flag is null");
343 if (program == null) {
344 throw new NullPointerException("program string is null");
347 Program p = null;
349 String[] argv = null;
[all...]
H A DAggregation.java88 return ((newInstance != null) && (oldInstance != null) &&
126 * records is {@code null}
158 if (name == null) {
159 throw new NullPointerException("name is null");
224 if (map.put(key, record) != null) {
280 * {@code key} is {@code null} or empty.
288 * @return the record associated with the given key, or {@code null}
294 if (key == null) {
H A DInterfaceAttributes.java76 return (newInstance != null && oldInstance != null &&
333 * @throws NullPointerException if any parameter is {@code null}
350 * @throws NullPointerException if any parameter is {@code null}
370 if (nameStability == null) {
371 throw new NullPointerException("nameStability is null");
373 if (dataStability == null) {
374 throw new NullPointerException("dataStability is null");
376 if (dependencyClass == null) {
377 throw new NullPointerException("dependencyClass is null");
[all...]
H A DUserSymbolRecord.java65 return (newInstance != null && oldInstance != null &&
102 * @throws NullPointerException if the given lookup value is {@code null}
117 if (symbol == null) {
118 throw new NullPointerException("symbol is null");
137 * @return non-null address lookup in the format defined by the
174 * @return non-null composite value of the symbols's process ID and
309 return (newInstance != null && oldInstance != null &&
/osnet-11/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java129 sessionId = null;
133 sessionId = null;
137 sessionId = null;
162 // startSession), returns null.
180 exportedData = null;
/osnet-11/usr/src/grub/grub-0.97/
H A Dmkinstalldirs77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
H A Dconfig.guess104 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
105 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
107 { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
116 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
130 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
134 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
135 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
136 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTE
[all...]
H A Dconfig.status.solaris16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
28 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55 if expr a : '\(a\)' >/dev/null 2>&1; then
61 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
73 . : '\(.\)' 2>/dev/null ||
94 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
105 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
147 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; the
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s51 / to check if a 32-bit word data contains a null byte or not:
54 / that means the 32-bit word data contains a null byte.
62 / find a null byte in destination string
78 cmpq %r9, %rcx / if no null byte in this quadword
82 cmpb $0, (%rdi) / if a byte in (%rdi) is null
90 / %rdi points to a null byte in destination string
102 cmpq %r9, %rcx / if null byte in this quadaword
112 cmpb $0, %dl / compare %dl with a null byte
114 je .L6 / if %dl is a null, goto .L6
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcat.s51 / to check if a 32-bit word data contains a null byte or not:
54 / that means the 32-bit word data contains a null byte.
61 / find a null byte in destination string
74 cmpl $0x80808080, %ecx / if no null byte in this word
78 cmpb $0, (%edi) / if a byte in (%edi) is null
86 / %edi points to a null byte in destination string
99 cmpl $0x80808080, %ecx / if null byte in this word
109 cmpb $0, %dl / compare %dl with a null byte
111 je .L6 / if %dl is a null, goto .L6
H A Dwschr.s49 testl %edx,%edx / is it null?
55 testl %edx,%edx / is it null?
61 testl %edx,%edx / is it null?
68 testl %edx,%edx / is it null?
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dpoststate.ksh67 zfs list -H -o mountpoint "${zone.root}" 2>/dev/null | read be_mountpoint
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh75 echo $options_repeat | grep $opt >/dev/null
78 ( echo $options_seen | grep $opt >/dev/null ) &&
/osnet-11/usr/src/cmd/sendmail/lib/
H A Dsendmail-client46 submit_path=`svcprop -p config/path_to_submit_mc $SMF_FMRI 2>/dev/null`
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DMakefile.PL51 do $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) $(XSUBPP) $(XSUBPPARGS) $$i > /dev/null; \
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dconfig.rpath176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
206 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
232 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
280 strings "$collect2name" | grep resolve_lib_name >/dev/null
297 aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
300 aix_libpath=`dump -HX64 conftest 2>/dev/null | se
[all...]

Completed in 37 milliseconds

1234567891011