Home
last modified time | relevance | path

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

12

/mirbsd/src/bin/ls/
Dextern.h37 int acccmp(const FTSENT *, const FTSENT *);
38 int revacccmp(const FTSENT *, const FTSENT *);
39 int modcmp(const FTSENT *, const FTSENT *);
40 int revmodcmp(const FTSENT *, const FTSENT *);
41 int namecmp(const FTSENT *, const FTSENT *);
42 int revnamecmp(const FTSENT *, const FTSENT *);
43 int statcmp(const FTSENT *, const FTSENT *);
44 int revstatcmp(const FTSENT *, const FTSENT *);
45 int sizecmp(const FTSENT *, const FTSENT *);
46 int revsizecmp(const FTSENT *, const FTSENT *);
Dcmp.c50 namecmp(const FTSENT *a, const FTSENT *b) in namecmp()
56 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp()
62 modcmp(const FTSENT *a, const FTSENT *b) in modcmp()
77 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp()
92 acccmp(const FTSENT *a, const FTSENT *b) in acccmp()
107 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp()
122 statcmp(const FTSENT *a, const FTSENT *b) in statcmp()
137 revstatcmp(const FTSENT *a, const FTSENT *b) in revstatcmp()
152 sizecmp(const FTSENT *a, const FTSENT *b) in sizecmp()
163 revsizecmp(const FTSENT *a, const FTSENT *b) in revsizecmp()
Dprint.c60 static int printaname(FTSENT *, u_long, u_long);
61 static void printlink(FTSENT *);
71 FTSENT *p; in printscol()
85 FTSENT *p; in printlong()
160 static FTSENT **array; in printcol()
162 FTSENT *p; in printcol()
173 FTSENT **a; in printcol()
175 if ((a = realloc(array, dp->entries * sizeof(FTSENT *))) == in printcol()
217 printaname(FTSENT *p, u_long inodefield, u_long sizefield) in printaname()
263 FTSENT *p; in printacol()
[all …]
Dls.c58 static void display(FTSENT *, FTSENT *);
59 static int mastercmp(const FTSENT **, const FTSENT **);
63 static int (*sortfcn)(const FTSENT *, const FTSENT *);
320 FTSENT *p, *chp; in traverse()
382 display(FTSENT *p, FTSENT *list) in display()
386 FTSENT *cur; in display()
543 mastercmp(const FTSENT **a, const FTSENT **b) in mastercmp()
Dls.h54 FTSENT *list;
/mirbsd/src/usr.bin/find/
Dfunction.c77 static PLAN *palloc(enum ntype, int (*)(PLAN *, FTSENT *));
79 static PLAN *palloc(enum ntype t, int (*f)(PLAN *, FTSENT *));
81 int f_amin(PLAN *, FTSENT *);
82 int f_atime(PLAN *, FTSENT *);
83 int f_cmin(PLAN *, FTSENT *);
84 int f_ctime(PLAN *, FTSENT *);
85 int f_always_true(PLAN *, FTSENT *);
86 int f_empty(PLAN *, FTSENT *);
87 int f_exec(PLAN *, FTSENT *);
88 int f_execdir(PLAN *, FTSENT *);
[all …]
Dmisc.c141 extern FTSENT *entry; in show_path()
Dfind.c149 FTSENT *entry; /* shared with SIGINFO handler */
Dfind.h52 (struct _plandata *, FTSENT *);
Doperator.c79 extern int f_expr(PLAN *, FTSENT *); in yankexpr()
/mirbsd/src/lib/libc/gen/
Dfts.c44 static FTSENT *fts_alloc(FTS *, char *, size_t);
45 static FTSENT *fts_build(FTS *, int);
46 static void fts_lfree(FTSENT *);
47 static void fts_load(FTS *, FTSENT *);
49 static void fts_padjust(FTS *, FTSENT *);
51 static FTSENT *fts_sort(FTS *, FTSENT *, int);
52 static u_short fts_stat(FTS *, FTSENT *, int);
53 static int fts_safe_changedir(FTS *, FTSENT *, int, char *);
54 static int fts_ufslinks(FTS *, const FTSENT *);
99 int (*compar)(const FTSENT **, const FTSENT **)) in fts_open() argument
[all …]
Dftw.c38 FTSENT *cur; in ftw()
Dnftw.c39 FTSENT *cur; in nftw()
/mirbsd/src/include/
Dfts.h114 } FTSENT; typedef
119 FTSENT *fts_children(FTS *, int);
122 int (*)(const FTSENT **, const FTSENT **));
123 FTSENT *fts_read(FTS *);
124 int fts_set(FTS *, FTSENT *, int);
/mirbsd/src/usr.sbin/mtree/
Dcreate.c70 static int statd(FTS *, FTSENT *, uid_t *, gid_t *, mode_t *);
71 static void statf(int, FTSENT *);
77 FTSENT *p; in cwalk()
131 statf(int indent, FTSENT *p) in statf()
266 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode) in statd()
268 FTSENT *p; in statd()
357 dsort(const FTSENT **a, const FTSENT **b) in dsort()
Dverify.c78 FTSENT *p; in vwalk()
Dcompare.c81 compare(char *name, NODE *s, FTSENT *p) in compare()
/mirbsd/src/bin/cp/
Dcp.c86 int mastercmp(const FTSENT **, const FTSENT **);
265 FTSENT *curr; in copy()
465 mastercmp(const FTSENT **a, const FTSENT **b) in mastercmp()
Dextern.h50 int copy_file(FTSENT *, int);
51 int copy_link(FTSENT *, int);
Dutils.c58 copy_file(FTSENT *entp, int dne) in copy_file()
186 copy_link(FTSENT *p, int exists) in copy_link()
/mirbsd/src/usr.bin/du/
Ddu.c65 int linkchk(FTSENT *);
73 FTSENT *p; in main()
244 linkchk(FTSENT *p) in linkchk()
/mirbsd/src/bin/rm/
Drm.c170 FTSENT *p; in rm_tree()
189 (int (*)(const FTSENT **, const FTSENT **))NULL))) in rm_tree()
/mirbsd/src/usr.sbin/makefs/nbsrc/usr.sbin/mtree/
Dextern.h62 int compare(NODE *, FTSENT *);
/mirbsd/src/bin/pax/
Dftree.c73 static FTSENT *ftent = NULL; /* current file tree entry */
/mirbsd/src/bin/chmod/
Dchmod.c67 FTSENT *p; in main()

12