Searched refs:FTSENT (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/bin/ls/
H A Dextern.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 *);
[all...]
H A Dcmp.c52 namecmp(const FTSENT *a, const FTSENT *b)
59 revnamecmp(const FTSENT *a, const FTSENT *b)
66 modcmp(const FTSENT *a, const FTSENT *b)
88 revmodcmp(const FTSENT *a, const FTSENT *b)
95 acccmp(const FTSENT *a, const FTSENT *
[all...]
H A Dls.h70 FTSENT *list;
H A Dprint.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;
228 FTSENT *p;
331 FTSENT *p;
360 static FTSENT **array;
362 FTSENT *p;
363 FTSENT **narray;
387 realloc(array, dp->entries * sizeof(FTSENT *)))
[all...]
H A Dls.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;
593 * Display() takes a linked list of FTSENT structures and passes the list
598 display(const FTSENT *p, FTSENT *lis
[all...]
/freebsd-11-stable/contrib/mdocml/
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;
53 fts_compare(const FTSENT *const *a, const FTSENT *const *b)
55 fts_compare(const FTSENT **a, const FTSENT **b)
H A Dcompat_fts.h88 unsigned short fts_info; /* user flags for FTSENT structure */
96 } FTSENT; typedef in typeref:struct:_ftsent
101 int (*)(const FTSENT **, const FTSENT **));
102 FTSENT *fts_read(FTS *);
103 int fts_set(FTS *, FTSENT *, int);
H A Dcompat_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 **))
[all...]
/freebsd-11-stable/bin/cp/
H A Dextern.h45 int copy_file(const FTSENT *, int);
46 int copy_link(const FTSENT *, int);
/freebsd-11-stable/include/
H A Dfts.h102 int fts_info; /* user status for FTSENT structure */
107 unsigned fts_flags; /* private flags for FTSENT structure */
118 } FTSENT; typedef in typeref:struct:_ftsent
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/lib/libc/gen/
H A Dfts-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 *);
[all...]
H A Dfts.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 *);
[all...]
H A Dfts-compat.h107 u_short fts_info; /* user flags for FTSENT structure */
112 u_short fts_flags; /* private flags for FTSENT structure */
123 } FTSENT; typedef in typeref:struct:_ftsent
H A Dftw.c37 FTSENT *cur;
H A Dnftw.c38 FTSENT *cur;
/freebsd-11-stable/usr.bin/find/
H A Dfind.c56 static int find_compare(const FTSENT * const *s1, const FTSENT * const *s2);
65 find_compare(const FTSENT * const *s1, const FTSENT * const *s2)
171 * over all FTSENT's returned for the given search paths.
176 FTSENT *entry;
H A Dfunction.c254 f_Xmin(PLAN *plan, FTSENT *entry)
299 f_Xtime(PLAN *plan, FTSENT *entry)
369 f_acl(PLAN *plan __unused, FTSENT *entry)
427 f_delete(PLAN *plan __unused, FTSENT *entry)
495 f_always_true(PLAN *plan __unused, FTSENT *entry __unused)
509 f_depth(PLAN *plan, FTSENT *entry)
555 f_empty(PLAN *plan __unused, FTSENT *entry)
606 f_exec(PLAN *plan, FTSENT *entry)
808 f_flags(PLAN *plan, FTSENT *entry)
872 f_fstype(PLAN *plan, FTSENT *entr
[all...]
/freebsd-11-stable/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c58 int fts_sort(const FTSENT * const *, const FTSENT * const *);
70 FTSENT *ftsent;
161 fts_sort(const FTSENT * const * a, const FTSENT * const * b)
/freebsd-11-stable/usr.sbin/fmtree/
H A Dextern.h35 int compare(char *, NODE *, FTSENT *);
H A Dcreate.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;
146 statf(int indent, FTSENT *p)
284 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, u_long *pflags)
286 FTSENT *p;
403 dsort(const FTSENT * const *a, const FTSENT * cons
[all...]
H A Dverify.c68 nsort(const FTSENT * const *a, const FTSENT * const *b)
77 FTSENT *p;
/freebsd-11-stable/bin/chmod/
H A Dchmod.c58 static int may_have_nfs4acl(const FTSENT *ent, int hflag);
64 FTSENT *p;
226 may_have_nfs4acl(const FTSENT *ent, int hflag)
/freebsd-11-stable/contrib/mtree/
H A Dextern.h64 int compare(NODE *, FTSENT *);
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;
182 statf(FILE *fp, int indent, FTSENT *p)
332 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode,
335 FTSENT *p;
451 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONS
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c78 FTSENT *ftse;

Completed in 301 milliseconds

12