Symbol: FTSENT
bin/chmod/chmod.c
53
FTSENT *p;
bin/cp/cp.c
262
FTSENT *curr;
bin/cp/cp.c
495
mastercmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b)
bin/cp/cp.c
85
static int mastercmp (const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
bin/cp/extern.h
45
int copy_file(const FTSENT *, int);
bin/cp/extern.h
46
int copy_link(const FTSENT *, int);
bin/cp/utils.c
227
copy_link(const FTSENT *p, int exists)
bin/cp/utils.c
53
copy_file(const FTSENT *entp, int dne)
bin/ls/cmp.c
100
revacccmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
106
sizecmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
118
revsizecmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
124
statcmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
142
revstatcmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
46
namecmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
52
revnamecmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
58
modcmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
76
revmodcmp(const FTSENT *a, const FTSENT *b)
bin/ls/cmp.c
82
acccmp(const FTSENT *a, const FTSENT *b)
bin/ls/extern.h
33
int acccmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
34
int revacccmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
35
int modcmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
36
int revmodcmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
37
int namecmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
38
int revnamecmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
39
int sizecmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
40
int revsizecmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
41
int statcmp(const FTSENT *, const FTSENT *);
bin/ls/extern.h
42
int revstatcmp(const FTSENT *, const FTSENT *);
bin/ls/ls.c
461
FTSENT *p, *chp;
bin/ls/ls.c
537
display(const FTSENT *p, FTSENT *list)
bin/ls/ls.c
541
FTSENT *cur;
bin/ls/ls.c
780
mastercmp(const FTSENT * const *a, const FTSENT * const *b)
bin/ls/ls.c
84
static void display(const FTSENT *, FTSENT *);
bin/ls/ls.c
85
static int mastercmp(const FTSENT * const *, const FTSENT * const *);
bin/ls/ls.c
89
static int (*sortfcn)(const FTSENT *, const FTSENT *);
bin/ls/ls.h
62
FTSENT *list;
bin/ls/print.c
102
FTSENT *p;
bin/ls/print.c
130
FTSENT *p;
bin/ls/print.c
193
FTSENT *p;
bin/ls/print.c
218
static FTSENT **array;
bin/ls/print.c
220
FTSENT *p;
bin/ls/print.c
221
FTSENT **narray;
bin/ls/print.c
246
realloc(array, dp->entries * sizeof(FTSENT *))) == NULL) {
bin/ls/print.c
315
printaname(const FTSENT *p, u_long inodefield, u_long sizefield)
bin/ls/print.c
59
static int printaname(const FTSENT *, u_long, u_long);
bin/ls/print.c
596
printlink(const FTSENT *p)
bin/ls/print.c
60
static void printlink(const FTSENT *);
bin/pax/ftree.c
71
static FTSENT *ftent = NULL; /* current file tree entry */
bin/rm/rm.c
186
FTSENT *p;
include/fts.h
122
FTSENT *fts_children(FTS *, int);
include/fts.h
126
FTS *fts_get_stream(FTSENT *);
include/fts.h
129
int (*)(const FTSENT * const *, const FTSENT * const *));
include/fts.h
130
FTSENT *fts_read(FTS *);
include/fts.h
131
int fts_set(FTS *, FTSENT *, int);
lib/libc/gen/fts.c
1024
fts_lfree(FTSENT *head)
lib/libc/gen/fts.c
1026
FTSENT *p;
lib/libc/gen/fts.c
104
int (*compar)(const FTSENT * const *, const FTSENT * const *))
lib/libc/gen/fts.c
1055
fts_padjust(FTS *sp, FTSENT *head)
lib/libc/gen/fts.c
1057
FTSENT *p;
lib/libc/gen/fts.c
108
FTSENT *p, *root;
lib/libc/gen/fts.c
109
FTSENT *parent, *tmp;
lib/libc/gen/fts.c
1095
fts_safe_changedir(FTS *sp, FTSENT *p, int fd, const char *path)
lib/libc/gen/fts.c
1127
fts_ufslinks(FTS *sp, const FTSENT *ent)
lib/libc/gen/fts.c
213
fts_load(FTS *sp, FTSENT *p)
lib/libc/gen/fts.c
239
FTSENT *freep, *p;
lib/libc/gen/fts.c
290
FTSENT *
lib/libc/gen/fts.c
293
FTSENT *p, *tmp;
lib/libc/gen/fts.c
48
static FTSENT *fts_alloc(FTS *, const char *, size_t);
lib/libc/gen/fts.c
485
fts_set(FTS *sp __unused, FTSENT *p, int instr)
lib/libc/gen/fts.c
49
static FTSENT *fts_build(FTS *, int);
lib/libc/gen/fts.c
496
FTSENT *
lib/libc/gen/fts.c
499
FTSENT *p;
lib/libc/gen/fts.c
50
static void fts_lfree(FTSENT *);
lib/libc/gen/fts.c
51
static void fts_load(FTS *, FTSENT *);
lib/libc/gen/fts.c
53
static void fts_padjust(FTS *, FTSENT *);
lib/libc/gen/fts.c
55
static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
lib/libc/gen/fts.c
56
static int fts_stat(FTS *, FTSENT *, int);
lib/libc/gen/fts.c
57
static int fts_safe_changedir(FTS *, FTSENT *, int, const char *);
lib/libc/gen/fts.c
58
static int fts_ufslinks(FTS *, const FTSENT *);
lib/libc/gen/fts.c
580
(fts_get_stream)(FTSENT *p)
lib/libc/gen/fts.c
606
static FTSENT *
lib/libc/gen/fts.c
610
FTSENT *p, *head;
lib/libc/gen/fts.c
611
FTSENT *cur, *tail;
lib/libc/gen/fts.c
853
fts_stat(FTS *sp, FTSENT *p, int follow)
lib/libc/gen/fts.c
855
FTSENT *t;
lib/libc/gen/fts.c
943
parent = (*(const FTSENT * const *)a)->fts_fts;
lib/libc/gen/fts.c
947
static FTSENT *
lib/libc/gen/fts.c
948
fts_sort(FTS *sp, FTSENT *head, size_t nitems)
lib/libc/gen/fts.c
950
FTSENT **ap, *p;
lib/libc/gen/fts.c
962
sp->fts_nitems * sizeof(FTSENT *))) == NULL) {
lib/libc/gen/fts.c
969
qsort(sp->fts_array, nitems, sizeof(FTSENT *), fts_compar);
lib/libc/gen/fts.c
976
static FTSENT *
lib/libc/gen/fts.c
979
FTSENT *p;
lib/libc/gen/fts.c
983
FTSENT ent;
lib/libc/gen/fts.c
994
len = sizeof(FTSENT) + namelen + 1;
lib/libc/gen/ftw.c
37
FTSENT *cur;
lib/libc/gen/nftw.c
37
FTSENT *cur;
sbin/vquota/vquota.c
265
FTSENT *p;
test/stress/stress2/testcases/fts/fts.c
59
FTSENT *p;
usr.bin/chflags/chflags.c
53
FTSENT *p;
usr.bin/dsynth/subs.c
961
FTSENT *fen;
usr.bin/du/du.c
314
linkchk(FTSENT *p)
usr.bin/du/du.c
494
ignorep(FTSENT *ent)
usr.bin/du/du.c
63
static int linkchk(FTSENT *);
usr.bin/du/du.c
68
int ignorep(FTSENT *);
usr.bin/du/du.c
87
FTSENT *p;
usr.bin/find/find.c
173
FTSENT *entry;
usr.bin/find/find.c
62
find_compare(const FTSENT *FTS_CONST *s1, const FTSENT *FTS_CONST *s2)
usr.bin/find/find.h
44
typedef int exec_f(struct _plandata *, FTSENT *);
usr.bin/find/function.c
1033
f_links(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1058
f_ls(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1080
f_name(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1115
f_newer(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1172
f_nogroup(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1192
f_nouser(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1212
f_path(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1228
f_perm(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1278
f_print(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1299
f_print0(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1314
f_prune(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1330
f_regex(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1410
f_size(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1475
f_sparse(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
1499
f_type(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1559
f_user(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1612
f_expr(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1630
f_openparen(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1636
f_closeparen(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1659
f_not(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1678
f_or(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
1702
f_false(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
1715
f_quit(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
247
f_Xmin(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
289
f_Xtime(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
357
f_delete(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
427
f_always_true(PLAN *plan __unused, FTSENT *entry __unused)
usr.bin/find/function.c
441
f_depth(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
487
f_empty(PLAN *plan __unused, FTSENT *entry)
usr.bin/find/function.c
538
f_exec(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
734
f_flags(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
804
f_fstype(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
926
f_group(PLAN *plan, FTSENT *entry)
usr.bin/find/function.c
984
f_inum(PLAN *plan, FTSENT *entry)
usr.bin/gzip/gzip.c
1811
FTSENT *entry;
usr.sbin/asf/asf.c
102
FTSENT *ftsent;
usr.sbin/chown/chown.c
65
FTSENT *p;
usr.sbin/ckdist/ckdist.c
94
FTSENT *f;
usr.sbin/mtree/compare.c
122
compare(NODE *s, FTSENT *p)
usr.sbin/mtree/create.c
164
dosum(FILE *fp, int indent, FTSENT *p, int *offset, int flag,
usr.sbin/mtree/create.c
217
statf(FILE *fp, int indent, FTSENT *p)
usr.sbin/mtree/create.c
319
statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode,
usr.sbin/mtree/create.c
322
FTSENT *p;
usr.sbin/mtree/create.c
440
dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b)
usr.sbin/mtree/create.c
75
static int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
usr.sbin/mtree/create.c
78
static int statd(FILE *, FTS *, FTSENT *, uid_t *, gid_t *, mode_t *,
usr.sbin/mtree/create.c
80
static void statf(FILE *, int, FTSENT *);
usr.sbin/mtree/create.c
86
FTSENT *p;
usr.sbin/mtree/extern.h
61
int compare(NODE *, FTSENT *);
usr.sbin/mtree/verify.c
66
FTSENT *p;