| /freebsd/bin/ls/ |
| H A D | extern.h | 34 int acccmp(const FTSENT *, const FTSENT *); 35 int revacccmp(const FTSENT *, const FTSENT *); 36 int birthcmp(const FTSENT *, const FTSENT *); 37 int revbirthcmp(const FTSENT *, const FTSENT *); 38 int modcmp(const FTSENT *, const FTSENT *); 39 int revmodcmp(const FTSENT *, const FTSENT *); 40 int namecmp(const FTSENT *, const FTSENT *); 41 int revnamecmp(const FTSENT *, const FTSENT *); 42 int verscmp(const FTSENT *, const FTSENT *); 43 int revverscmp(const FTSENT *, const FTSENT *); [all …]
|
| H A D | cmp.c | 45 namecmp(const FTSENT *a, const FTSENT *b) in namecmp() 52 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp() 59 verscmp(const FTSENT *a, const FTSENT *b) in verscmp() 66 revverscmp(const FTSENT *a, const FTSENT *b) in revverscmp() 73 modcmp(const FTSENT *a, const FTSENT *b) in modcmp() 95 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp() 102 acccmp(const FTSENT *a, const FTSENT *b) in acccmp() 124 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp() 131 birthcmp(const FTSENT *a, const FTSENT *b) in birthcmp() 153 revbirthcmp(const FTSENT *a, const FTSENT *b) in revbirthcmp() [all …]
|
| H A D | ls.c | 86 static void display(const FTSENT *, FTSENT *, int); 87 static int mastercmp(const FTSENT * const *, const FTSENT * const *); 111 static int (*sortfcn)(const FTSENT *, const FTSENT *); 654 FTSENT *p, *chp; in traverse() 746 display(const FTSENT *p, FTSENT *list, int options) in display() 750 FTSENT *cur; in display() 1044 mastercmp(const FTSENT * const *a, const FTSENT * const *b) in mastercmp()
|
| H A D | ls.h | 67 FTSENT *list;
|
| /freebsd/include/ |
| H A D | fts.h | 37 typedef struct _ftsent FTSENT; typedef 40 FTSENT *fts_cur; /* current node */ 41 FTSENT *fts_child; /* linked list of children */ 42 FTSENT **fts_array; /* sort array */ 50 (const FTSENT * const *, const FTSENT * const *); 53 (const FTSENT * const *, const FTSENT * const *); 141 FTSENT *fts_children(FTS *, int); 145 FTS *fts_get_stream(FTSENT *); 148 int (*)(const FTSENT * const *, const FTSENT * const *)); 151 int (^)(const FTSENT * const *, const FTSENT * const *)); [all …]
|
| /freebsd/contrib/mandoc/ |
| H A 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()
|
| H A 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 …]
|
| H A 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/lib/libc/gen/ |
| H A D | fts-compat.c | 53 FTSENT *__fts_children_44bsd(FTS *, int); 56 FTS *__fts_get_stream_44bsd(FTSENT *); 58 int (*)(const FTSENT * const *, const FTSENT * const *)); 59 FTSENT *__fts_read_44bsd(FTS *); 60 int __fts_set_44bsd(FTS *, FTSENT *, int); 63 static FTSENT *fts_alloc(FTS *, char *, int); 64 static FTSENT *fts_build(FTS *, int); 65 static void fts_lfree(FTSENT *); 66 static void fts_load(FTS *, FTSENT *); 68 static void fts_padjust(FTS *, FTSENT *); [all …]
|
| H A D | fts.c | 57 const FTSENT * const *, const FTSENT * const *); 65 static FTSENT *fts_alloc(FTS *, char *, size_t); 66 static FTSENT *fts_build(FTS *, int); 67 static void fts_lfree(FTSENT *); 68 static void fts_load(FTS *, FTSENT *); 70 static void fts_padjust(FTS *, FTSENT *); 72 static FTSENT *fts_sort(FTS *, FTSENT *, size_t); 73 static int fts_stat(FTS *, FTSENT *, int, int); 74 static int fts_safe_changedir(FTS *, FTSENT *, int, char *); 75 static int fts_ufslinks(FTS *, const FTSENT *); [all …]
|
| /freebsd/usr.bin/find/ |
| H A D | function.c | 251 f_Xmin(PLAN *plan, FTSENT *entry) in f_Xmin() 298 f_Xtime(PLAN *plan, FTSENT *entry) in f_Xtime() 371 f_acl(PLAN *plan __unused, FTSENT *entry) in f_acl() 430 f_delete(PLAN *plan __unused, FTSENT *entry) in f_delete() 500 f_always_true(PLAN *plan __unused, FTSENT *entry __unused) in f_always_true() 514 f_depth(PLAN *plan, FTSENT *entry) in f_depth() 560 f_empty(PLAN *plan __unused, FTSENT *entry) in f_empty() 611 f_exec(PLAN *plan, FTSENT *entry) in f_exec() 814 f_flags(PLAN *plan, FTSENT *entry) in f_flags() 880 f_fprint(PLAN *plan, FTSENT *entry) in f_fprint() [all …]
|
| H A D | find.c | 48 static int find_compare(const FTSENT * const *s1, const FTSENT * const *s2); 57 find_compare(const FTSENT * const *s1, const FTSENT * const *s2) in find_compare() 168 FTSENT *entry; in find_execute()
|
| /freebsd/usr.bin/du/ |
| H A D | du.c | 67 static bool check_threshold(FTSENT *); 70 static bool ignorep(FTSENT *); 71 static bool linkchk(FTSENT *); 72 static void print_file_size(FTSENT *); 74 static void record_file_size(FTSENT *); 93 FTSENT *p; in main() 339 linkchk(FTSENT *p) in linkchk() 525 ignorep(FTSENT *ent) in ignorep() 550 record_file_size(FTSENT *p) in record_file_size() 560 check_threshold(FTSENT *p) in check_threshold() [all …]
|
| /freebsd/lib/libc/tests/gen/ |
| H A D | fts_blocks_test.c | 40 FTSENT *ftse; in ATF_TC_BODY() 51 ^(const FTSENT * const *a, const FTSENT * const *b) { in ATF_TC_BODY()
|
| H A D | fts_test.h | 42 fts_lexical_compar(const FTSENT * const *a, const FTSENT * const *b) in fts_lexical_compar() 55 FTSENT *ftse; in fts_test()
|
| H A D | fts_children_test.c | 25 fts_lexical_compar(const FTSENT * const *a, const FTSENT * const *b) 43 FTSENT *children, *p; in ATF_TC_BODY() 83 FTSENT *ent, *children; in ATF_TC_BODY() 119 FTSENT *ent, *children, *p; in ATF_TC_BODY() 164 FTSENT *ent, *first, *second, *p; in ATF_TC_BODY() 217 FTSENT *ent, *children, *p; in ATF_TC_BODY() 266 FTSENT *ent; in ATF_TC_BODY()
|
| H A D | fts_open_test.c | 73 FTSENT *ent; in ATF_TC_BODY() 100 FTSENT *ent; in ATF_TC_BODY() 134 FTSENT *ent; in ATF_TC_BODY()
|
| /freebsd/contrib/mtree/ |
| H A D | extern.h | 70 int compare(NODE *, FTSENT *); 73 int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
|
| H A D | create.c | 89 static int statd(FILE *, FTS *, FTSENT *, uid_t *, gid_t *, mode_t *, 91 static void statf(FILE *, int, FTSENT *); 97 FTSENT *p; in cwalk() 177 dosum(FILE *fp, int indent, FTSENT *p, int *offset, int flag, in dosum() 225 statf(FILE *fp, int indent, FTSENT *p) in statf() 331 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode, in statd() 334 FTSENT *p; in statd()
|
| /freebsd/bin/cp/ |
| H A D | extern.h | 45 int copy_file(const FTSENT *, bool, bool); 46 int copy_link(const FTSENT *, bool, bool);
|
| /freebsd/bin/chmod/ |
| H A D | chmod.c | 49 static int may_have_nfs4acl(const FTSENT *ent, int hflag); 62 FTSENT *p; in main() 227 may_have_nfs4acl(const FTSENT *ent, int hflag) in may_have_nfs4acl()
|
| /freebsd/usr.sbin/chown/ |
| H A D | chown.c | 55 static void print_info(const FTSENT *, int); 74 FTSENT *p; in main() 294 print_info(const FTSENT *p, int vflag) in print_info()
|
| /freebsd/usr.sbin/kldxref/ |
| H A D | kldxref.c | 749 compare(const FTSENT **a, const FTSENT **b) in compare() 751 compare(const FTSENT *const *a, const FTSENT *const *b) in compare() 766 FTSENT *p; in main()
|
| /freebsd/bin/setfacl/ |
| H A D | setfacl.c | 72 static int handle_file(FTS *ftsp, FTSENT *file); 173 handle_file(FTS *ftsp, FTSENT *file) in handle_file() 354 FTSENT *file; in main()
|
| /freebsd/tools/test/stress2/testcases/fts/ |
| H A D | fts.c | 59 FTSENT *p; in test()
|