Searched refs:EMPTY (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-current/usr.bin/bmake/tests/execution/empty/
H A DMakefile.test2 EMPTY=
10 ${EMPTY}
11 @${EMPTY}
12 @-${EMPTY}
/freebsd-current/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-current/contrib/bmake/unit-tests/
H A Dvarmod-select-words.mk17 EMPTY= # the space should be ignored macro
56 @echo 'EMPTY="${EMPTY}"'
57 @echo 'EMPTY:[#]="${EMPTY:[#]}" == 1 ?'
70 @echo 'EMPTY:[1]="${EMPTY:[1]}"'
131 @echo 'LIST:[$${EMPTY}]="${LIST:[${EMPTY}]}" is an error'
146 @echo 'EMPTY
[all...]
H A Dvar-op-default.mk22 EMPTY= # empty macro
23 EMPTY?= ignored macro
24 .if ${EMPTY} != ""
H A Dcond-func-empty.mk11 EMPTY= # empty macro
67 # The variable EMPTY is completely empty (0 characters).
68 .if !empty(EMPTY)
H A Dvarmod-select-words.exp21 EMPTY=""
22 EMPTY:[#]="1" == 1 ?
33 EMPTY:[1]=""
100 make: Bad modifier ":[${EMPTY" for variable "LIST"
101 LIST:[${EMPTY}]="" is an error
109 EMPTY:S/^/,/=","
110 EMPTY:S/^/,/W=","
114 EMPTY:C/^/,/=","
115 EMPTY:C/^/,/W=","
/freebsd-current/include/
H A Dutmpx.h56 #define EMPTY 0 /* No valid user accounting information. */ macro
/freebsd-current/bin/sh/
H A Dredir.c59 #define EMPTY -2 /* marks an unused slot in redirtab */ macro
120 sv->renamed[i] = EMPTY;
136 if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) {
316 if (rp->renamed[i] != EMPTY) {
354 rp->renamed[i] = EMPTY;
/freebsd-current/usr.bin/sed/
H A Ddefs.h110 EMPTY, /* d D g G h H l n N p P q x = \0 */ enumerator in enum:e_args
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...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java114 rec = a.getRecord(Tuple.EMPTY);
122 rec = a.getRecord(Tuple.EMPTY);
H A DTestStateMachine.java144 consumer.listProbes(ProbeDescription.EMPTY);
308 consumer.listProbes(ProbeDescription.EMPTY);
500 consumer.listProbes(ProbeDescription.EMPTY);
/freebsd-current/lib/libc/gen/
H A Dutxdb.c96 fu->fu_type = EMPTY;
167 ut->ut_type = EMPTY;
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Dtask.c166 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
300 REQUIRE(EMPTY(task->events));
301 REQUIRE(EMPTY(task->on_shutdown));
427 INSIST(EMPTY(task->events));
488 INSIST(EMPTY(task->events));
548 INSIST(EMPTY(task->events));
933 return (ISC_TF(EMPTY(queue)));
1100 if (!EMPTY(task->events)) {
1125 EMPTY(task->events) &&
1141 * the "if EMPTY(tas
[all...]
/freebsd-current/lib/libc/include/isc/
H A Dlist.h47 #define EMPTY(list) ((list).head == NULL) macro
/freebsd-current/usr.bin/dtc/
H A Dchecking.hh159 struct property_type_checker <property_value::EMPTY> : public property_checker
/freebsd-current/lib/libc/resolv/
H A Dres_update.c193 while (!EMPTY(zgrps)) {
/freebsd-current/tools/build/make_check/
H A DMakefile80 @echo EMPTY ${NIL:=foo} LHS | \
/freebsd-current/crypto/openssl/test/recipes/
H A D80-test_cmp_http.t46 $proxy = "<EMPTY>" if $proxy eq "";
250 s/^<EMPTY>$// for (@fields); # used for proxy=""
/freebsd-current/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-current/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 };
530 p->sval = EMPTY,
H A Dawk.h69 extern char EMPTY[]; /* this avoid -Wwritable-strings issues */
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S130 ! EMPTY
148 ! EMPTY
H A Dmodsi3.S130 ! EMPTY
148 ! EMPTY
/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h195 #define EMPTY(list) ISC_LIST_EMPTY(list) macro

Completed in 318 milliseconds

12