Searched refs:null (Results 201 - 225 of 269) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h762 #define M_NULLNAME "/dev/null" /* Device to open for the null device as defined
764 * /dev/null, but dos for example calls it
765 * /dev/nul. <mks.h> will default to /dev/null.
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh103 $ZONEROOT/etc/hostname6.* 2>/dev/null)
106 2>/dev/null | grep "physical: " | /usr/bin/cut -f2 -d " ")
109 2>/dev/null | grep "linkname: " | /usr/bin/cut -f2 -d " ")
357 /usr/sbin/zlogin -S $ZONENAME /bin/sh /tmp/smf_rm >/dev/null 2>&1
614 grep 'SUNW_PKG_HOLLOW=true' $pkg_name/pkginfo >/dev/null 2>&1 && \
680 xargs rmdir >/dev/null 2>&1"
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh779 expr "$1" + 1 > /dev/null 2>&1
869 ${ECHO} "$ck_DN" | ${GREP} "=" > /dev/null 2>&1
969 VERB='> /dev/null 2>&1' # NULL or "> /dev/null"
1205 ping $IDS_SERVER > /dev/null 2>&1
1236 ${LDAPSEARCH} -h ${IDS_SERVER} -p ${IDS_PORT} -b "" -s base "objectclass=*" > /dev/null 2>&1
1529 ${EVAL} "${LDAPSEARCH} ${LDAP_ARGS} -b \"${_P_DN}\" -s base \"objectclass=*\" > /dev/null 2>&1"
1549 ${EVAL} "${GREP} ${_P_ACI} ${TMPDIR}/chk_gssapi_aci > /dev/null 2>&1"
2191 ${GREP} -i "^$ANS:" ${SSD_FILE} > /dev/null 2>&1
2234 ${GREP} "$ANS" ${SSD_FILE} > /dev/null
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc_xdr.c114 bool_t null; local
118 if (!xdr_bool(xdrs, &null))
120 if (null) {
128 null = TRUE;
130 null = FALSE;
131 if (!xdr_bool(xdrs, &null))
133 if (null == FALSE)
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmlocale.c43 char null[1]; member in struct:__anon1189
106 *v = state.null;
118 b[n] = state.null;
/osnet-11/usr/src/lib/libcurses/
H A DMakefile95 @if tail -1 screen/keycaps | grep 'KEY_MOUSE' > /dev/null;then :; \
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DStddevValue.java144 if (totalSquares == null) {
145 throw new NullPointerException("totalSquares is null");
/osnet-11/usr/src/lib/brand/shared/zone/
H A Ddsconvert.ksh254 zoneadm -z "$zonename" list >/dev/null 2>&1 || {
264 init_dataset old_ROOT_ds "${zone.path.ds}/ROOT" >/dev/null 2>&1 || {
315 if ! zfs list "${zone.active_ds}" >/dev/null 2>&1 ; then
330 zonecfg_has_export zone >/dev/null 2>&1 && (( skip_export = 1 ))
H A Duninstall.ksh106 $nop /usr/sbin/zfs destroy "$zd_origin" 2>/dev/null
664 set -- $(zonecfg -z "$ref" info zonepath 2>/dev/null)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dlshiftl.s60 ! Positive (or null) shift (left)
H A Dstrlen.s32 * Given string s, return length (not including the terminating null).
52 ! null byte. To this end, we attempt to get our string aligned
54 ! finding null bytes. If we are not aligned, the string is
H A Dascii_strcasecmp.s86 * used for finding null bytes in a word:
234 bz,a .doload ! null byte in previous aligned s2 word
262 bz .cmp ! no null-byte in s1 yet
302 bz,a .cmp4 ! no null-byte in s1 yet
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlen.s32 * Given string s, return length (not including the terminating null).
52 ! null byte. To this end, we attempt to get our string aligned
54 ! finding null bytes. If we are not aligned, the string is
H A Dascii_strcasecmp.s86 * used for finding null bytes in a word:
234 bz,a,pt %ncc, .doload ! null byte in previous aligned s2 word
262 bz,pt %ncc, .cmp ! no null-byte in s1 yet
303 bz,a,pt %icc, .cmp4 ! no null-byte in s1 yet
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfs.t66 `rm -f tmp 2>/dev/null; mkdir tmp 2>/dev/null`;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkrescue.in294 if $(which mformat > /dev/null) && $(which mcopy > /dev/null); then
306 if mkfs -F pcfs -o nofdisk,fat=16,size=5760 $rlofidev < /dev/null; then
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm420 for canned filters, "null" and "utf8", included with this module are:
422 DBM_Filter::null
435 package DBM_Filter::null ;
527 =item * null
529 This module ensures that all data written to the DBM file is null
532 common issue is for the C application to include the terminating null
588 keys as C ints and the values and null terminated UTF-8 strings. Here
596 $db->Filter_Value_Push('null');
H A DBenchmark.pm199 Clear the cached time for COUNT rounds of the null loop.
266 Disable caching of timings for the null loop. This will force Benchmark
271 Enable caching of timings for the null loop. The time taken for COUNT
272 rounds of the null loop will be calculated only once for each
304 The time of the null loop (a loop with the same
308 The null loop times can be cached, the key being the
380 The system time of the null loop might be slightly
/osnet-11/usr/src/grub/grub2/
H A Dconfigure17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25 case `(set -o) 2>/dev/null` in
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
144 if (basename -- /) >/dev/null
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile744 if LC_ALL=C grep 'GNU grub' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
802 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
867 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
887 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
888 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
915 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
1041 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile744 if LC_ALL=C grep 'GNU grub' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
802 if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
867 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
887 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
888 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
915 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
1041 if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Ddbm.c399 goto null;
407 null:
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h175 struct { const void *placeholder; } null; member in union:evEvent_p::__anon2431
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm48 If either reader or writer is the null string, this will be replaced
107 # rdr or wtr are null
/osnet-11/usr/src/lib/libshell/common/features/
H A Dmath.sh29 table=/dev/null

Completed in 63 milliseconds

1234567891011