sys/dev/usb/net/if_aue.c
161
AUE_DEV(ELCON, PLAN, AUE_FLAG_PNA | AUE_FLAG_PII),
usr.bin/find/extern.h
35
PLAN *find_create(char ***);
usr.bin/find/extern.h
36
int find_execute(PLAN *, char **);
usr.bin/find/extern.h
37
PLAN *find_formplan(char **);
usr.bin/find/extern.h
38
PLAN *not_squish(PLAN *);
usr.bin/find/extern.h
39
PLAN *or_squish(PLAN *);
usr.bin/find/extern.h
40
PLAN *paren_squish(PLAN *);
usr.bin/find/extern.h
47
void do_printf(PLAN *plan, FTSENT *entry, FILE *fout);
usr.bin/find/find.c
166
find_execute(PLAN *plan, char *paths[])
usr.bin/find/find.c
169
PLAN *p;
usr.bin/find/find.c
68
PLAN *
usr.bin/find/find.c
71
PLAN *plan, *tail, *new;
usr.bin/find/function.c
1029
f_group(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1034
PLAN *
usr.bin/find/function.c
1038
PLAN *new;
usr.bin/find/function.c
104
find_parsenum(PLAN *plan, const char *option, char *vp, char *endch)
usr.bin/find/function.c
1070
PLAN *
usr.bin/find/function.c
1087
f_inum(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1092
PLAN *
usr.bin/find/function.c
1096
PLAN *new;
usr.bin/find/function.c
1113
PLAN *
usr.bin/find/function.c
1117
PLAN *new;
usr.bin/find/function.c
1141
f_links(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1146
PLAN *
usr.bin/find/function.c
1150
PLAN *new;
usr.bin/find/function.c
1166
f_ls(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1172
PLAN *
usr.bin/find/function.c
1188
f_name(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1216
PLAN *
usr.bin/find/function.c
1220
PLAN *new;
usr.bin/find/function.c
1236
f_newer(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1255
PLAN *
usr.bin/find/function.c
1259
PLAN *new;
usr.bin/find/function.c
1302
f_nogroup(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1307
PLAN *
usr.bin/find/function.c
1322
f_nouser(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1327
PLAN *
usr.bin/find/function.c
1342
f_path(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1358
f_perm(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1373
PLAN *
usr.bin/find/function.c
1377
PLAN *new;
usr.bin/find/function.c
1408
f_print(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1414
PLAN *
usr.bin/find/function.c
1429
f_print0(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1445
f_printf(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
145
find_parsetime(PLAN *plan, const char *option, char *vp)
usr.bin/find/function.c
1451
PLAN *
usr.bin/find/function.c
1454
PLAN *new;
usr.bin/find/function.c
1475
f_prune(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1491
f_regex(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1523
PLAN *
usr.bin/find/function.c
1526
PLAN *new;
usr.bin/find/function.c
1553
PLAN *
usr.bin/find/function.c
1571
f_size(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1580
PLAN *
usr.bin/find/function.c
1584
PLAN *new;
usr.bin/find/function.c
1636
f_sparse(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1644
PLAN *
usr.bin/find/function.c
1660
f_type(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1670
PLAN *
usr.bin/find/function.c
1674
PLAN *new;
usr.bin/find/function.c
1726
f_user(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1731
PLAN *
usr.bin/find/function.c
1735
PLAN *new;
usr.bin/find/function.c
1765
f_xattr(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1810
f_xattrname(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1855
PLAN *
usr.bin/find/function.c
1869
f_expr(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1871
PLAN *p;
usr.bin/find/function.c
1887
f_openparen(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1893
f_closeparen(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1904
PLAN *
usr.bin/find/function.c
1916
f_not(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1918
PLAN *p;
usr.bin/find/function.c
1935
f_or(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1937
PLAN *p;
usr.bin/find/function.c
1959
f_false(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1972
f_quit(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1986
f_readable(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1999
f_writable(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
2012
f_executable(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
251
f_Xmin(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
270
PLAN *
usr.bin/find/function.c
274
PLAN *new;
usr.bin/find/function.c
298
f_Xtime(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
319
PLAN *
usr.bin/find/function.c
323
PLAN *new;
usr.bin/find/function.c
345
PLAN *
usr.bin/find/function.c
349
PLAN *new;
usr.bin/find/function.c
371
f_acl(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
417
PLAN *
usr.bin/find/function.c
430
f_delete(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
474
PLAN *
usr.bin/find/function.c
500
f_always_true(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
514
f_depth(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
522
PLAN *
usr.bin/find/function.c
525
PLAN *new;
usr.bin/find/function.c
560
f_empty(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
587
PLAN *
usr.bin/find/function.c
611
f_exec(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
64
static PLAN *palloc(OPTION *);
usr.bin/find/function.c
65
static long long find_parsenum(PLAN *, const char *, char *, char *);
usr.bin/find/function.c
66
static long long find_parsetime(PLAN *, const char *, char *);
usr.bin/find/function.c
694
PLAN *
usr.bin/find/function.c
697
PLAN *new; /* node returned */
usr.bin/find/function.c
71
static PLAN *lastexecplus = NULL;
usr.bin/find/function.c
803
PLAN *p;
usr.bin/find/function.c
814
f_flags(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
830
PLAN *
usr.bin/find/function.c
834
PLAN *new;
usr.bin/find/function.c
86
static PLAN *
usr.bin/find/function.c
864
PLAN *
usr.bin/find/function.c
880
f_fprint(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
886
PLAN *
usr.bin/find/function.c
889
PLAN *new;
usr.bin/find/function.c
89
PLAN *new;
usr.bin/find/function.c
91
if ((new = malloc(sizeof(PLAN))) == NULL)
usr.bin/find/function.c
910
f_fprint0(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
923
f_fstype(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
988
PLAN *
usr.bin/find/function.c
992
PLAN *new;
usr.bin/find/operator.c
121
PLAN *
usr.bin/find/operator.c
122
paren_squish(PLAN *plan)
usr.bin/find/operator.c
124
PLAN *expr; /* pointer to next expression */
usr.bin/find/operator.c
125
PLAN *tail; /* pointer to tail of result plan */
usr.bin/find/operator.c
126
PLAN *result; /* pointer to head of result plan */
usr.bin/find/operator.c
158
PLAN *
usr.bin/find/operator.c
159
not_squish(PLAN *plan)
usr.bin/find/operator.c
161
PLAN *next; /* next node being processed */
usr.bin/find/operator.c
162
PLAN *node; /* temporary node used in f_not processing */
usr.bin/find/operator.c
163
PLAN *tail; /* pointer to tail of result plan */
usr.bin/find/operator.c
164
PLAN *result; /* pointer to head of result plan */
usr.bin/find/operator.c
221
PLAN *
usr.bin/find/operator.c
222
or_squish(PLAN *plan)
usr.bin/find/operator.c
224
PLAN *next; /* next node being processed */
usr.bin/find/operator.c
225
PLAN *tail; /* pointer to tail of result plan */
usr.bin/find/operator.c
226
PLAN *result; /* pointer to head of result plan */
usr.bin/find/operator.c
44
static PLAN *yanknode(PLAN **);
usr.bin/find/operator.c
45
static PLAN *yankexpr(PLAN **);
usr.bin/find/operator.c
51
static PLAN *
usr.bin/find/operator.c
52
yanknode(PLAN **planp)
usr.bin/find/operator.c
54
PLAN *node; /* top node removed from the plan */
usr.bin/find/operator.c
69
static PLAN *
usr.bin/find/operator.c
70
yankexpr(PLAN **planp)
usr.bin/find/operator.c
72
PLAN *next; /* temp node holding subexpression results */
usr.bin/find/operator.c
73
PLAN *node; /* pointer to returned node or expression */
usr.bin/find/operator.c
74
PLAN *tail; /* pointer to tail of subplan */
usr.bin/find/operator.c
75
PLAN *subplan; /* pointer to head of ( ) expression */
usr.bin/find/option.c
179
PLAN *
usr.bin/find/option.c
183
PLAN *new;
usr.bin/find/printf.c
159
do_printf(PLAN *plan, FTSENT *entry, FILE *fout)