Home
last modified time | relevance | path

Searched refs:FTSENT (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-11-stable/bin/ls/
HDextern.h33 int acccmp(const FTSENT *, const FTSENT *);
34 int revacccmp(const FTSENT *, const FTSENT *);
35 int birthcmp(const FTSENT *, const FTSENT *);
36 int revbirthcmp(const FTSENT *, const FTSENT *);
37 int modcmp(const FTSENT *, const FTSENT *);
38 int revmodcmp(const FTSENT *, const FTSENT *);
39 int namecmp(const FTSENT *, const FTSENT *);
40 int revnamecmp(const FTSENT *, const FTSENT *);
41 int statcmp(const FTSENT *, const FTSENT *);
42 int revstatcmp(const FTSENT *, const FTSENT *);
[all …]
HDcmp.c52 namecmp(const FTSENT *a, const FTSENT *b) in namecmp()
59 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp()
66 modcmp(const FTSENT *a, const FTSENT *b) in modcmp()
88 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp()
95 acccmp(const FTSENT *a, const FTSENT *b) in acccmp()
117 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp()
124 birthcmp(const FTSENT *a, const FTSENT *b) in birthcmp()
146 revbirthcmp(const FTSENT *a, const FTSENT *b) in revbirthcmp()
153 statcmp(const FTSENT *a, const FTSENT *b) in statcmp()
175 revstatcmp(const FTSENT *a, const FTSENT *b) in revstatcmp()
[all …]
HDls.c96 static void display(const FTSENT *, FTSENT *, int);
97 static int mastercmp(const FTSENT * const *, const FTSENT * const *);
101 static int (*sortfcn)(const FTSENT *, const FTSENT *);
516 FTSENT *p, *chp; in traverse()
598 display(const FTSENT *p, FTSENT *list, int options) in display()
602 FTSENT *cur; in display()
911 mastercmp(const FTSENT * const *a, const FTSENT * const *b) in mastercmp()
HDprint.c68 static int printaname(const FTSENT *, u_long, u_long);
70 static void printlink(const FTSENT *);
78 static void aclmode(char *, const FTSENT *);
116 FTSENT *p; in printscol()
228 FTSENT *p; in printlong()
331 FTSENT *p; in printstream()
360 static FTSENT **array; in printcol()
362 FTSENT *p; in printcol()
363 FTSENT **narray; in printcol()
387 realloc(array, dp->entries * sizeof(FTSENT *))) == NULL) { in printcol()
[all …]
HDls.h70 FTSENT *list;
/freebsd-11-stable/contrib/mdocml/
HDcompat_fts.c55 static FTSENT *fts_alloc(FTS *, const char *, size_t);
56 static FTSENT *fts_build(FTS *);
57 static void fts_lfree(FTSENT *);
58 static void fts_load(FTS *, FTSENT *);
60 static void fts_padjust(FTS *, FTSENT *);
62 static FTSENT *fts_sort(FTS *, FTSENT *, int);
63 static unsigned short fts_stat(FTS *, FTSENT *);
76 int (*compar)(const FTSENT **, const FTSENT **)) in fts_open() argument
79 FTSENT *p, *root; in fts_open()
81 FTSENT *parent, *prev; in fts_open()
[all …]
HDtest-fts.c8 int fts_compare(const FTSENT *const *, const FTSENT *const *);
10 int fts_compare(const FTSENT **, const FTSENT **);
18 FTSENT *entry; in main()
53 fts_compare(const FTSENT *const *a, const FTSENT *const *b) in fts_compare()
55 fts_compare(const FTSENT **a, const FTSENT **b) in fts_compare()
HDcompat_fts.h96 } FTSENT; typedef
101 int (*)(const FTSENT **, const FTSENT **));
102 FTSENT *fts_read(FTS *);
103 int fts_set(FTS *, FTSENT *, int);
HDmandocdb.c125 static int fts_compare(const FTSENT *const *, const FTSENT *const *);
127 static int fts_compare(const FTSENT **, const FTSENT **);
555 fts_compare(const FTSENT *const *a, const FTSENT *const *b) in fts_compare()
557 fts_compare(const FTSENT **a, const FTSENT **b) in fts_compare()
582 FTSENT *ff; in treescan()
/freebsd-11-stable/lib/libc/gen/
HDfts-compat.c57 FTSENT *__fts_children_44bsd(FTS *, int);
60 FTS *__fts_get_stream_44bsd(FTSENT *);
62 int (*)(const FTSENT * const *, const FTSENT * const *));
63 FTSENT *__fts_read_44bsd(FTS *);
64 int __fts_set_44bsd(FTS *, FTSENT *, int);
67 static FTSENT *fts_alloc(FTS *, char *, int);
68 static FTSENT *fts_build(FTS *, int);
69 static void fts_lfree(FTSENT *);
70 static void fts_load(FTS *, FTSENT *);
72 static void fts_padjust(FTS *, FTSENT *);
[all …]
HDfts.c57 static FTSENT *fts_alloc(FTS *, char *, size_t);
58 static FTSENT *fts_build(FTS *, int);
59 static void fts_lfree(FTSENT *);
60 static void fts_load(FTS *, FTSENT *);
62 static void fts_padjust(FTS *, FTSENT *);
64 static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
65 static int fts_stat(FTS *, FTSENT *, int, int);
66 static int fts_safe_changedir(FTS *, FTSENT *, int, char *);
67 static int fts_ufslinks(FTS *, const FTSENT *);
113 int (*compar)(const FTSENT * const *, const FTSENT * const *)) in fts_open()
[all …]
HDftw.c37 FTSENT *cur; in ftw()
/freebsd-11-stable/include/
HDfts.h118 } FTSENT; typedef
123 FTSENT *fts_children(FTS *, int);
127 FTS *fts_get_stream(FTSENT *);
130 int (*)(const FTSENT * const *, const FTSENT * const *));
131 FTSENT *fts_read(FTS *);
132 int fts_set(FTS *, FTSENT *, int);
/freebsd-11-stable/usr.bin/find/
HDfunction.c254 f_Xmin(PLAN *plan, FTSENT *entry) in f_Xmin()
299 f_Xtime(PLAN *plan, FTSENT *entry) in f_Xtime()
369 f_acl(PLAN *plan __unused, FTSENT *entry) in f_acl()
427 f_delete(PLAN *plan __unused, FTSENT *entry) in f_delete()
495 f_always_true(PLAN *plan __unused, FTSENT *entry __unused) in f_always_true()
509 f_depth(PLAN *plan, FTSENT *entry) in f_depth()
555 f_empty(PLAN *plan __unused, FTSENT *entry) in f_empty()
606 f_exec(PLAN *plan, FTSENT *entry) in f_exec()
808 f_flags(PLAN *plan, FTSENT *entry) in f_flags()
872 f_fstype(PLAN *plan, FTSENT *entry) in f_fstype()
[all …]
HDfind.c56 static int find_compare(const FTSENT * const *s1, const FTSENT * const *s2);
65 find_compare(const FTSENT * const *s1, const FTSENT * const *s2) in find_compare()
176 FTSENT *entry; in find_execute()
/freebsd-11-stable/usr.sbin/ctm/ctm_dequeue/
HDctm_dequeue.c58 int fts_sort(const FTSENT * const *, const FTSENT * const *);
70 FTSENT *ftsent; in main()
161 fts_sort(const FTSENT * const * a, const FTSENT * const * b) in fts_sort()
/freebsd-11-stable/usr.sbin/fmtree/
HDcreate.c75 static int dsort(const FTSENT * const *, const FTSENT * const *);
77 static int statd(FTS *, FTSENT *, uid_t *, gid_t *, mode_t *, u_long *);
78 static void statf(int, FTSENT *);
84 FTSENT *p; in cwalk()
146 statf(int indent, FTSENT *p) in statf()
284 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, u_long *pflags) in statd()
286 FTSENT *p; in statd()
403 dsort(const FTSENT * const *a, const FTSENT * const *b) in dsort()
HDverify.c68 nsort(const FTSENT * const *a, const FTSENT * const *b) in nsort()
77 FTSENT *p; in vwalk()
HDextern.h35 int compare(char *, NODE *, FTSENT *);
/freebsd-11-stable/contrib/mtree/
HDcreate.c93 static int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
96 static int statd(FILE *, FTS *, FTSENT *, uid_t *, gid_t *, mode_t *,
98 static void statf(FILE *, int, FTSENT *);
104 FTSENT *p; in cwalk()
182 statf(FILE *fp, int indent, FTSENT *p) in statf()
332 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, in statd()
335 FTSENT *p; in statd()
451 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b) in dcmp()
HDextern.h64 int compare(NODE *, FTSENT *);
/freebsd-11-stable/bin/cp/
HDextern.h45 int copy_file(const FTSENT *, int);
46 int copy_link(const FTSENT *, int);
/freebsd-11-stable/bin/chmod/
HDchmod.c58 static int may_have_nfs4acl(const FTSENT *ent, int hflag);
64 FTSENT *p; in main()
226 may_have_nfs4acl(const FTSENT *ent, int hflag) in may_have_nfs4acl()
/freebsd-11-stable/usr.bin/du/
HDdu.c75 static int linkchk(FTSENT *);
80 static int ignorep(FTSENT *);
98 FTSENT *p; in main()
358 linkchk(FTSENT *p) in linkchk()
544 ignorep(FTSENT *ent) in ignorep()
/freebsd-11-stable/usr.sbin/setfmac/
HDsetfmac.c77 int apply_specs(struct label_specs *, FTSENT *, int, int);
85 FTSENT *ftsent; in main()
393 apply_specs(struct label_specs *specs, FTSENT *ftsent, int hflag, int vflag) in apply_specs()

12