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

123

/freebsd-current/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 *);
[all...]
H A Dcmp.c45 namecmp(const FTSENT *a, const FTSENT *b)
52 revnamecmp(const FTSENT *a, const FTSENT *b)
59 verscmp(const FTSENT *a, const FTSENT *b)
66 revverscmp(const FTSENT *a, const FTSENT *b)
73 modcmp(const FTSENT *a, const FTSENT *
[all...]
H A Dls.h67 FTSENT *list;
H A Dprint.c61 static int printaname(const FTSENT *, u_long, u_long);
63 static void printlink(const FTSENT *);
73 static void aclmode(char *, const FTSENT *);
112 FTSENT *p;
204 FTSENT *p;
270 FTSENT *p;
295 static FTSENT **array;
297 FTSENT *p;
298 FTSENT **narray;
322 realloc(array, dp->entries * sizeof(FTSENT *)))
[all...]
H A Dls.c86 static void display(const FTSENT *, FTSENT *, int);
87 static int mastercmp(const FTSENT * const *, const FTSENT * const *);
99 static int (*sortfcn)(const FTSENT *, const FTSENT *);
632 FTSENT *p, *chp;
699 * Display() takes a linked list of FTSENT structures and passes the list
704 display(const FTSENT *p, FTSENT *lis
[all...]
/freebsd-current/contrib/mandoc/
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.h89 unsigned short fts_info; /* user flags for FTSENT structure */
97 } FTSENT; typedef in typeref:struct:_ftsent
102 int (*)(const FTSENT **, const FTSENT **));
103 FTSENT *fts_read(FTS *);
104 int fts_set(FTS *, FTSENT *, int);
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 **))
[all...]
/freebsd-current/bin/cp/
H A Dextern.h44 int copy_file(const FTSENT *, int);
45 int copy_link(const FTSENT *, int);
/freebsd-current/include/
H A Dfts.h101 int fts_info; /* user status for FTSENT structure */
106 unsigned fts_flags; /* private flags for FTSENT structure */
117 } FTSENT; typedef in typeref:struct:_ftsent
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-current/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 *);
[all...]
H A Dfts.c50 static FTSENT *fts_alloc(FTS *, char *, size_t);
51 static FTSENT *fts_build(FTS *, int);
52 static void fts_lfree(FTSENT *);
53 static void fts_load(FTS *, FTSENT *);
55 static void fts_padjust(FTS *, FTSENT *);
57 static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
58 static int fts_stat(FTS *, FTSENT *, int, int);
59 static int fts_safe_changedir(FTS *, FTSENT *, int, char *);
60 static int fts_ufslinks(FTS *, const FTSENT *);
[all...]
H A Dftw.c34 FTSENT *cur;
H A Dnftw.c35 FTSENT *cur;
H A Dfts-compat.h106 u_short fts_info; /* user flags for FTSENT structure */
111 u_short fts_flags; /* private flags for FTSENT structure */
122 } FTSENT; typedef in typeref:struct:_ftsent
/freebsd-current/usr.bin/find/
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)
163 * over all FTSENT's returned for the given search paths.
168 FTSENT *entry;
H A Dfunction.c247 f_Xmin(PLAN *plan, FTSENT *entry)
294 f_Xtime(PLAN *plan, FTSENT *entry)
367 f_acl(PLAN *plan __unused, FTSENT *entry)
426 f_delete(PLAN *plan __unused, FTSENT *entry)
496 f_always_true(PLAN *plan __unused, FTSENT *entry __unused)
510 f_depth(PLAN *plan, FTSENT *entry)
556 f_empty(PLAN *plan __unused, FTSENT *entry)
607 f_exec(PLAN *plan, FTSENT *entry)
810 f_flags(PLAN *plan, FTSENT *entry)
876 f_fstype(PLAN *plan, FTSENT *entr
[all...]
/freebsd-current/bin/chmod/
H A Dchmod.c49 static int may_have_nfs4acl(const FTSENT *ent, int hflag);
62 FTSENT *p;
227 may_have_nfs4acl(const FTSENT *ent, int hflag)
/freebsd-current/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;
184 statf(FILE *fp, int indent, FTSENT *p)
334 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode,
337 FTSENT *p;
453 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONS
[all...]
/freebsd-current/tools/test/stress2/testcases/fts/
H A Dfts.c59 FTSENT *p;
/freebsd-current/tools/test/stress2/misc/
H A Ddev.sh82 FTSENT *p;
H A Ddev2.sh92 FTSENT *p;
H A Dposix_openpt2.sh78 FTSENT *p;
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c78 FTSENT *ftse;

Completed in 281 milliseconds

123