Home
last modified time | relevance | path

Searched refs:empty (Results 26 – 50 of 254) sorted by relevance

1234567891011

/illumos-gate/usr/src/tools/smatch/src/validation/doc/
H A Dcdoc.cdoc17 // longer description with empty line
29 // longer description with empty line
109 17: longer description with empty line
122 29: longer description with empty line
/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/lib/mpss/common/
H A Dmpss.c289 empty(char *str) in empty() function
386 if (empty(lbuf)) in __mpssmain()
439 !empty(tokarg) && in __mpssmain()
447 if (empty(tokheap)) { in __mpssmain()
467 if (empty(tokstack)) { in __mpssmain()
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.S107 fstp %st(0) / stack empty
232 fstp %st(0) / stack empty
332 fstp %st(0) / stack empty
350 fstp %st(0) / stack empty
356 fstp %st(0) / stack empty
366 fstp %st(0) / stack empty
372 fstp %st(0) / stack empty
379 fstp %st(0) / stack empty
385 fstp %st(0) / stack empty
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dacosf.S53 fstp %st(0) / empty NPX stack
70 fstp %st(0) / empty NPX stack
H A Dpowl.S107 fstp %st(0) / stack empty
241 fstp %st(0) / stack empty
346 fstp %st(0) / stack empty
365 fstp %st(0) / stack empty
371 fstp %st(0) / stack empty
381 fstp %st(0) / stack empty
387 fstp %st(0) / stack empty
394 fstp %st(0) / stack empty
400 fstp %st(0) / stack empty
H A Dacos.S53 fstp %st(0) / empty NPX stack
73 fstp %st(0) / empty NPX stack
H A Dpow.S125 fstp %st(0) / stack empty
373 fstp %st(0) / stack empty
392 fstp %st(0) / stack empty
398 fstp %st(0) / stack empty
408 fstp %st(0) / stack empty
414 fstp %st(0) / stack empty
421 fstp %st(0) / stack empty
432 fstpl (%esp) / push x; NPX stack empty
H A Dpowf.S111 fstp %st(0) / stack empty
354 fstp %st(0) / stack empty
373 fstp %st(0) / stack empty
379 fstp %st(0) / stack empty
389 fstp %st(0) / stack empty
395 fstp %st(0) / stack empty
402 fstp %st(0) / stack empty
408 fstp %st(0) / stack empty
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c113 static SM_FILE_T empty; variable
129 *p++ = empty;
253 empty.f_type = NULL; in sm_init()
254 empty.sm_magic = NULL; in sm_init()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcut.c372 register int nodelim, empty, inword=0; in cutfields() local
393 nodelim = empty = 1; in cutfields()
432 empty = 0; in cutfields()
461 empty = 0; in cutfields()
519 empty = 0; in cutfields()
526 copy = empty ? cp : wp; in cutfields()
/illumos-gate/usr/src/lib/json_nvlist/
H A Djson_nvlist.c424 nvlist_t *empty; in add_empty_child() local
425 if (nvlist_alloc(&empty, NV_UNIQUE_NAME, 0) != 0) { in add_empty_child()
437 if (nvlist_add_nvlist(nvl, key, empty) != 0) { in add_empty_child()
439 nvlist_free(empty); in add_empty_child()
442 nvlist_free(empty); in add_empty_child()
443 if (nvlist_lookup_nvlist(nvl, key, &empty) != 0) { in add_empty_child()
448 s->s_top->pf_nvl = empty; in add_empty_child()
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dlibvarpd_files_json.c424 nvlist_t *empty; in add_empty_child() local
425 if (nvlist_alloc(&empty, NV_UNIQUE_NAME, 0) != 0) { in add_empty_child()
437 if (nvlist_add_nvlist(nvl, key, empty) != 0) { in add_empty_child()
439 nvlist_free(empty); in add_empty_child()
442 nvlist_free(empty); in add_empty_child()
443 if (nvlist_lookup_nvlist(nvl, key, &empty) != 0) { in add_empty_child()
448 s->s_top->pf_nvl = empty; in add_empty_child()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c298 int empty; in finddev_emptydir_devfs() local
300 rv = modctl(MODDEVEMPTYDIR, path, strlen(path), &empty); in finddev_emptydir_devfs()
302 return (empty); in finddev_emptydir_devfs()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashscan.c51 static Hash_bucket_t empty; in hashscan() local
55 pos->bucket = ∅ in hashscan()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h103 #define errorpush(p,f) (*(p)=*ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.co…
147 Error_context_t empty; /* empty context stack element */ member
/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dloadpri.c85 empty: in ld_priority_file()
106 goto empty; in ld_priority_file()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dstring.fr27 : ?empty ( 2:this -- flag ) --> get-count 0= ;
101 this --> ?empty if ." (empty) " exit endif
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_estate.c88 sval_t empty = {}; in estate_get_fuzzy_max() local
91 return empty; in estate_get_fuzzy_max()
118 sval_t empty = {}; in estate_clear_fuzzy_max() local
120 get_dinfo(state)->fuzzy_max = empty; in estate_clear_fuzzy_max()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgennames.c530 boolean empty = TRUE; in is_skippable_line() local
532 for (; *pLine && empty; ++pLine) { in is_skippable_line()
533 empty = isspace(*pLine); in is_skippable_line()
535 return empty; in is_skippable_line()
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_rexd.c285 char *empty = ""; local
304 hostname = empty;
306 shell = empty;
/illumos-gate/usr/src/test/util-tests/tests/make/
H A Dmake_test.ksh104 > $TD/empty 2>&1
105 check_results $TD/{expect,empty} "make -C -C from empty directory"
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c248 static struct adutils_lderrno empty = { LDAP_SUCCESS, NULL, NULL }; in adutils_get_lderrno() local
252 le = ∅ in adutils_get_lderrno()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-array.c31 int empty[] = { }; variable
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.8.x3 # this should produce a blank for an empty input line

1234567891011