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

12

/freebsd-9.3-release/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.h67 FTSENT *list;
H A Dprint.c65 static int printaname(const FTSENT *, u_long, u_long);
67 static void printlink(const FTSENT *);
75 static void aclmode(char *, const FTSENT *);
110 FTSENT *p;
138 FTSENT *p;
202 FTSENT *p;
227 static FTSENT **array;
229 FTSENT *p;
230 FTSENT **narray;
254 realloc(array, dp->entries * sizeof(FTSENT *)))
[all...]
H A Dls.c95 static void display(const FTSENT *, FTSENT *, int);
96 static int mastercmp(const FTSENT * const *, const FTSENT * const *);
100 static int (*sortfcn)(const FTSENT *, const FTSENT *);
496 FTSENT *p, *chp;
563 * Display() takes a linked list of FTSENT structures and passes the list
568 display(const FTSENT *p, FTSENT *lis
[all...]
/freebsd-9.3-release/bin/cp/
H A Dextern.h45 int copy_file(const FTSENT *, int);
46 int copy_link(const FTSENT *, int);
H A Dcp.c93 static int mastercmp(const FTSENT * const *, const FTSENT * const *);
264 FTSENT *curr;
500 mastercmp(const FTSENT * const *a, const FTSENT * const *b)
/freebsd-9.3-release/include/
H A Dfts.h100 int fts_info; /* user status for FTSENT structure */
105 unsigned fts_flags; /* private flags for FTSENT structure */
116 } FTSENT; typedef in typeref:struct:_ftsent
121 FTSENT *fts_children(FTS *, int);
125 FTS *fts_get_stream(FTSENT *);
128 int (*)(const FTSENT * const *, const FTSENT * const *));
129 FTSENT *fts_read(FTS *);
130 int fts_set(FTS *, FTSENT *, int);
/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.c55 FTSENT *__fts_children_44bsd(FTS *, int);
58 FTS *__fts_get_stream_44bsd(FTSENT *);
60 int (*)(const FTSENT * const *, const FTSENT * const *));
61 FTSENT *__fts_read_44bsd(FTS *);
62 int __fts_set_44bsd(FTS *, FTSENT *, int);
65 static FTSENT *fts_alloc(FTS *, char *, int);
66 static FTSENT *fts_build(FTS *, int);
67 static void fts_lfree(FTSENT *);
68 static void fts_load(FTS *, FTSENT *);
[all...]
H A Dfts.c55 static FTSENT *fts_alloc(FTS *, char *, size_t);
56 static FTSENT *fts_build(FTS *, int);
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 *, size_t);
63 static int fts_stat(FTS *, FTSENT *, int);
64 static int fts_safe_changedir(FTS *, FTSENT *, int, char *);
65 static int fts_ufslinks(FTS *, const FTSENT *);
[all...]
H A Dfts-compat.h111 u_short fts_info; /* user flags for FTSENT structure */
116 u_short fts_flags; /* private flags for FTSENT structure */
127 } FTSENT; typedef in typeref:struct:_ftsent
H A Dftw.c37 FTSENT *cur;
H A Dnftw.c44 FTSENT *cur;
/freebsd-9.3-release/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)
486 f_always_true(PLAN *plan __unused, FTSENT *entry __unused)
500 f_depth(PLAN *plan, FTSENT *entry)
546 f_empty(PLAN *plan __unused, FTSENT *entry)
597 f_exec(PLAN *plan, FTSENT *entry)
781 f_flags(PLAN *plan, FTSENT *entry)
845 f_fstype(PLAN *plan, FTSENT *entr
[all...]
/freebsd-9.3-release/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c56 int fts_sort(const FTSENT * const *, const FTSENT * const *);
68 FTSENT *ftsent;
159 fts_sort(const FTSENT * const * a, const FTSENT * const * b)
/freebsd-9.3-release/usr.sbin/mtree/
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)
283 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, u_long *pflags)
285 FTSENT *p;
402 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-9.3-release/contrib/mtree/
H A Dextern.h63 int compare(NODE *, FTSENT *);
H A Dcreate.c92 static int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
95 static int statd(FTS *, FTSENT *, uid_t *, gid_t *, mode_t *, u_long *);
96 static void statf(int, FTSENT *);
102 FTSENT *p;
176 statf(int indent, FTSENT *p)
322 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode,
325 FTSENT *p;
441 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONS
[all...]
/freebsd-9.3-release/bin/chmod/
H A Dchmod.c57 static int may_have_nfs4acl(const FTSENT *ent, int hflag);
63 FTSENT *p;
227 may_have_nfs4acl(const FTSENT *ent, int hflag)
/freebsd-9.3-release/usr.sbin/kldxref/
H A Dkldxref.c278 compare(const FTSENT *const *a, const FTSENT *const *b)
291 FTSENT *p;
/freebsd-9.3-release/usr.bin/du/
H A Ddu.c70 static int linkchk(FTSENT *);
75 static int ignorep(FTSENT *);
87 FTSENT *p;
352 linkchk(FTSENT *p)
538 ignorep(FTSENT *ent)
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmatch.c44 static int fname_cmp(const FTSENT * const *, const FTSENT * const *);
65 FTSENT *f;
600 fname_cmp(const FTSENT * const *a, const FTSENT * const *b)

Completed in 107 milliseconds

12