Home
last modified time | relevance | path

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

12

/openbsd/bin/ls/
H A 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 *);
H A Dcmp.c46 namecmp(const FTSENT *a, const FTSENT *b) in namecmp()
52 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp()
58 modcmp(const FTSENT *a, const FTSENT *b) in modcmp()
73 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp()
88 acccmp(const FTSENT *a, const FTSENT *b) in acccmp()
103 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp()
118 statcmp(const FTSENT *a, const FTSENT *b) in statcmp()
133 revstatcmp(const FTSENT *a, const FTSENT *b) in revstatcmp()
148 sizecmp(const FTSENT *a, const FTSENT *b) in sizecmp()
159 revsizecmp(const FTSENT *a, const FTSENT *b) in revsizecmp()
H A Dprint.c55 static int printaname(FTSENT *, int, int);
56 static void printlink(FTSENT *);
72 FTSENT *p; in printscol()
86 FTSENT *p; in printlong()
163 static FTSENT **array; in printcol()
165 FTSENT *p; in printcol()
176 FTSENT **a; in printcol()
221 printaname(FTSENT *p, int inodefield, int sizefield) in printaname()
272 FTSENT *p; in printacol()
303 FTSENT *p; in printstream()
[all …]
H A Dls.c57 static void display(FTSENT *, FTSENT *);
58 static int mastercmp(const FTSENT **, const FTSENT **);
62 static int (*sortfcn)(const FTSENT *, const FTSENT *);
351 FTSENT *p, *chp; in traverse()
428 display(FTSENT *p, FTSENT *list) in display()
432 FTSENT *cur; in display()
600 mastercmp(const FTSENT **a, const FTSENT **b) in mastercmp()
H A Dls.h56 FTSENT *list;
/openbsd/usr.bin/find/
H A Dfunction.c75 int f_amin(PLAN *, FTSENT *);
77 int f_cmin(PLAN *, FTSENT *);
81 int f_exec(PLAN *, FTSENT *);
86 int f_inum(PLAN *, FTSENT *);
89 int f_ls(PLAN *, FTSENT *);
93 int f_mmin(PLAN *, FTSENT *);
94 int f_name(PLAN *, FTSENT *);
101 int f_path(PLAN *, FTSENT *);
102 int f_perm(PLAN *, FTSENT *);
110 int f_not(PLAN *, FTSENT *);
[all …]
H A Dmisc.c149 extern FTSENT *entry; in show_path()
H A Dfind.h52 (struct _plandata *, FTSENT *);
H A Dfind.c148 FTSENT *entry; /* shared with SIGINFO handler */
H A Doperator.c74 extern int f_expr(PLAN *, FTSENT *); in yankexpr()
/openbsd/lib/libc/gen/
H A Dfts.c53 static FTSENT *fts_sort(FTS *, FTSENT *, int);
72 int (*compar)(const FTSENT **, const FTSENT **)) in fts_open() argument
75 FTSENT *p, *root; in fts_open()
254 FTSENT *
463 FTSENT *
466 FTSENT *p; in fts_children()
546 static FTSENT *
796 FTSENT *t; in fts_stat()
906 FTSENT *p; in fts_alloc()
936 FTSENT *p; in fts_lfree()
[all …]
H A Dftw.c35 FTSENT *cur; in ftw()
H A Dnftw.c35 FTSENT *cur; in nftw()
/openbsd/include/
H A Dfts.h114 } FTSENT; typedef
117 FTSENT *fts_children(FTS *, int);
120 int (*)(const FTSENT **, const FTSENT **));
121 FTSENT *fts_read(FTS *);
122 int fts_set(FTS *, FTSENT *, int);
/openbsd/usr.sbin/mtree/
H A Dcreate.c68 static int statd(FTS *, FTSENT *, uid_t *, gid_t *, mode_t *);
69 static void statf(int, FTSENT *);
75 FTSENT *p; in cwalk()
128 statf(int indent, FTSENT *p) in statf()
268 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode) in statd()
270 FTSENT *p; in statd()
358 dsort(const FTSENT **a, const FTSENT **b) in dsort()
H A Dverify.c70 FTSENT *p; in vwalk()
/openbsd/bin/cp/
H A Dextern.h49 int copy_file(FTSENT *, int);
50 int copy_link(FTSENT *, int);
H A Dutils.c55 copy_file(FTSENT *entp, int exists) in copy_file()
200 copy_link(FTSENT *p, int exists) in copy_link()
/openbsd/usr.bin/du/
H A Ddu.c52 int linkchk(FTSENT *);
60 FTSENT *p; in main()
243 linkchk(FTSENT *p) in linkchk()
/openbsd/bin/mv/
H A Dcp.c78 static int copy_file(FTSENT *, int);
79 static int copy_link(FTSENT *, int);
213 FTSENT *curr; in copy()
439 copy_file(FTSENT *entp, int dne) in copy_file()
574 copy_link(FTSENT *p, int exists) in copy_link()
H A Drm.c65 FTSENT *p; in rm_tree()
/openbsd/usr.sbin/dev_mkdb/
H A Ddev_mkdb.c51 FTSENT *dp; in main()
/openbsd/bin/chmod/
H A Dchmod.c59 FTSENT *p; in main()
/openbsd/bin/pax/
H A Dftree.c82 static FTSENT *ftent = NULL; /* current file tree entry */
/openbsd/usr.bin/rsync/
H A Dflist.c184 flist_fts_check(struct sess *sess, FTSENT *ent) in flist_fts_check()
803 FTSENT *ent; in flist_gen_dirent()
1172 FTSENT *ent; in flist_gen_dels()

12