/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterMod.java | 68 p.setLocale(null); in main() 124 String err = null; in modifyLocal() 125 String cmd = null; in modifyLocal() 126 SysCommand syscmd = null; in modifyLocal() 135 String printertype = null; in modifyLocal() 136 String printserver = null; in modifyLocal() 137 String comment = null; in modifyLocal() 138 String device = null; in modifyLocal() 139 String notify = null; in modifyLocal() 140 String make = null; in modifyLocal() [all …]
|
H A D | Printer.java | 40 private String printername = null; 41 private String printertype = null; 42 private String printserver = null; 43 private String comment = null; 44 private String device = null; 45 private String make = null; 46 private String model = null; 47 private String ppd = null; 48 private String ppdfile = null; 49 private String notify = null; [all …]
|
H A D | Host.java | 63 syscmd = null; in getLocalHostName() 67 syscmd = null; in getLocalHostName() 69 if (o == null) in getLocalHostName() 88 syscmd = null; in getDomainName() 93 syscmd = null; in getDomainName() 95 if (o == null) in getDomainName() 110 syscmd = null; in pingHost() 135 SysCommand syscmd = null; in getNisHost() 136 String cmd = null; in getNisHost() 159 syscmd = null; in getNisHost() [all …]
|
H A D | DoPrinterAdd.java | 59 p.setDestination(null); in main() 66 p.setLocale(null); in main() 92 if (device == null) { in add() 110 String err = null; in addLocal() 111 String cmd = null; in addLocal() 112 SysCommand syscmd = null; in addLocal() 138 String ppdfile = null; in addLocal() 144 if ((protocol != null) && (protocol.equals("uri"))) { in addLocal() 146 destination = null; in addLocal() 147 protocol = null; in addLocal() [all …]
|
H A D | DoPrinterUtil.java | 43 String o = null; in getDefault() 48 syscmd = null; in getDefault() 50 if (o == null) { in getDefault() 51 return (null); in getDefault() 55 return (null); in getDefault() 82 syscmd = null; in getDevices() 87 syscmd = null; in getDevices() 89 if (o == null) { in getDevices() 90 return (null); in getDevices() 136 o = null; in getDevices() [all …]
|
H A D | DoPrinterView.java | 93 String o = null; in viewRemote() 95 String printserver = null; in viewRemote() 96 String comment = null; in viewRemote() 97 String extensions = null; in viewRemote() 102 String err = null; in viewRemote() 114 syscmd = null; in viewRemote() 118 syscmd = null; in viewRemote() 120 if (o == null) { in viewRemote() 154 if ((def != null) && (def.equals(printername))) { in viewRemote() 174 String str = null; in viewLocal() [all …]
|
H A D | SysCommand.java | 39 private Process p = null; 40 private String out = null; 41 private String err = null; 64 if (cmd == null) { in exec() 72 if (p == null) { in exec() 85 if (cmd == null) { in exec() 93 if (cmd[i] == null) { in exec() 109 if (p == null) { in exec() 123 if (cmd == null) { in exec() 133 if (p == null) { in exec() [all …]
|
H A D | DoPrinterNS.java | 64 NameService ns = null; in main() 79 p.setLocale(null); in main() 129 if (locale == null) in setNIS() 137 String cmd = null; in setNIS() 138 String err = null; in setNIS() 160 syscmd = null; in setNIS() 166 syscmd = null; in setNIS() 201 syscmd = null; in setNIS() 204 syscmd = null; in setNIS() 243 if (extensions != null) { in setNIS() [all …]
|
H A D | DoPrinterDelete.java | 43 Printer p = null; in main() 73 String err = null; in delete() 74 String cmd = null; in delete() 75 SysCommand syscmd = null; in delete() 102 if (err != null) { in delete() 105 syscmd = null; in delete() 107 curr = null; in delete() 149 h = null; in delete() 163 String cmd = null; in deleteLocal() 164 String err = null; in deleteLocal() [all …]
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | localeconv.c | 32 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], 61 &null[0], [all …]
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | null.test | 25 do_test null-1.0 { 33 insert into t1 values(5,null,0); 34 insert into t1 values(6,null,1); 35 insert into t1 values(7,null,null); 43 do_test null-1.1 { 48 do_test null-1.2 { 58 do_test null-2.1 { 63 do_test null-2.2 { 68 do_test null-2.3 { 73 do_test null-2.4 { [all …]
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceLocationManager.java | 52 protected static DATable dat = null; 53 protected static SLPConfig config = null; 57 protected static Class locatorClass = null; 58 protected static Class advertiserClass = null; 77 if (locale == null) { in getLocator() 85 if (locator == null) { in getLocator() 87 if (locatorClass == null) { in getLocator() 90 if (className == null) { in getLocator() 98 if (locator != null) { in getLocator() 121 if (locale == null) { in getAdvertiser() [all …]
|
H A D | RequestHandler.java | 54 private InetAddress interfac = null; // Interface on which request came in. 55 private Socket sock = null; // Socket for incoming stream request. 56 private DatagramPacket packet = null; // Packet for datagram requests. 57 private InetAddress clientAddr = null; // Internet address of the client. 59 private ServiceTable serviceTable = null; 60 private SrvLocMsg toForward = null; // Reg or dereg to forward. 61 private InputStream inStream = null; 62 private OutputStream outStream = null; 71 if (sock != null) sock.close(); in finalize() 77 sock = null; in RequestHandler() [all …]
|
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | PrintaRecord.java | 101 return (newInstance != null && oldInstance != null && 172 if (aggs != null) { in PrintaRecord() 176 if (formattedOutput != null) { in PrintaRecord() 180 if (orderedTuples != null) { in PrintaRecord() 194 if (aggregations == null) { in validate() 200 if (a == null) { in validate() 205 if (tuples == null) { in validate() 208 if (output == null && outputBuffer == null) { in validate() 228 if (name == null) { in getAggregationImpl() 229 return null; in getAggregationImpl() [all …]
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | coprocess.sh | 91 kill $(jobs -p) 2>/dev/null 99 $file 2> /dev/null || err_exit "parent coprocess prevents script coprocess" 102 kill $(jobs -p) 2>/dev/null 116 { sleep 4; kill $cop; } 2>/dev/null & 118 if wait $cop 2>/dev/null 119 then kill $spy 2>/dev/null 139 { : |& } 2>/dev/null || 155 ) 2>/dev/null | read -t 10 r 167 ) 2>/dev/null | read -t 10 r 177 kill $! 2> /dev/null [all …]
|
H A D | path.sh | 62 [[ ${ dir1;} == dir1 ]] 2> /dev/null && err_exit 'should not be be dir1' 67 [[ ${ dir2;} == dir2 ]] 2> /dev/null && err_exit 'should not be be dir2' 88 [[ $($SHELL ./bug1 2>/dev/null) == ok ]] || err_exit "PATH in function not working" 101 ($SHELL ./bug1) 2> /dev/null || err_exit "path_delete bug" 103 if $SHELL tdir > /dev/null 2>&1 108 if [[ $($SHELL ls 2> /dev/null) != hi ]] 111 if [[ $(ls -d . 2>/dev/null) == . && $(PATH=/bin:/usr/bin:$PATH ls -d . 2>/dev/null) != . ]] 124 do if ! whence notfound$i 2> /dev/null 141 done > /dev/null 2>&1 142 builtin -d date 2> /dev/null [all …]
|
H A D | heredoc.sh | 45 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" 53 cmp $f $g 2> /dev/null || err_exit "'hello world' quoted tabbed here doc not working" 58 cmp $f $g 2> /dev/null || err_exit "'$x world' here doc not working" 62 cmp $f $g 2> /dev/null || err_exit "'$(print hello) 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' 121 $SHELL "$f" > /dev/null || err_exit "large here-doc with command substitution fails" [all …]
|
H A D | builtins.sh | 98 print $line | /bin/cat > /dev/null 115 read line < /dev/null 125 print -f "hello%nbar\n" size > /dev/null 135 $SHELL -c 'read x <<< hello' 2> /dev/null || err_exit 'syntax <<< not recognized' 136 ($SHELL -c 'read x[1] <<< hello') 2> /dev/null || err_exit 'read x[1] not working' 150 (continue bad 2>/dev/null && err_exit 'continue bad should return an error') 151 (break bad 2>/dev/null && err_exit 'break bad should return an error') 152 (continue 0 2>/dev/null && err_exit 'continue 0 should return an error') 153 (break 0 2>/dev/null && err_exit 'break 0 should return an error') 183 mkdir -p $tmp/a/b/c 2>/dev/null || err_exit "mkdir -p failed" [all …]
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmCalls.java | 60 if (p.getPrinterName() != null) { in debugShowPrinter() 65 if (p.getPrintServer() != null) in debugShowPrinter() 69 if (p.getPrinterType() != null) in debugShowPrinter() 73 if (p.getComment() != null) in debugShowPrinter() 77 if (p.getDevice() != null) in debugShowPrinter() 81 if (p.getMake() != null) in debugShowPrinter() 87 if (p.getModel() != null) in debugShowPrinter() 93 if (p.getPPD() != null) in debugShowPrinter() 99 if (p.getNotify() != null) in debugShowPrinter() 103 if (p.getBanner() != null) in debugShowPrinter() [all …]
|
H A D | pmHelpRepository.java | 60 private static Hashtable helpItemDB = null; 61 private static Hashtable helpKeywordDB = null; 62 private static BST helpTitleDB = null; 74 if (helpItemDB == null) in populateHelpKeywordDB() 88 Vector v = null; in populateHelpKeywordDB() 96 if (v == null) in populateHelpKeywordDB() 108 if (helpItemDB == null) in populateHelpTitleDB() 129 if (helpItemDB == null || tag == null) in helpItemForTag() 130 return null; in helpItemForTag() 135 if (helpKeywordDB == null) in helpItemsForKeyword() [all …]
|
H A D | BST.java | 43 public BST left = null; 44 public BST right = null; 45 public BST parent = null; 53 left = right = null; in BST() 59 this(new BSTItem("", null)); in BST() 71 BST node = null; in insert() 77 if (left != null) in insert() 82 if (right != null) in insert() 107 BST rv = null; in find_tree() 113 if (left != null) in find_tree() [all …]
|
H A D | pmInstallPrinter.java | 57 String printer = null; 58 String server = null; 59 String description = null; 60 String port = null; 61 String ptype = null; 62 String fcontents = null; 63 String make = null; 64 String model = null; 65 String ppd = null; 66 String ppdfile = null; [all …]
|
/titanic_50/usr/src/cmd/svc/shell/ |
H A D | ipf_include.sh | 29 2>/dev/null` 34 2>/dev/null` 148 $IPF_FMRI 2>/dev/null | awk '{$2=" "; print $0}'` 174 svcprop -p $config_pg/${POLICY_PROP} $1 2>/dev/null 185 svcprop -p $config_pg/${BLOCKPOL_PROP} $1 2>/dev/null 194 exceptions=`svcprop -p $config_pg/${EXCEPTIONS_PROP} $1 2>/dev/null` 204 exceptions6=`svcprop -p $config_pg/${EXCEPTIONS_6_PROP} $1 2>/dev/null` 214 apply2=`svcprop -p $config_pg/${APPLY2_PROP} $1 2>/dev/null` 224 apply2_6=`svcprop -p $config_pg/${APPLY2_6_PROP} $1 2>/dev/null` 234 target=`svcprop -p $config_pg/${TARGET_PROP} $1 2>/dev/null` [all …]
|
/titanic_50/usr/src/cmd/print/scripts/ |
H A D | ppdmgr | 145 /bin/chmod -f ${1} "${3}" >/dev/null 2>&1 146 /bin/chown -f ${2} "${3}" >/dev/null 2>&1 207 gettext "invalid PPD file: ${1}" 2>/dev/null 236 gettext "invalid PPD file repository name: ${4}" 2>/dev/null 245 gettext "unable to create destination directories" 2>/dev/null 251 ${GZIP} "${1}" >"${dst_copy_path}" 2>/dev/null 253 gettext "unable to copy PPD file " 2>/dev/null 254 gettext "to destination" 2>/dev/null 258 /bin/cp -f "${1}" "${dst_copy_path}" >/dev/null 2>&1 260 gettext "unable to copy PPD file " 2>/dev/null [all …]
|
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/ |
H A D | TXTRecord.java | 63 byte[] valBytes = (value != null) ? value.getBytes() : null; in set() 77 int valLen = (value != null) ? value.length : 0; in set() 104 int valLen = (value != null) ? value.length : 0; in insert() 112 avLen = keyBytes.length + valLen + (value != null ? 1 : 0); in insert() 121 if ( value != null) in insert() 167 String s = null; in contains() 169 for ( int i=0; null != ( s = this.getKey( i)); i++) in contains() 193 return null; in getKey() 204 byte[] value = null; in getValue() 231 return value != null ? new String( value) : null; in getValueAsString() [all …]
|