Searched refs:FTW (Results 1 - 25 of 31) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dftw.h30 #define FTW FTWALK macro
32 #undef FTW macro
41 struct FTW struct
56 extern int nftw(const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int);
H A Dnftw.c31 static int (*nftw_userf)(const char*, const struct stat*, int, struct FTW*);
37 struct FTW nftw;
53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, int flags) argument
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dftw.h39 #define FTW FTWALK macro
41 #undef FTW macro
50 struct FTW struct
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
H A Dftwalk.h59 #define Ftsent FTW /* <fts.h> internal */
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dftw.h39 #define FTW FTWALK macro
41 #undef FTW macro
50 struct FTW struct
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
H A Dftwalk.h59 #define Ftsent FTW /* <fts.h> internal */
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dftw.h39 #define FTW FTWALK macro
41 #undef FTW macro
50 struct FTW struct
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
H A Dftwalk.h59 #define Ftsent FTW /* <fts.h> internal */
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dftw.h39 #define FTW FTWALK macro
41 #undef FTW macro
50 struct FTW struct
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
H A Dftwalk.h59 #define Ftsent FTW /* <fts.h> internal */
/opensolaris-onvv-gate/usr/src/head/
H A Dftw.h71 struct FTW struct
133 int (*)(const char *, const struct stat *, int, struct FTW *),
148 int (*)(const char *, const struct stat64 *, int, struct FTW *),
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.h83 struct FTW *ftwp);
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dftwalk.h50 #define Ftsent FTW /* <fts.h> internal */
/opensolaris-onvv-gate/usr/src/tools/findunref/
H A Dfindunref.c70 typedef int checkscm_func_t(const char *, const struct FTW *);
85 static int checkpath(const char *, const struct stat *, int, struct FTW *);
302 check_hg(const char *path, const struct FTW *ftwp)
317 check_tw(const char *path, const struct FTW *ftwp)
379 * FTW callback: print `path' if it's older than `tstamp' and not in `exsetp'.
383 struct FTW *ftwp)
/opensolaris-onvv-gate/usr/src/cmd/bart/
H A Dcreate.c38 struct FTW *ftwx);
46 int type, struct FTW *ftwx);
344 walker(const char *name, const struct stat64 *sp, int type, struct FTW *ftwx)
417 eval_file(const char *fname, const struct stat64 *statb, struct FTW *ftwx)
458 if ((result == EXCLUDE_PRUNE) && (ftwx != (struct FTW *)NULL))
/opensolaris-onvv-gate/usr/src/tools/protolist/
H A Dprotolist.c43 int file_type, struct FTW *ft)
/opensolaris-onvv-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c184 struct FTW *ftws)
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c83 * The fourth argument is a struct FTW* which contains the depth
150 struct FTW state;
172 int (*fn)(const char *, const struct stat *, int, struct FTW *),
496 int (*fn)(const char *, const struct stat *, int, struct FTW *),
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c128 static int nftw_owner(const char *, const struct stat *, int, struct FTW *);
791 struct FTW *ftw)
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Deval.c77 static int walker(const char *, const struct stat *, int, struct FTW *);
476 * FTW structure (base name offset, walk-depth)
496 struct FTW *ftwx)
/opensolaris-onvv-gate/usr/src/cmd/modload/
H A Dadd_drv.c77 static int dev_node(const char *, const struct stat *, int, struct FTW *);
836 struct FTW *ftw_info)
/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h457 int flags, struct FTW *ftw);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/fsck/
H A Dfsck.c102 struct FTW *ftwp);
1724 struct FTW *ftwp)
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c68 int type, struct FTW *ftwp);
331 struct FTW *ftwp)
/opensolaris-onvv-gate/usr/src/tools/protocmp/
H A Dprotocmp.c580 struct FTW *ftw)

Completed in 204 milliseconds

12