Symbol: recurse
lib/libc/time/strptime.c
213
goto recurse;
lib/libc/time/strptime.c
219
goto recurse;
lib/libc/time/strptime.c
225
goto recurse;
lib/libc/time/strptime.c
230
goto recurse;
lib/libc/time/strptime.c
235
goto recurse;
lib/libc/time/strptime.c
240
goto recurse;
lib/libc/time/strptime.c
244
goto recurse;
lib/libc/time/strptime.c
249
recurse:
sys/dist/pf/net/pf_table.c
1888
pfr_clstats_ktables(struct pfr_ktableworkq *workq, long tzero, int recurse)
sys/dist/pf/net/pf_table.c
1893
pfr_clstats_ktable(p, tzero, recurse);
sys/dist/pf/net/pf_table.c
1897
pfr_clstats_ktable(struct pfr_ktable *kt, long tzero, int recurse)
sys/dist/pf/net/pf_table.c
1902
if (recurse) {
sys/kern/subr_lockdebug.c
453
bool recurse;
sys/kern/subr_lockdebug.c
457
recurse = false;
sys/kern/subr_lockdebug.c
470
recurse = true;
sys/kern/subr_lockdebug.c
472
recurse = true;
sys/kern/subr_lockdebug.c
486
if (__predict_false(recurse)) {
tests/lib/libc/db/h_db.c
495
dump(DB *dbp, int rev, int recurse)
tests/lib/libc/db/h_db.c
502
nflags = recurse ? R_RPREV : R_PREV;
tests/lib/libc/db/h_db.c
505
nflags = recurse ? R_RNEXT : R_NEXT;
tests/lib/libpthread/t_fpu.c
110
recurse();
tests/lib/libpthread/t_fpu.c
142
recurse();
tests/lib/libpthread/t_fpu.c
67
static void recurse(void);
usr.bin/getent/getent.c
570
handleone(const char * const *db_array, char *b, int recurse, int pretty,
usr.bin/getent/getent.c
581
if (!recurse || cgetstr(b, "tc", &tc) <= 0)
usr.bin/getent/getent.c
590
handleone(db_array, b, recurse, pretty, ++level);
usr.bin/getent/getent.c
602
int expand = 1, recurse = 0, pretty = 0;
usr.bin/getent/getent.c
616
recurse = 1;
usr.bin/getent/getent.c
632
handleone(db_array, b, recurse, pretty, 0);
usr.bin/getent/getent.c
639
handleone(db_array, b, recurse, pretty, 0);
usr.bin/m4/look.c
350
recurse(f, n, d->next);
usr.bin/m4/look.c
367
recurse(f, n, n->d);
usr.bin/pmap/main.c
138
recurse = 0;
usr.bin/pmap/main.c
204
recurse = 1;
usr.bin/pmap/main.c
61
int debug, verbose, recurse, page_size;
usr.bin/pmap/main.h
32
extern int debug, verbose, recurse, page_size;
usr.bin/pmap/pmap.c
170
recurse < 2 ? "MAP" : "SUBMAP", P(vm_map),
usr.bin/pmap/pmap.c
188
if (recurse < 2) {
usr.bin/pmap/pmap.c
226
if (recurse < 2) {
usr.bin/pmap/pmap.c
49
#define indent(n) ((n) * ((recurse > 1 ? recurse - 1 : 0)) + depth)
usr.bin/pmap/pmap.c
588
if (recurse && UVM_ET_ISSUBMAP(vme)) {
usr.bin/pmap/pmap.c
591
recurse++;
usr.bin/pmap/pmap.c
597
recurse--;