Home
last modified time | relevance | path

Searched refs:empty (Results 126 – 150 of 254) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java377 public static final String empty = "empty"; field in Option
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties102 empty_vector = Empty vector for t (can be null but not empty)
117 null_or_empty_vector = Null or empty vector parameter: {0}
161 null_string_parameter = Null or empty string parameter: {0}
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c404 int empty; /* True if the string is empty */ in _glh_add_history() local
438 empty = 1; in _glh_add_history()
439 for(i=0; i<slen && empty; i++) in _glh_add_history()
440 empty = isspace((int)(unsigned char) line[i]); in _glh_add_history()
445 if(empty && !force) in _glh_add_history()
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py218 empty = not res
219 if (filter(path) and not empty and
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.filter45 # the compiler has a habit of generating empty .data and .bss sections.
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c234 nvlist_t *empty = fnvlist_alloc(); in lzc_ioctl_test() local
235 lzc_ioctl_run(ioc, name, empty, ZFS_ERR_IOC_ARG_REQUIRED); in lzc_ioctl_test()
236 nvlist_free(empty); in lzc_ioctl_test()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY39 03/08/89 remove ``empty character constant'' warning for PASSTHROUGH
73 05/03/88 fix empty include file bug by omitting empty check
H A DNOTES67 (5) empty arguments allowed in function-like macros
/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/sendmail/db/db/
H A Ddb.c370 goto empty;
473 empty: /*
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dminmax.test147 # Make sure the min(x) and max(x) optimizations work on empty tables
148 # including empty tables with indices. Ticket #296.
/illumos-gate/usr/src/cmd/lp/filter/
H A Dslow.filter30 ## and give it to the user. Non-empty standard error or non-zero
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/
H A DMakefile.com134 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c923 int empty; in contract_process_exit() local
940 empty = (list_head(&ctp->conp_members) == NULL); in contract_process_exit()
955 if (empty) { in contract_process_exit()
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Ddrmach.h270 boolean_t empty; member
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4887 dnl with class P is non-empty)
1131 dnl $H empty (but @$=w.)
1307 dnl is $2 always empty?
1550 dnl must not be empty
1610 dnl must not be empty
1990 # empty address?
2131 dnl empty ${auth_type}?
2198 dnl client_name is empty
2416 dnl must not be empty
2465 dnl must not be empty
[all …]
/illumos-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc61 # - PS1 will initially be empty until either...
/illumos-gate/usr/src/lib/libgss/
H A DMakefile.com109 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out2 tst |empty array|
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.S129 .empty
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A DREADME64 empty then the check also verifies that there is strict equality
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com197 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.S195 ba 3f ! Delay slot of ba is empty
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c312 hrtime_t empty; /* total time empty */ member
1710 cq->empty += gethrtime() - cq->ts; in dumpsys_put_cq()
2643 P("freebufq.empty,%d\n", (int)(ds->freebufq.empty / in dumpsys_metrics()
2645 P("helperq.empty,%d\n", (int)(ds->helperq.empty / in dumpsys_metrics()
2647 P("writerq.empty,%d\n", (int)(ds->writerq.empty / in dumpsys_metrics()
2649 P("mainq.empty,%d\n", (int)(ds->mainq.empty / ds->npages)); in dumpsys_metrics()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg302 attempted against empty section [%u]%s"
1086 @ MSG_MAP_SEGEMPLOAD "%s: %llu: empty segment must be of type LOAD or NULL"
1087 @ MSG_MAP_SEGEMPEXE "%s: %llu: a LOAD empty segment definition is only \
1089 @ MSG_MAP_SEGEMPATT "%s: %llu: a LOAD empty segment must have an address \
1091 @ MSG_MAP_SEGEMPNOATT "%s: %llu: a NULL empty segment must not have an \
1093 @ MSG_MAP_SEGEMPSEC "%s: %llu: empty segment can not have sections \
1095 @ MSG_MAP_SEGEMNOPERM "%s: %llu: empty segment must not have \
1121 @ MSG_MAP_EMPTYCAP "%s: %llu: empty capability definition; ignored"
1257 @ MSG_MAP_NOATTR "%s: %llu: %s specified no attributes (empty {})"

1234567891011