| /freebsd-12-stable/bin/ls/ |
| D | extern.h | 37 int acccmp(const FTSENT *, const FTSENT *); 38 int revacccmp(const FTSENT *, const FTSENT *); 39 int birthcmp(const FTSENT *, const FTSENT *); 40 int revbirthcmp(const FTSENT *, const FTSENT *); 41 int modcmp(const FTSENT *, const FTSENT *); 42 int revmodcmp(const FTSENT *, const FTSENT *); 43 int namecmp(const FTSENT *, const FTSENT *); 44 int revnamecmp(const FTSENT *, const FTSENT *); 45 int statcmp(const FTSENT *, const FTSENT *); 46 int revstatcmp(const FTSENT *, const FTSENT *); [all …]
|
| D | cmp.c | 54 namecmp(const FTSENT *a, const FTSENT *b) in namecmp() 61 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp() 68 modcmp(const FTSENT *a, const FTSENT *b) in modcmp() 90 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp() 97 acccmp(const FTSENT *a, const FTSENT *b) in acccmp() 119 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp() 126 birthcmp(const FTSENT *a, const FTSENT *b) in birthcmp() 148 revbirthcmp(const FTSENT *a, const FTSENT *b) in revbirthcmp() 155 statcmp(const FTSENT *a, const FTSENT *b) in statcmp() 177 revstatcmp(const FTSENT *a, const FTSENT *b) in revstatcmp() [all …]
|
| D | print.c | 69 static int printaname(const FTSENT *, u_long, u_long); 71 static void printlink(const FTSENT *); 81 static void aclmode(char *, const FTSENT *); 119 FTSENT *p; in printscol() 211 FTSENT *p; in printlong() 275 FTSENT *p; in printstream() 300 static FTSENT **array; in printcol() 302 FTSENT *p; in printcol() 303 FTSENT **narray; in printcol() 327 realloc(array, dp->entries * sizeof(FTSENT *))) == NULL) { in printcol() [all …]
|
| D | ls.c | 99 static void display(const FTSENT *, FTSENT *, int); 100 static int mastercmp(const FTSENT * const *, const FTSENT * const *); 114 static int (*sortfcn)(const FTSENT *, const FTSENT *); 624 FTSENT *p, *chp; in traverse() 696 display(const FTSENT *p, FTSENT *list, int options) in display() 700 FTSENT *cur; in display() 1009 mastercmp(const FTSENT * const *a, const FTSENT * const *b) in mastercmp()
|
| D | ls.h | 69 FTSENT *list;
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | compat_fts.c | 48 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 **)) in fts_open() argument 74 FTSENT *p, *root; in fts_open() 76 FTSENT *parent, *prev; in fts_open() [all …]
|
| D | test-fts.c | 8 int fts_compare(const FTSENT *const *, const FTSENT *const *); 10 int fts_compare(const FTSENT **, const FTSENT **); 18 FTSENT *entry; in main() 53 fts_compare(const FTSENT *const *a, const FTSENT *const *b) in fts_compare() 55 fts_compare(const FTSENT **a, const FTSENT **b) in fts_compare()
|
| D | compat_fts.h | 97 } FTSENT; typedef 102 int (*)(const FTSENT **, const FTSENT **)); 103 FTSENT *fts_read(FTS *); 104 int fts_set(FTS *, FTSENT *, int);
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | fts-compat.c | 58 FTSENT *__fts_children_44bsd(FTS *, int); 61 FTS *__fts_get_stream_44bsd(FTSENT *); 63 int (*)(const FTSENT * const *, const FTSENT * const *)); 64 FTSENT *__fts_read_44bsd(FTS *); 65 int __fts_set_44bsd(FTS *, FTSENT *, int); 68 static FTSENT *fts_alloc(FTS *, char *, int); 69 static FTSENT *fts_build(FTS *, int); 70 static void fts_lfree(FTSENT *); 71 static void fts_load(FTS *, FTSENT *); 73 static void fts_padjust(FTS *, FTSENT *); [all …]
|
| D | fts.c | 54 static FTSENT *fts_alloc(FTS *, char *, size_t); 55 static FTSENT *fts_build(FTS *, int); 56 static void fts_lfree(FTSENT *); 57 static void fts_load(FTS *, FTSENT *); 59 static void fts_padjust(FTS *, FTSENT *); 61 static FTSENT *fts_sort(FTS *, FTSENT *, size_t); 62 static int fts_stat(FTS *, FTSENT *, int, int); 63 static int fts_safe_changedir(FTS *, FTSENT *, int, char *); 64 static int fts_ufslinks(FTS *, const FTSENT *); 110 int (*compar)(const FTSENT * const *, const FTSENT * const *)) in fts_open() [all …]
|
| /freebsd-12-stable/include/ |
| D | fts.h | 120 } FTSENT; typedef 125 FTSENT *fts_children(FTS *, int); 129 FTS *fts_get_stream(FTSENT *); 132 int (*)(const FTSENT * const *, const FTSENT * const *)); 133 FTSENT *fts_read(FTS *); 134 int fts_set(FTS *, FTSENT *, int);
|
| /freebsd-12-stable/usr.bin/find/ |
| D | function.c | 254 f_Xmin(PLAN *plan, FTSENT *entry) in f_Xmin() 301 f_Xtime(PLAN *plan, FTSENT *entry) in f_Xtime() 374 f_acl(PLAN *plan __unused, FTSENT *entry) in f_acl() 433 f_delete(PLAN *plan __unused, FTSENT *entry) in f_delete() 503 f_always_true(PLAN *plan __unused, FTSENT *entry __unused) in f_always_true() 517 f_depth(PLAN *plan, FTSENT *entry) in f_depth() 563 f_empty(PLAN *plan __unused, FTSENT *entry) in f_empty() 614 f_exec(PLAN *plan, FTSENT *entry) in f_exec() 817 f_flags(PLAN *plan, FTSENT *entry) in f_flags() 883 f_fstype(PLAN *plan, FTSENT *entry) in f_fstype() [all …]
|
| D | find.c | 55 static int find_compare(const FTSENT * const *s1, const FTSENT * const *s2); 64 find_compare(const FTSENT * const *s1, const FTSENT * const *s2) in find_compare() 175 FTSENT *entry; in find_execute()
|
| /freebsd-12-stable/usr.sbin/ctm/ctm_dequeue/ |
| D | ctm_dequeue.c | 58 int fts_sort(const FTSENT * const *, const FTSENT * const *); 70 FTSENT *ftsent; in main() 162 fts_sort(const FTSENT * const * a, const FTSENT * const * b) in fts_sort()
|
| /freebsd-12-stable/usr.sbin/fmtree/ |
| D | create.c | 75 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; in cwalk() 146 statf(int indent, FTSENT *p) in statf() 284 statd(FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, u_long *pflags) in statd() 286 FTSENT *p; in statd() 403 dsort(const FTSENT * const *a, const FTSENT * const *b) in dsort()
|
| D | verify.c | 68 nsort(const FTSENT * const *a, const FTSENT * const *b) in nsort() 77 FTSENT *p; in vwalk()
|
| D | extern.h | 35 int compare(char *, NODE *, FTSENT *);
|
| /freebsd-12-stable/contrib/mtree/ |
| D | create.c | 93 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; in cwalk() 182 statf(FILE *fp, int indent, FTSENT *p) in statf() 332 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, in statd() 335 FTSENT *p; in statd() 451 dcmp(const FTSENT *FTS_CONST *a, const FTSENT *FTS_CONST *b) in dcmp()
|
| D | extern.h | 64 int compare(NODE *, FTSENT *);
|
| /freebsd-12-stable/bin/cp/ |
| D | extern.h | 47 int copy_file(const FTSENT *, int); 48 int copy_link(const FTSENT *, int);
|
| /freebsd-12-stable/bin/chmod/ |
| D | chmod.c | 63 static int may_have_nfs4acl(const FTSENT *ent, int hflag); 76 FTSENT *p; in main() 241 may_have_nfs4acl(const FTSENT *ent, int hflag) in may_have_nfs4acl()
|
| /freebsd-12-stable/usr.bin/du/ |
| D | du.c | 77 static int linkchk(FTSENT *); 82 static int ignorep(FTSENT *); 100 FTSENT *p; in main() 360 linkchk(FTSENT *p) in linkchk() 546 ignorep(FTSENT *ent) in ignorep()
|
| /freebsd-12-stable/usr.sbin/chown/ |
| D | chown.c | 70 static void print_info(const FTSENT *, int); 89 FTSENT *p; in main() 309 print_info(const FTSENT *p, int vflag) in print_info()
|
| /freebsd-12-stable/bin/setfacl/ |
| D | setfacl.c | 73 static int handle_file(FTS *ftsp, FTSENT *file); 174 handle_file(FTS *ftsp, FTSENT *file) in handle_file() 355 FTSENT *file; in main()
|
| /freebsd-12-stable/usr.sbin/setfmac/ |
| D | setfmac.c | 77 int apply_specs(struct label_specs *, FTSENT *, int, int); 85 FTSENT *ftsent; in main() 393 apply_specs(struct label_specs *specs, FTSENT *ftsent, int hflag, int vflag) in apply_specs()
|