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

1234567891011>>

/illumos-gate/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],
61 &null[
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.coverage.exe29 while true; do env > /dev/null; done
H A Dtst.emptystack.exe36 exec find / -type f -exec sleep 1 \; >/dev/null 2>&1
/illumos-gate/usr/src/cmd/clear/
H A Dclear.sh34 /usr/bin/tput ${1:+-T$1} clear 2> /dev/null
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterMod.java68 p.setLocale(null);
124 String err = null;
125 String cmd = null;
126 SysCommand syscmd = null;
135 String printertype = null;
136 String printserver = null;
137 String comment = null;
138 String device = null;
139 String notify = null;
140 String make = null;
[all...]
H A DPrinter.java40 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 DHost.java63 syscmd = null;
67 syscmd = null;
69 if (o == null)
88 syscmd = null;
93 syscmd = null;
95 if (o == null)
110 syscmd = null;
135 SysCommand syscmd = null;
136 String cmd = null;
159 syscmd = null;
[all...]
H A DSysCommand.java39 private Process p = null;
40 private String out = null;
41 private String err = null;
64 if (cmd == null) {
66 "SysCommand.exec(): null command");
72 if (p == null) {
74 "SysCommand.exec(): null process");
85 if (cmd == null) {
87 "SysCommand.exec(): null command");
93 if (cmd[i] == null) {
[all...]
H A DDoPrinterAdd.java59 p.setDestination(null);
66 p.setLocale(null);
92 if (device == null) {
110 String err = null;
111 String cmd = null;
112 SysCommand syscmd = null;
138 String ppdfile = null;
144 if ((protocol != null) && (protocol.equals("uri"))) {
146 destination = null;
147 protocol = null;
[all...]
H A DDoPrinterUtil.java43 String o = null;
48 syscmd = null;
50 if (o == null) {
51 return (null);
55 return (null);
82 syscmd = null;
87 syscmd = null;
89 if (o == null) {
90 return (null);
136 o = null;
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddelay.c54 int null = '\0'; local
65 null = *pad_char;
68 (void) __m_putchar(null);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddelay.c56 int null = '\0'; local
63 null = *pad_char;
66 (void) __m_putchar(null);
/illumos-gate/usr/src/cmd/vt/
H A Dvtxlock.sh56 if ${XLSATOMS} ${XLSATOMS_ARGS} ${GNOME_ATOM} 2>/dev/null \
57 | grep -w ${GNOME_ATOM} >/dev/null; then
63 ${XSCREENSAVER_LOCK} ${XSCREENSAVER_CHECKARGS} 2>/dev/null \
64 | grep -w ${XSCREENSAVER_LOCKED} >/dev/null && exit 0
66 ${XSCREENSAVER_LOCK} ${XSCREENSAVER_LOCKARGS} >/dev/null 2>&1 &
74 if ${XLSATOMS} ${XLSATOMS_ARGS} ${CDE_ATOM} 2>/dev/null \
75 | grep -w ${CDE_ATOM} >/dev/null; then
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmCalls.java60 if (p.getPrinterName() != null) {
65 if (p.getPrintServer() != null)
69 if (p.getPrinterType() != null)
73 if (p.getComment() != null)
77 if (p.getDevice() != null)
81 if (p.getMake() != null)
85 Debug.info("CLNT: Make is null");
87 if (p.getModel() != null)
91 Debug.info("CLNT: Model is null");
93 if (p.getPPD() != null)
[all...]
H A DpmHelpItem.java49 title = null;
50 keywords = null;
51 seealso = null;
52 content = null;
68 if (tag != null)
73 if (s != null)
78 if (v != null)
83 if (v != null)
88 if (c != null)
/illumos-gate/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) {
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A Dextract33 echo "$line" | grep '^.*{".*\.tag"' > /dev/null
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d46 null,
56 printf("null = %d; first = %d; second = %d", null, first, second);
61 /second < one || two > second || null == first/
65 printf("null = %d; first = %d; second = %d", null, first, second);
/illumos-gate/usr/src/cmd/acct/
H A Dnulladm.sh33 cp /dev/null $_file
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_005_neg.ksh57 log_must zpool get all $TESTPOOL >/dev/null
58 log_must zpool list $TESTPOOL >/dev/null
59 log_must zpool status $TESTPOOL >/dev/null
60 log_must zpool iostat $TESTPOOL >/dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mv_files/
H A Dmv_files_001_pos.ksh57 rm -f $OLDDIR/* >/dev/null 2>&1
58 rm -f $NEWDIR_IN_FS/* >/dev/null 2>&1
H A Dmv_files_002_pos.ksh58 rm -f $OLDDIR/* >/dev/null 2>&1
59 rm -f $NEWDIR_ACROSS_FS/* >/dev/null 2>&1
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsvc-sockfilter28 filter_name=`svcprop -p socket-filter/name $SMF_FMRI 2>/dev/null`
36 mod_name=`svcprop -p socket-filter/module_name $SMF_FMRI 2>/dev/null`
37 type=`svcprop -p socket-filter/attach_semantics $SMF_FMRI 2>/dev/null`
38 order=`svcprop -p socket-filter/order_hint $SMF_FMRI 2>/dev/null`
39 socktups=`svcprop -p socket-filter/socket_tuples $SMF_FMRI 2>/dev/null`
/illumos-gate/usr/src/test/zfs-tests/tests/functional/link_count/
H A Dlink_count_001.ksh60 touch ${TESTDIR}/tmp/x$i > /dev/null 2>&1
65 rm -f ${TESTDIR}/tmp/x* >/dev/null 2>&1
67 rm_lnkcnt_zero_file ${TESTDIR}/tmp/test$$ > /dev/null 2>&1 &
73 if ! pgrep rm_lnkcnt_zero_file > /dev/null ; then
81 if pgrep rm_lnkcnt_zero_file > /dev/null; then

Completed in 68 milliseconds

1234567891011>>