Symbol: EMPTY
bin/sh/redir.c
120
sv->renamed[i] = EMPTY;
bin/sh/redir.c
136
if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) {
bin/sh/redir.c
316
if (rp->renamed[i] != EMPTY) {
bin/sh/redir.c
354
rp->renamed[i] = EMPTY;
crypto/krb5/src/util/verto/ev.c
3010
array_free (rfeed, EMPTY);
crypto/krb5/src/util/verto/ev.c
3011
array_free (fdchange, EMPTY);
crypto/krb5/src/util/verto/ev.c
3012
array_free (timer, EMPTY);
crypto/krb5/src/util/verto/ev.c
3014
array_free (periodic, EMPTY);
crypto/krb5/src/util/verto/ev.c
3017
array_free (fork, EMPTY);
crypto/krb5/src/util/verto/ev.c
3020
array_free (cleanup, EMPTY);
crypto/krb5/src/util/verto/ev.c
3022
array_free (prepare, EMPTY);
crypto/krb5/src/util/verto/ev.c
3023
array_free (check, EMPTY);
crypto/krb5/src/util/verto/ev.c
3025
array_free (async, EMPTY);
lib/libc/gen/utxdb.c
167
ut->ut_type = EMPTY;
lib/libc/gen/utxdb.c
96
fu->fu_type = EMPTY;
lib/libc/resolv/res_findzonecut.c
503
if (EMPTY(nsrr->addrs)) {
lib/libc/resolv/res_update.c
193
while (!EMPTY(zgrps)) {
usr.bin/dtc/checking.hh
159
struct property_type_checker <property_value::EMPTY> : public property_checker
usr.bin/dtc/fdt.cc
642
case EMPTY:
usr.bin/getent/getent.c
630
if (ut->ut_type == EMPTY)
usr.bin/procstat/procstat_kqueue.c
65
FILT_ELEM(EMPTY)
usr.bin/sed/compile.c
100
{'G', 2, EMPTY},
usr.bin/sed/compile.c
101
{'h', 2, EMPTY},
usr.bin/sed/compile.c
102
{'H', 2, EMPTY},
usr.bin/sed/compile.c
104
{'l', 2, EMPTY},
usr.bin/sed/compile.c
105
{'n', 2, EMPTY},
usr.bin/sed/compile.c
106
{'N', 2, EMPTY},
usr.bin/sed/compile.c
107
{'p', 2, EMPTY},
usr.bin/sed/compile.c
108
{'P', 2, EMPTY},
usr.bin/sed/compile.c
109
{'q', 1, EMPTY},
usr.bin/sed/compile.c
114
{'x', 2, EMPTY},
usr.bin/sed/compile.c
119
{'=', 1, EMPTY},
usr.bin/sed/compile.c
248
case EMPTY: /* d D g G h H l n N p P q x = \0 */
usr.bin/sed/compile.c
97
{'d', 2, EMPTY},
usr.bin/sed/compile.c
98
{'D', 2, EMPTY},
usr.bin/sed/compile.c
99
{'g', 2, EMPTY},