Home
last modified time | relevance | path

Searched refs:EMPTY (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Derror.in2 | C EMPTY
8 "" &C EMPTY
11 a||b C EMPTY
12 |ab C EMPTY
13 ab| C EMPTY
14 (|a)b C EMPTY
15 (a|)b C EMPTY
H A Dnospec.in7 "" mC EMPTY
/freebsd/usr.bin/bmake/tests/execution/empty/
H A DMakefile.test1 EMPTY=
9 ${EMPTY}
10 @${EMPTY}
11 @-${EMPTY}
/freebsd/tools/tools/genericize/
H A Dgenericize.pl34 sub EMPTY() {} subroutine
57 $config{$keyword}->{$value} = \∅
94 $config{$keyword}->{$1} != \&EMPTY) {
130 unless $config{$keyword}->{$value} == \∅
/freebsd/contrib/bmake/unit-tests/
H A Dvar-op-default.mk22 EMPTY= # empty
23 EMPTY?= ignored
24 .if ${EMPTY} != ""
H A Dcond-func-empty.mk11 EMPTY= # empty
68 .if !empty(EMPTY)
H A Dvarmod-ifelse.mk178 EMPTY= # empty
188 .info <${${EMPTY} :?true:false}>
H A Dvarmod-select-words.mk17 EMPTY= # the space should be ignored
/freebsd/usr.bin/sed/
H A Dcompile.c97 {'d', 2, EMPTY},
98 {'D', 2, EMPTY},
99 {'g', 2, EMPTY},
100 {'G', 2, EMPTY},
101 {'h', 2, EMPTY},
102 {'H', 2, EMPTY},
104 {'l', 2, EMPTY},
105 {'n', 2, EMPTY},
106 {'N', 2, EMPTY},
107 {'p', 2, EMPTY},
[all …]
H A Ddefs.h110 EMPTY, /* d D g G h H l n N p P q x = \0 */ enumerator
/freebsd/bin/sh/
H A Dredir.c59 #define EMPTY -2 /* marks an unused slot in redirtab */ macro
120 sv->renamed[i] = EMPTY; in redirect()
136 if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) { in redirect()
316 if (rp->renamed[i] != EMPTY) { in popredir()
354 rp->renamed[i] = EMPTY; in clearredir()
/freebsd/tools/lua/
H A Dtemplate.lua95 local EMPTY = ""
121 return gsub(gsub(s, "^%s+", EMPTY), "%s+$", EMPTY)
160 if root and root ~= EMPTY then
230 if s == nil or s == null then return EMPTY end
259 layout.view = context.view or EMPTY
580 if s and s ~= EMPTY then
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dtask.c166 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
300 REQUIRE(EMPTY(task->events)); in task_finished()
301 REQUIRE(EMPTY(task->on_shutdown)); in task_finished()
427 INSIST(EMPTY(task->events)); in task_shutdown()
488 INSIST(EMPTY(task->events)); in task_detach()
548 INSIST(EMPTY(task->events)); in task_send()
933 return (ISC_TF(EMPTY(queue))); in empty_readyq()
1100 if (!EMPTY(task->events)) { in dispatch()
1125 EMPTY(task->events) && in dispatch()
1155 if (EMPTY(task->events)) { in dispatch()
/freebsd/lib/libc/gen/
H A Dutxdb.c96 fu->fu_type = EMPTY; in utx_to_futx()
167 ut->ut_type = EMPTY; in futx_to_utx()
/freebsd/tools/build/make_check/
H A Dregress.sysvmatch.out1 EMPTY LHS
H A DMakefile79 @echo EMPTY ${NIL:=foo} LHS | \
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java114 rec = a.getRecord(Tuple.EMPTY); in testCleared()
122 rec = a.getRecord(Tuple.EMPTY); in testCleared()
H A DTestStateMachine.java144 consumer.listProbes(ProbeDescription.EMPTY); in beforeOpen()
308 consumer.listProbes(ProbeDescription.EMPTY); in afterGo()
500 consumer.listProbes(ProbeDescription.EMPTY); in afterClose()
/freebsd/lib/libc/regex/grot/
H A Dtests96 | C EMPTY
102 "" &C EMPTY
105 a||b C EMPTY
106 |ab C EMPTY
107 ab| C EMPTY
108 (|a)b C EMPTY
109 (a|)b C EMPTY
447 "" mC EMPTY
/freebsd/include/
H A Dutmpx.h56 #define EMPTY 0 /* No valid user accounting information. */ macro
/freebsd/contrib/one-true-awk/
H A Dlib.c39 char EMPTY[] = { '\0' }; variable
42 char *file = EMPTY;
62 static Cell dollar0 = { OCELL, CFLD, NULL, EMPTY, 0.0, REC|STR|DONTFREE, NULL, NULL };
63 static Cell dollar1 = { OCELL, CFLD, NULL, EMPTY, 0.0, FLD|STR|DONTFREE, NULL, NULL };
532 p->sval = EMPTY, in cleanfld()
/freebsd/usr.bin/dtc/
H A Dchecking.hh159 struct property_type_checker <property_value::EMPTY> : public property_checker
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Dmodsi3.S130 ! EMPTY
148 ! EMPTY
H A Ddivsi3.S130 ! EMPTY
148 ! EMPTY
/freebsd/lib/libc/resolv/
H A Dres_update.c193 while (!EMPTY(zgrps)) { in res_nupdate()

12