Home
last modified time | relevance | path

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

123

/freebsd/bin/ls/
H A Dextern.h34 int acccmp(const FTSENT *, const FTSENT *);
35 int revacccmp(const FTSENT *, const FTSENT *);
36 int birthcmp(const FTSENT *, const FTSENT *);
37 int revbirthcmp(const FTSENT *, const FTSENT *);
38 int modcmp(const FTSENT *, const FTSENT *);
39 int revmodcmp(const FTSENT *, const FTSENT *);
40 int namecmp(const FTSENT *, const FTSENT *);
41 int revnamecmp(const FTSENT *, const FTSENT *);
42 int verscmp(const FTSENT *, const FTSENT *);
43 int revverscmp(const FTSENT *, const FTSENT *);
[all …]
H A Dcmp.c45 namecmp(const FTSENT *a, const FTSENT *b) in namecmp()
52 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp()
59 verscmp(const FTSENT *a, const FTSENT *b) in verscmp()
66 revverscmp(const FTSENT *a, const FTSENT *b) in revverscmp()
73 modcmp(const FTSENT *a, const FTSENT *b) in modcmp()
95 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp()
102 acccmp(const FTSENT *a, const FTSENT *b) in acccmp()
124 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp()
131 birthcmp(const FTSENT *a, const FTSENT *b) in birthcmp()
153 revbirthcmp(const FTSENT *a, const FTSENT *b) in revbirthcmp()
[all …]
H A Dls.c86 static void display(const FTSENT *, FTSENT *, int);
87 static int mastercmp(const FTSENT * const *, const FTSENT * const *);
111 static int (*sortfcn)(const FTSENT *, const FTSENT *);
654 FTSENT *p, *chp; in traverse()
729 display(const FTSENT *p, FTSENT *list, int options) in display()
733 FTSENT *cur; in display()
1027 mastercmp(const FTSENT * const *a, const FTSENT * const *b) in mastercmp()
H A Dls.h67 FTSENT *list;
/freebsd/contrib/mandoc/
H A Dcompat_fts.c48 static FTSENT *fts_alloc(FTS *, const char *, size_t);
49 static FTSENT *fts_build(FTS *);
50 static void fts_lfree(FTSENT *);
51 static void fts_load(FTS *, FTSENT *);
53 static void fts_padjust(FTS *, FTSENT *);
55 static FTSENT *fts_sort(FTS *, FTSENT *, int);
56 static unsigned short fts_stat(FTS *, FTSENT *);
71 int (*compar)(const FTSENT **, const FTSENT **)) in fts_open() argument
74 FTSENT *p, *root; in fts_open()
76 FTSENT *parent, *prev; in fts_open()
[all …]
H A Dtest-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()
H A Dcompat_fts.h97 } FTSENT; typedef
102 int (*)(const FTSENT **, const FTSENT **));
103 FTSENT *fts_read(FTS *);
104 int fts_set(FTS *, FTSENT *, int);
/freebsd/lib/libc/gen/
H A Dfts-compat.c53 FTSENT *__fts_children_44bsd(FTS *, int);
56 FTS *__fts_get_stream_44bsd(FTSENT *);
58 int (*)(const FTSENT * const *, const FTSENT * const *));
59 FTSENT *__fts_read_44bsd(FTS *);
60 int __fts_set_44bsd(FTS *, FTSENT *, int);
63 static FTSENT *fts_alloc(FTS *, char *, int);
64 static FTSENT *fts_build(FTS *, int);
65 static void fts_lfree(FTSENT *);
66 static void fts_load(FTS *, FTSENT *);
68 static void fts_padjust(FTS *, FTSENT *);
[all …]
H A Dfts.c51 static FTSENT *fts_alloc(FTS *, char *, size_t);
52 static FTSENT *fts_build(FTS *, int);
53 static void fts_lfree(FTSENT *);
54 static void fts_load(FTS *, FTSENT *);
56 static void fts_padjust(FTS *, FTSENT *);
58 static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
59 static int fts_stat(FTS *, FTSENT *, int, int);
60 static int fts_safe_changedir(FTS *, FTSENT *, int, char *);
61 static int fts_ufslinks(FTS *, const FTSENT *);
107 int (*compar)(const FTSENT * const *, const FTSENT * const *)) in fts_open()
[all …]
H A Dftw.c34 FTSENT *cur; in ftw()
/freebsd/include/
H A Dfts.h117 } FTSENT; typedef
122 FTSENT *fts_children(FTS *, int);
126 FTS *fts_get_stream(FTSENT *);
129 int (*)(const FTSENT * const *, const FTSENT * const *));
130 FTSENT *fts_read(FTS *);
131 int fts_set(FTS *, FTSENT *, int);
/freebsd/usr.bin/find/
H A Dfunction.c247 f_Xmin(PLAN *plan, FTSENT *entry) in f_Xmin()
294 f_Xtime(PLAN *plan, FTSENT *entry) in f_Xtime()
367 f_acl(PLAN *plan __unused, FTSENT *entry) in f_acl()
426 f_delete(PLAN *plan __unused, FTSENT *entry) in f_delete()
496 f_always_true(PLAN *plan __unused, FTSENT *entry __unused) in f_always_true()
510 f_depth(PLAN *plan, FTSENT *entry) in f_depth()
556 f_empty(PLAN *plan __unused, FTSENT *entry) in f_empty()
607 f_exec(PLAN *plan, FTSENT *entry) in f_exec()
810 f_flags(PLAN *plan, FTSENT *entry) in f_flags()
876 f_fstype(PLAN *plan, FTSENT *entry) in f_fstype()
[all …]
H A Dfind.c48 static int find_compare(const FTSENT * const *s1, const FTSENT * const *s2);
57 find_compare(const FTSENT * const *s1, const FTSENT * const *s2) in find_compare()
168 FTSENT *entry; in find_execute()
/freebsd/contrib/mtree/
H A Dcreate.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()
184 statf(FILE *fp, int indent, FTSENT *p) in statf()
334 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, in statd()
337 FTSENT *p; in statd()
453 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b) in dcmp()
H A Dextern.h64 int compare(NODE *, FTSENT *);
/freebsd/bin/cp/
H A Dextern.h44 int copy_file(const FTSENT *, int);
45 int copy_link(const FTSENT *, int);
/freebsd/bin/chmod/
H A Dchmod.c49 static int may_have_nfs4acl(const FTSENT *ent, int hflag);
62 FTSENT *p; in main()
227 may_have_nfs4acl(const FTSENT *ent, int hflag) in may_have_nfs4acl()
/freebsd/usr.bin/du/
H A Ddu.c66 static int linkchk(FTSENT *);
71 static int ignorep(FTSENT *);
89 FTSENT *p; in main()
367 linkchk(FTSENT *p) in linkchk()
553 ignorep(FTSENT *ent) in ignorep()
/freebsd/usr.sbin/chown/
H A Dchown.c55 static void print_info(const FTSENT *, int);
74 FTSENT *p; in main()
294 print_info(const FTSENT *p, int vflag) in print_info()
/freebsd/usr.sbin/kldxref/
H A Dkldxref.c749 compare(const FTSENT **a, const FTSENT **b) in compare()
751 compare(const FTSENT *const *a, const FTSENT *const *b) in compare()
766 FTSENT *p; in main()
/freebsd/bin/setfacl/
H A Dsetfacl.c70 static int handle_file(FTS *ftsp, FTSENT *file);
171 handle_file(FTS *ftsp, FTSENT *file) in handle_file()
352 FTSENT *file; in main()
/freebsd/tools/test/stress2/testcases/fts/
H A Dfts.c59 FTSENT *p; in test()
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c75 int apply_specs(struct label_specs *, FTSENT *, int, int);
83 FTSENT *ftsent; in main()
393 apply_specs(struct label_specs *specs, FTSENT *ftsent, int hflag, int vflag) in apply_specs()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c78 FTSENT *ftse; in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Ddev.sh82 FTSENT *p;

123