Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 254) sorted by path

1234567891011

/illumos-gate/exception_lists/
H A Dcheck_rtime107 # libnetsnmphelpers.so is empty in some net-snmp versions
H A Dinterface_cmp97 # However, SUNW_1.23 had to remain in place as an empty version to satisfy
100 # The following excludes an empty top version SUNW_1.23 from triggering
249 # - Version SUNW_2.3 is empty
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th297 \ in the name, it is device and inject empty be name
H A Dcheck-password.4th46 \ decimal ASCII representation. Note: the stack cannot be empty when this
H A Dloader.4th310 \ the property list will get empty.
313 2dup \ save "-B ...." in case options is empty
475 dup dup 0= swap 1 = or if \ empty or only '-' is left.
H A Dsupport.4th855 dup 0 \ start with an empty string and append the pieces
2034 drop ( empty string )
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S66 testb $0x20,%al # buffer empty?
/illumos-gate/usr/src/cmd/ast/libpp/
H A DMakefile.com69 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/cmd/ast/msgcc/
H A DMakefile54 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c162 char empty[] = ".."; in report_error() local
175 error_text = empty; in report_error()
177 name = empty; in report_error()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME111 queue is empty performing those checks. A typical event profile will
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6612 becomes empty, just remove it. When there are no more leases
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c78 static int empty(struct fd_set *mask, int sec, int nfds);
722 empty(struct fd_set *mask, int sec, int nfds) in empty() function
1408 if ((nfnd = empty(&mask, 10, nfds)) <= 0) { in recvrequest()
2021 if ((nfnd = empty(&mask, 10, in proxtrans()
2053 if ((nfnd = empty(&mask, 10, fileno(ctrl_in) + 1)) <= 0) { in proxtrans()
2098 if ((nfnd = empty(&mask, 10, in proxtrans()
2130 if ((nfnd = empty(&mask, 10, fileno(ctrl_in) + 1)) <= 0) { in proxtrans()
2145 if ((nfnd = empty(&mask, 10, fileno(ctrl_in) + 1)) <= 0) { in proxtrans()
2190 if ((nfnd = empty(&mask, 0, fileno(ctrl_in) + 1)) < 0) { in reset()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2855 #define NEEDBYTE {if(z->avail_in==0)goto empty;r=Z_OK;}
2965 empty:
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c908 fetch(ixnew, c, d, 1, opt == D_NORMAL?"> ":empty, 0); in change()
H A Ddiff.h147 char *empty = ""; /* the empty string */ variable
/illumos-gate/usr/src/cmd/dircmp/
H A Ddircmp.sh54 *empty*) echo $D1/`basename "$a"` is an empty file |
71 *empty*) echo $D2/`basename "$a"` is an empty file |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out2 tst |empty array|
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Deqnchar79 tdefine empty % \(es %
80 ndefine empty % O/ %
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c1722 int empty; in fmd_serd_empty() local
1729 empty = fmd_serd_eng_empty(sgp); in fmd_serd_empty()
1731 return (empty); in fmd_serd_empty()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c266 goto empty; in create_dirents()
278 goto empty; in create_dirents()
333 empty: in create_dirents()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3963 goto empty; in fprnt()
4069 empty: in fprnt()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A DMakefile43 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/cmd/init/
H A Dinit.c1479 struct PROC_TABLE *empty = NULLPROC; in findpslot() local
1492 if (empty == NULLPROC && (process->p_flags & OCCUPIED) == 0) { in findpslot()
1493 empty = process; in findpslot()
1513 process = empty; in findpslot()
/illumos-gate/usr/src/cmd/ipf/
H A DMakefile.ipf41 CERRWARN += -_gcc=-Wno-empty-body

1234567891011