Symbol: FTSENT
bin/chflags/chflags.c
60
FTSENT *p;
bin/chmod/chmod.c
227
may_have_nfs4acl(const FTSENT *ent, int hflag)
bin/chmod/chmod.c
49
static int may_have_nfs4acl(const FTSENT *ent, int hflag);
bin/chmod/chmod.c
62
FTSENT *p;
bin/cp/cp.c
292
ftscmp(const FTSENT * const *a, const FTSENT * const *b)
bin/cp/cp.c
303
FTSENT *curr;
bin/cp/extern.h
45
int copy_file(const FTSENT *, bool, bool);
bin/cp/extern.h
46
int copy_link(const FTSENT *, bool, bool);
bin/cp/utils.c
102
copy_file(const FTSENT *entp, bool dne, bool beneath)
bin/cp/utils.c
258
copy_link(const FTSENT *p, bool dne, bool beneath)
bin/ls/cmp.c
102
acccmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
124
revacccmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
131
birthcmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
153
revbirthcmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
160
statcmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
182
revstatcmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
189
sizecmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
200
revsizecmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
45
namecmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
52
revnamecmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
59
verscmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
66
revverscmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
73
modcmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
95
revmodcmp(const FTSENT *a, const FTSENT *b)
bin/ls/extern.h
34
int acccmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
35
int revacccmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
36
int birthcmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
37
int revbirthcmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
38
int modcmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
39
int revmodcmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
40
int namecmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
41
int revnamecmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
42
int verscmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
43
int revverscmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
44
int statcmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
45
int revstatcmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
46
int sizecmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
47
int revsizecmp(const FTSENT *, const FTSENT *);
bin/ls/ls.c
1044
mastercmp(const FTSENT * const *a, const FTSENT * const *b)
bin/ls/ls.c
111
static int (*sortfcn)(const FTSENT *, const FTSENT *);
bin/ls/ls.c
654
FTSENT *p, *chp;
bin/ls/ls.c
746
display(const FTSENT *p, FTSENT *list, int options)
bin/ls/ls.c
750
FTSENT *cur;
bin/ls/ls.c
86
static void display(const FTSENT *, FTSENT *, int);
bin/ls/ls.c
87
static int mastercmp(const FTSENT * const *, const FTSENT * const *);
bin/ls/ls.h
67
FTSENT *list;
bin/ls/print.c
112
FTSENT *p;
bin/ls/print.c
204
FTSENT *p;
bin/ls/print.c
277
FTSENT *p;
bin/ls/print.c
302
static FTSENT **array;
bin/ls/print.c
304
FTSENT *p;
bin/ls/print.c
305
FTSENT **narray;
bin/ls/print.c
329
realloc(array, dp->entries * sizeof(FTSENT *))) == NULL) {
bin/ls/print.c
396
printaname(const FTSENT *p, u_long inodefield, u_long sizefield)
bin/ls/print.c
61
static int printaname(const FTSENT *, u_long, u_long);
bin/ls/print.c
63
static void printlink(const FTSENT *);
bin/ls/print.c
729
printlink(const FTSENT *p)
bin/ls/print.c
73
static void aclmode(char *, const FTSENT *);
bin/ls/print.c
774
aclmode(char *buf, const FTSENT *p)
bin/pax/ftree.c
69
static FTSENT *ftent = NULL; /* current file tree entry */
bin/rm/rm.c
167
FTSENT *p;
bin/setfacl/setfacl.c
173
handle_file(FTS *ftsp, FTSENT *file)
bin/setfacl/setfacl.c
354
FTSENT *file;
bin/setfacl/setfacl.c
72
static int handle_file(FTS *ftsp, FTSENT *file);
include/fts.h
141
FTSENT *fts_children(FTS *, int);
include/fts.h
145
FTS *fts_get_stream(FTSENT *);
include/fts.h
148
int (*)(const FTSENT * const *, const FTSENT * const *));
include/fts.h
151
int (^)(const FTSENT * const *, const FTSENT * const *));
include/fts.h
153
FTSENT *fts_read(FTS *);
include/fts.h
154
int fts_set(FTS *, FTSENT *, int);
include/fts.h
40
FTSENT *fts_cur; /* current node */
include/fts.h
41
FTSENT *fts_child; /* linked list of children */
include/fts.h
42
FTSENT **fts_array; /* sort array */
include/fts.h
50
(const FTSENT * const *, const FTSENT * const *);
include/fts.h
53
(const FTSENT * const *, const FTSENT * const *);
lib/libc/gen/fts-compat.c
1002
parent = (*(const FTSENT * const *)a)->fts_fts;
lib/libc/gen/fts-compat.c
1006
static FTSENT *
lib/libc/gen/fts-compat.c
1007
fts_sort(FTS *sp, FTSENT *head, int nitems)
lib/libc/gen/fts-compat.c
1009
FTSENT **ap, *p;
lib/libc/gen/fts-compat.c
1021
sp->fts_nitems * sizeof(FTSENT *))) == NULL) {
lib/libc/gen/fts-compat.c
1028
qsort(sp->fts_array, nitems, sizeof(FTSENT *), fts_compar);
lib/libc/gen/fts-compat.c
1035
static FTSENT *
lib/libc/gen/fts-compat.c
1038
FTSENT *p;
lib/libc/gen/fts-compat.c
1042
FTSENT ent;
lib/libc/gen/fts-compat.c
1053
len = sizeof(FTSENT) + namelen + 1;
lib/libc/gen/fts-compat.c
1083
fts_lfree(FTSENT *head)
lib/libc/gen/fts-compat.c
1085
FTSENT *p;
lib/libc/gen/fts-compat.c
1126
fts_padjust(FTS *sp, FTSENT *head)
lib/libc/gen/fts-compat.c
1128
FTSENT *p;
lib/libc/gen/fts-compat.c
1166
fts_safe_changedir(FTS *sp, FTSENT *p, int fd, char *path)
lib/libc/gen/fts-compat.c
119
int (*compar)(const FTSENT * const *, const FTSENT * const *))
lib/libc/gen/fts-compat.c
1198
fts_ufslinks(FTS *sp, const FTSENT *ent)
lib/libc/gen/fts-compat.c
123
FTSENT *p, *root;
lib/libc/gen/fts-compat.c
125
FTSENT *parent, *tmp;
lib/libc/gen/fts-compat.c
229
fts_load(FTS *sp, FTSENT *p)
lib/libc/gen/fts-compat.c
255
FTSENT *freep, *p;
lib/libc/gen/fts-compat.c
306
FTSENT *
lib/libc/gen/fts-compat.c
309
FTSENT *p, *tmp;
lib/libc/gen/fts-compat.c
501
__fts_set_44bsd(FTS *sp, FTSENT *p, int instr)
lib/libc/gen/fts-compat.c
512
FTSENT *
lib/libc/gen/fts-compat.c
515
FTSENT *p;
lib/libc/gen/fts-compat.c
53
FTSENT *__fts_children_44bsd(FTS *, int);
lib/libc/gen/fts-compat.c
56
FTS *__fts_get_stream_44bsd(FTSENT *);
lib/libc/gen/fts-compat.c
58
int (*)(const FTSENT * const *, const FTSENT * const *));
lib/libc/gen/fts-compat.c
59
FTSENT *__fts_read_44bsd(FTS *);
lib/libc/gen/fts-compat.c
596
(__fts_get_stream_44bsd)(FTSENT *p)
lib/libc/gen/fts-compat.c
60
int __fts_set_44bsd(FTS *, FTSENT *, int);
lib/libc/gen/fts-compat.c
63
static FTSENT *fts_alloc(FTS *, char *, int);
lib/libc/gen/fts-compat.c
635
static FTSENT *
lib/libc/gen/fts-compat.c
639
FTSENT *p, *head;
lib/libc/gen/fts-compat.c
64
static FTSENT *fts_build(FTS *, int);
lib/libc/gen/fts-compat.c
641
FTSENT *cur, *tail;
lib/libc/gen/fts-compat.c
65
static void fts_lfree(FTSENT *);
lib/libc/gen/fts-compat.c
66
static void fts_load(FTS *, FTSENT *);
lib/libc/gen/fts-compat.c
68
static void fts_padjust(FTS *, FTSENT *);
lib/libc/gen/fts-compat.c
70
static FTSENT *fts_sort(FTS *, FTSENT *, int);
lib/libc/gen/fts-compat.c
71
static u_short fts_stat(FTS *, FTSENT *, int);
lib/libc/gen/fts-compat.c
72
static int fts_safe_changedir(FTS *, FTSENT *, int, char *);
lib/libc/gen/fts-compat.c
73
static int fts_ufslinks(FTS *, const FTSENT *);
lib/libc/gen/fts-compat.c
912
fts_stat(FTS *sp, FTSENT *p, int follow)
lib/libc/gen/fts-compat.c
914
FTSENT *t;
lib/libc/gen/fts.c
1001
FTSENT *t;
lib/libc/gen/fts.c
1091
static FTSENT *
lib/libc/gen/fts.c
1092
fts_sort(FTS *sp, FTSENT *head, size_t nitems)
lib/libc/gen/fts.c
1094
FTSENT **ap, *p;
lib/libc/gen/fts.c
1106
sp->fts_nitems * sizeof(FTSENT *))) == NULL) {
lib/libc/gen/fts.c
1115
qsort_b(sp->fts_array, nitems, sizeof(FTSENT *),
lib/libc/gen/fts.c
1118
qsort_b(sp->fts_array, nitems, sizeof(FTSENT *),
lib/libc/gen/fts.c
1122
qsort(sp->fts_array, nitems, sizeof(FTSENT *),
lib/libc/gen/fts.c
1131
static FTSENT *
lib/libc/gen/fts.c
1134
FTSENT *p;
lib/libc/gen/fts.c
1143
len = sizeof(FTSENT) + namelen + 1;
lib/libc/gen/fts.c
1167
fts_lfree(FTSENT *head)
lib/libc/gen/fts.c
1169
FTSENT *p;
lib/libc/gen/fts.c
1198
fts_padjust(FTS *sp, FTSENT *head)
lib/libc/gen/fts.c
120
FTSENT *p, *root;
lib/libc/gen/fts.c
1200
FTSENT *p;
lib/libc/gen/fts.c
121
FTSENT *parent, *tmp;
lib/libc/gen/fts.c
1238
fts_safe_changedir(FTS *sp, FTSENT *p, int fd, char *path)
lib/libc/gen/fts.c
1278
fts_ufslinks(FTS *sp, const FTSENT *ent)
lib/libc/gen/fts.c
215
int (*compar)(const FTSENT * const *, const FTSENT * const *))
lib/libc/gen/fts.c
245
int (^compar)(const FTSENT * const *, const FTSENT * const *))
lib/libc/gen/fts.c
305
fts_load(FTS *sp, FTSENT *p)
lib/libc/gen/fts.c
331
FTSENT *freep, *p;
lib/libc/gen/fts.c
393
FTSENT *
lib/libc/gen/fts.c
396
FTSENT *p, *tmp;
lib/libc/gen/fts.c
56
const FTSENT * const *, const FTSENT * const *);
lib/libc/gen/fts.c
592
fts_set(FTS *sp, FTSENT *p, int instr)
lib/libc/gen/fts.c
603
FTSENT *
lib/libc/gen/fts.c
606
FTSENT *p;
lib/libc/gen/fts.c
64
static FTSENT *fts_alloc(FTS *, char *, size_t);
lib/libc/gen/fts.c
65
static FTSENT *fts_build(FTS *, int);
lib/libc/gen/fts.c
66
static void fts_lfree(FTSENT *);
lib/libc/gen/fts.c
67
static void fts_load(FTS *, FTSENT *);
lib/libc/gen/fts.c
689
(fts_get_stream)(FTSENT *p)
lib/libc/gen/fts.c
69
static void fts_padjust(FTS *, FTSENT *);
lib/libc/gen/fts.c
71
static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
lib/libc/gen/fts.c
72
static int fts_stat(FTS *, FTSENT *, int, int);
lib/libc/gen/fts.c
727
static FTSENT *
lib/libc/gen/fts.c
73
static int fts_safe_changedir(FTS *, FTSENT *, int, char *);
lib/libc/gen/fts.c
731
FTSENT *p, *head;
lib/libc/gen/fts.c
732
FTSENT *cur, *tail;
lib/libc/gen/fts.c
74
static int fts_ufslinks(FTS *, const FTSENT *);
lib/libc/gen/fts.c
999
fts_stat(FTS *sp, FTSENT *p, int follow, int dfd)
lib/libc/gen/ftw.c
34
FTSENT *cur;
lib/libc/gen/nftw.c
35
FTSENT *cur;
lib/libc/tests/gen/fts_blocks_test.c
40
FTSENT *ftse;
lib/libc/tests/gen/fts_blocks_test.c
51
^(const FTSENT * const *a, const FTSENT * const *b) {
lib/libc/tests/gen/fts_test.h
42
fts_lexical_compar(const FTSENT * const *a, const FTSENT * const *b)
lib/libc/tests/gen/fts_test.h
55
FTSENT *ftse;
lib/libpmc/pmu-events/jevents.c
1492
fts_compare(const FTSENT **a, const FTSENT **b)
lib/libpmc/pmu-events/jevents.c
1494
fts_compare(const FTSENT * const *a, const FTSENT * const *b)
lib/libpmc/pmu-events/jevents.c
1506
FTSENT *cur;
tools/test/stress2/testcases/fts/fts.c
59
FTSENT *p;
usr.bin/du/du.c
338
linkchk(FTSENT *p)
usr.bin/du/du.c
524
ignorep(FTSENT *ent)
usr.bin/du/du.c
548
record_file_size(FTSENT *p)
usr.bin/du/du.c
558
check_threshold(FTSENT *p)
usr.bin/du/du.c
565
print_file_size(FTSENT *p)
usr.bin/du/du.c
67
static bool check_threshold(FTSENT *);
usr.bin/du/du.c
70
static int ignorep(FTSENT *);
usr.bin/du/du.c
71
static int linkchk(FTSENT *);
usr.bin/du/du.c
72
static void print_file_size(FTSENT *);
usr.bin/du/du.c
74
static void record_file_size(FTSENT *);
usr.bin/du/du.c
93
FTSENT *p;
usr.bin/find/extern.h
47
void do_printf(PLAN *plan, FTSENT *entry, FILE *fout);
usr.bin/find/find.c
168
FTSENT *entry;
usr.bin/find/find.c
48
static int find_compare(const FTSENT * const *s1, const FTSENT * const *s2);
usr.bin/find/find.c
57
find_compare(const FTSENT * const *s1, const FTSENT * const *s2)
usr.bin/find/find.h
67
typedef int exec_f(struct _plandata *, FTSENT *);
usr.bin/find/function.c
1025
f_group(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1083
f_inum(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1137
f_links(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1162
f_ls(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1184
f_name(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1232
f_newer(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1298
f_nogroup(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1318
f_nouser(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1338
f_path(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1354
f_perm(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1404
f_print(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1425
f_print0(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1441
f_printf(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1471
f_prune(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1487
f_regex(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1567
f_size(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1632
f_sparse(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1656
f_type(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1722
f_user(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1775
f_expr(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1793
f_openparen(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1799
f_closeparen(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1822
f_not(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1841
f_or(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1865
f_false(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1878
f_quit(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1892
f_readable(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1905
f_writable(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1918
f_executable(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
247
f_Xmin(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
294
f_Xtime(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
367
f_acl(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
426
f_delete(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
496
f_always_true(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
510
f_depth(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
556
f_empty(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
607
f_exec(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
810
f_flags(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
876
f_fprint(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
906
f_fprint0(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
919
f_fstype(PLAN *plan, FTSENT *entry)
usr.bin/find/printf.c
159
do_printf(PLAN *plan, FTSENT *entry, FILE *fout)
usr.bin/grep/util.c
129
FTSENT *p;
usr.bin/gzip/gzip.c
1982
FTSENT *entry;
usr.sbin/certctl/certctl.c
385
FTSENT *ent;
usr.sbin/chown/chown.c
294
print_info(const FTSENT *p, int vflag)
usr.sbin/chown/chown.c
55
static void print_info(const FTSENT *, int);
usr.sbin/chown/chown.c
74
FTSENT *p;
usr.sbin/ckdist/ckdist.c
92
FTSENT *f;
usr.sbin/kldxref/kldxref.c
749
compare(const FTSENT **a, const FTSENT **b)
usr.sbin/kldxref/kldxref.c
751
compare(const FTSENT *const *a, const FTSENT *const *b)
usr.sbin/kldxref/kldxref.c
766
FTSENT *p;
usr.sbin/setfmac/setfmac.c
393
apply_specs(struct label_specs *specs, FTSENT *ftsent, int hflag, int vflag)
usr.sbin/setfmac/setfmac.c
75
int apply_specs(struct label_specs *, FTSENT *, int, int);
usr.sbin/setfmac/setfmac.c
83
FTSENT *ftsent;