/titanic_51/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() 66 "SysCommand.exec(): null command"); in exec() 72 if (p == null) { in exec() 74 "SysCommand.exec(): null process"); in exec() 85 if (cmd == null) { in exec() 87 "SysCommand.exec(): null command"); in exec() 93 if (cmd[i] == 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...] |
/titanic_51/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_51/usr/src/contrib/ast/src/lib/libast/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], 59 &null[ [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | coprocess.sh | 99 kill $(jobs -p) 2>/dev/null 107 $file 2> /dev/null || err_exit "parent $cat coprocess prevents script coprocess" 110 kill $(jobs -p) 2>/dev/null 124 { sleep 4; kill $cop; } 2>/dev/null & 126 if wait $cop 2>/dev/null 127 then kill $spy 2>/dev/null 147 { : |& } 2>/dev/null || 163 ) 2>/dev/null | read -t 10 r 176 ) 2>/dev/null | read -t 10 r 186 kill $! 2> /dev/null [all...] |
H A D | builtins.sh | 98 print $line | /bin/cat > /dev/null 115 read line < /dev/null 117 then err_exit "read from /dev/null failed" 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 [all...] |
H A D | basic.sh | 105 if (command > foo\\abc) 2> /dev/null 111 if ( : > TT* && : > TTfoo ) 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 322 [[ $($SHELL -c 'o=foobar; for x in foo bar; do (o=save);print $o;done' 2> /dev/null ) == $'foobar\nfoobar' ]] || err_exit 'for loop optimization subshell bug' 323 command exec 3<> /dev/null 324 if cat /dev/fd/3 >/dev/null 2>&1 || whence mkfifo > /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 [all...] |
/titanic_51/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 [all...] |
/titanic_51/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; 64 * functionality is not available, returns null. 66 * @param locale The Locale of the Locator object. Use null for default. 77 if (locale == null) { in getLocator() 85 if (locator == null) { in getLocator() 87 if (locatorClass == null) { in getLocator() 90 if (className == null) { in getLocator() [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_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | PrintaRecord.java | 101 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) { in PrintaRecord() 176 if (formattedOutput != null) { in PrintaRecord() 180 if (orderedTuples != null) { in PrintaRecord() 194 if (aggregations == null) { in validate() 195 throw new NullPointerException("aggregations list is null"); in validate() [all...] |
/titanic_51/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 …]
|
/titanic_51/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() 85 Debug.info("CLNT: Make is null"); in debugShowPrinter() 87 if (p.getModel() != null) in debugShowPrinter() 91 Debug.info("CLNT: Model is null"); in debugShowPrinter() 93 if (p.getPPD() != 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() [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...] |
/titanic_51/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_51/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_51/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() 175 /** Return a key in the TXT record by zero-based index. Returns null if index exceeds the total number of keys. */ 193 return null; in getKey() [all...] |