/freebsd/contrib/netbsd-tests/lib/libc/regex/data/ |
H A D | error.in | 2 | 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 D | nospec.in | 7 "" mC EMPTY
|
/freebsd/usr.bin/bmake/tests/execution/empty/ |
H A D | Makefile.test | 1 EMPTY= 9 ${EMPTY} 10 @${EMPTY} 11 @-${EMPTY}
|
/freebsd/tools/tools/genericize/ |
H A D | genericize.pl | 34 sub EMPTY() {} subroutine 57 $config{$keyword}->{$value} = \∅ 94 $config{$keyword}->{$1} != \&EMPTY) { 130 unless $config{$keyword}->{$value} == \∅
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | var-op-default.mk | 22 EMPTY= # empty 23 EMPTY?= ignored 24 .if ${EMPTY} != ""
|
H A D | cond-func-empty.mk | 11 EMPTY= # empty 68 .if !empty(EMPTY)
|
H A D | varmod-ifelse.mk | 178 EMPTY= # empty 188 .info <${${EMPTY} :?true:false}>
|
H A D | varmod-select-words.mk | 17 EMPTY= # the space should be ignored
|
/freebsd/usr.bin/sed/ |
H A D | compile.c | 97 {'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 D | defs.h | 110 EMPTY, /* d D g G h H l n N p P q x = \0 */ enumerator
|
/freebsd/bin/sh/ |
H A D | redir.c | 59 #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 D | template.lua | 95 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 D | task.c | 166 #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 D | utxdb.c | 96 fu->fu_type = EMPTY; in utx_to_futx() 167 ut->ut_type = EMPTY; in futx_to_utx()
|
/freebsd/tools/build/make_check/ |
H A D | regress.sysvmatch.out | 1 EMPTY LHS
|
H A D | Makefile | 79 @echo EMPTY ${NIL:=foo} LHS | \
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestGetAggregate.java | 114 rec = a.getRecord(Tuple.EMPTY); in testCleared() 122 rec = a.getRecord(Tuple.EMPTY); in testCleared()
|
H A D | TestStateMachine.java | 144 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 D | tests | 96 | 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 D | utmpx.h | 56 #define EMPTY 0 /* No valid user accounting information. */ macro
|
/freebsd/contrib/one-true-awk/ |
H A D | lib.c | 39 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 D | checking.hh | 159 struct property_type_checker <property_value::EMPTY> : public property_checker
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
H A D | modsi3.S | 130 ! EMPTY 148 ! EMPTY
|
H A D | divsi3.S | 130 ! EMPTY 148 ! EMPTY
|
/freebsd/lib/libc/resolv/ |
H A D | res_update.c | 193 while (!EMPTY(zgrps)) { in res_nupdate()
|