Home
last modified time | relevance | path

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

12

/netbsd-src/bin/ls/
H A Dextern.h34 int acccmp(const FTSENT *, const FTSENT *);
35 int revacccmp(const FTSENT *, const FTSENT *);
36 int modcmp(const FTSENT *, const FTSENT *);
37 int revmodcmp(const FTSENT *, const FTSENT *);
38 int namecmp(const FTSENT *, const FTSENT *);
39 int revnamecmp(const FTSENT *, const FTSENT *);
40 int statcmp(const FTSENT *, const FTSENT *);
41 int revstatcmp(const FTSENT *, const FTSENT *);
42 int sizecmp(const FTSENT *, const FTSENT *);
43 int revsizecmp(const FTSENT *, const FTSENT *);
H A Dcmp.c68 namecmp(const FTSENT *a, const FTSENT *b) in namecmp()
75 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp()
82 modcmp(const FTSENT *a, const FTSENT *b) in modcmp()
98 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp()
114 acccmp(const FTSENT *a, const FTSENT *b) in acccmp()
130 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp()
146 statcmp(const FTSENT *a, const FTSENT *b) in statcmp()
162 revstatcmp(const FTSENT *a, const FTSENT *b) in revstatcmp()
178 sizecmp(const FTSENT *a, const FTSENT *b) in sizecmp()
190 revsizecmp(const FTSENT *a, const FTSENT *b) in revsizecmp()
/netbsd-src/usr.bin/find/
H A Dfunction.c83 int f_always_true(PLAN *, FTSENT *);
84 int f_amin(PLAN *, FTSENT *);
85 int f_anewer(PLAN *, FTSENT *);
86 int f_asince(PLAN *, FTSENT *);
87 int f_atime(PLAN *, FTSENT *);
88 int f_cmin(PLAN *, FTSENT *);
89 int f_cnewer(PLAN *, FTSENT *);
90 int f_csince(PLAN *, FTSENT *);
91 int f_ctime(PLAN *, FTSENT *);
92 int f_delete(PLAN *, FTSENT *);
[all …]
H A Dfind.c59 static int ftscompare(const FTSENT **, const FTSENT **);
150 ftscompare(const FTSENT **e1, const FTSENT **e2) in ftscompare()
194 FTSENT *g_entry; /* shared with SIGINFO handler */
H A Dmisc.c139 extern FTSENT *g_entry; in show_path()
H A Dextern.h41 int f_expr(PLAN *, FTSENT *);
/netbsd-src/external/bsd/mdocml/dist/
H A Dcompat_fts.c55 static FTSENT *fts_alloc(FTS *, const char *, size_t);
56 static FTSENT *fts_build(FTS *);
57 static void fts_lfree(FTSENT *);
58 static void fts_load(FTS *, FTSENT *);
60 static void fts_padjust(FTS *, FTSENT *);
62 static FTSENT *fts_sort(FTS *, FTSENT *, int);
63 static unsigned short fts_stat(FTS *, FTSENT *);
76 int (*compar)(const FTSENT **, const FTSENT **)) in fts_open() argument
79 FTSENT *p, *root; in fts_open()
81 FTSENT *parent, *prev; in fts_open()
[all …]
H A Dtest-fts.c8 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 Dcompat_fts.h96 } FTSENT; typedef
101 int (*)(const FTSENT **, const FTSENT **));
102 FTSENT *fts_read(FTS *);
103 int fts_set(FTS *, FTSENT *, int);
H A Dmandocdb.c127 static int fts_compare(const FTSENT *const *, const FTSENT *const *);
129 static int fts_compare(const FTSENT **, const FTSENT **);
549 fts_compare(const FTSENT *const *a, const FTSENT *const *b) in fts_compare()
551 fts_compare(const FTSENT **a, const FTSENT **b) in fts_compare()
576 FTSENT *ff; in treescan()
/netbsd-src/lib/libc/gen/
H A Dfts.c62 static FTSENT *fts_alloc(FTS *, const char *, size_t);
63 static FTSENT *fts_build(FTS *, int);
64 static void fts_free(FTSENT *);
65 static void fts_lfree(FTSENT *);
66 static void fts_load(FTS *, FTSENT *);
70 static void fts_padjust(FTS *, FTSENT *);
71 static FTSENT *fts_sort(FTS *, FTSENT *, size_t);
72 static unsigned short fts_stat(FTS *, FTSENT *, int);
73 static int fts_safe_changedir(const FTS *, const FTSENT *, int,
119 int (*compar)(const FTSENT **, const FTSENT **)) in fts_open() argument
[all …]
H A Dftw.c43 FTSENT *cur; in ftw()
H A Dnftw.c45 FTSENT *cur; in nftw()
/netbsd-src/lib/libc/compat/include/
H A Dfts.h38 FTSENT *fts_children(FTS *, int);
41 int (*)(const FTSENT **, const FTSENT **));
42 FTSENT *fts_read(FTS *);
43 int fts_set(FTS *, FTSENT *, int);
/netbsd-src/include/
H A Dfts.h136 } FTSENT; typedef
142 FTSENT *fts_children(FTS *, int) __RENAME(__fts_children60);
145 int (*)(const FTSENT **, const FTSENT **)) __RENAME(__fts_open60);
146 FTSENT *fts_read(FTS *) __RENAME(__fts_read60);
147 int fts_set(FTS *, FTSENT *, int) __RENAME(__fts_set60);
/netbsd-src/usr.sbin/mtree/
H A Dcreate.c89 static int statd(FILE *, FTS *, FTSENT *, uid_t *, gid_t *, mode_t *,
91 static void statf(FILE *, int, FTSENT *);
97 FTSENT *p;
177 dosum(FILE *fp, int indent, FTSENT *p, int *offset, int flag, in cwalk()
225 statf(FILE *fp, int indent, FTSENT *p) in crcFile()
331 statd(FILE *fp, FTS *t, FTSENT *parent, uid_t *puid, gid_t *pgid, mode_t *pmode,
334 FTSENT *p;
H A Dextern.h70 int compare(NODE *, FTSENT *);
73 int dcmp(const FTSENT *FTS_CONST *, const FTSENT *FTS_CONST *);
/netbsd-src/bin/cp/
H A Dextern.h53 int copy_file(FTSENT *, int);
54 int copy_link(FTSENT *, int);
H A Dutils.c99 copy_file(FTSENT *entp, int dne) in copy_file()
304 copy_link(FTSENT *p, int exists) in copy_link()
/netbsd-src/usr.bin/cvslatest/
H A Dcvslatest.c76 getrepo(const FTSENT *e, char *repo, size_t maxrepo) in getrepo()
102 getlatest(const FTSENT *e, const char *repo, struct latest *lat) in getlatest()
177 FTSENT *entry; in cvsscan()
/netbsd-src/bin/setfacl/
H A Dsetfacl.c79 static int handle_file(FTS *ftsp, FTSENT *file);
180 handle_file(FTS *ftsp, FTSENT *file) in handle_file()
361 FTSENT *file; in main()
/netbsd-src/tests/lib/libc/gen/
H A Dt_getcwd.c76 FTSENT *ftse; in ATF_TC_BODY()
/netbsd-src/usr.bin/chflags/
H A Dchflags.c64 FTSENT *p; in main()
/netbsd-src/usr.sbin/veriexecgen/
H A Dveriexecgen.c240 add_new_ftsent_entry(veriexecgen_t *vp, FTSENT *file, hash_t *hash) in add_new_ftsent_entry()
281 FTSENT *file; in walk_dir()
/netbsd-src/bin/chmod/
H A Dchmod.c75 FTSENT *p; in main()

12