/openbsd/bin/ls/ |
H A D | extern.h | 37 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 D | cmp.c | 46 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 D | print.c | 55 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 D | ls.c | 57 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 D | ls.h | 56 FTSENT *list;
|
/openbsd/usr.bin/find/ |
H A D | function.c | 75 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 D | misc.c | 149 extern FTSENT *entry; in show_path()
|
H A D | find.h | 52 (struct _plandata *, FTSENT *);
|
H A D | find.c | 148 FTSENT *entry; /* shared with SIGINFO handler */
|
H A D | operator.c | 74 extern int f_expr(PLAN *, FTSENT *); in yankexpr()
|
/openbsd/lib/libc/gen/ |
H A D | fts.c | 53 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 D | ftw.c | 35 FTSENT *cur; in ftw()
|
H A D | nftw.c | 35 FTSENT *cur; in nftw()
|
/openbsd/include/ |
H A D | fts.h | 114 } 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 D | create.c | 68 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 D | verify.c | 70 FTSENT *p; in vwalk()
|
/openbsd/bin/cp/ |
H A D | extern.h | 49 int copy_file(FTSENT *, int); 50 int copy_link(FTSENT *, int);
|
H A D | utils.c | 55 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 D | du.c | 52 int linkchk(FTSENT *); 60 FTSENT *p; in main() 243 linkchk(FTSENT *p) in linkchk()
|
/openbsd/bin/mv/ |
H A D | cp.c | 79 static int copy_file(FTSENT *, int); 80 static int copy_link(FTSENT *, int); 214 FTSENT *curr; in copy() 392 copy_file(FTSENT *entp, int dne) in copy_file() 527 copy_link(FTSENT *p, int exists) in copy_link()
|
H A D | rm.c | 65 FTSENT *p; in rm_tree()
|
/openbsd/usr.sbin/dev_mkdb/ |
H A D | dev_mkdb.c | 51 FTSENT *dp; in main()
|
/openbsd/bin/chmod/ |
H A D | chmod.c | 59 FTSENT *p; in main()
|
/openbsd/bin/pax/ |
H A D | ftree.c | 81 static FTSENT *ftent = NULL; /* current file tree entry */
|
/openbsd/usr.bin/rsync/ |
H A D | flist.c | 184 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()
|