Home
last modified time | relevance | path

Searched refs:ftw (Results 1 – 25 of 51) sorted by relevance

123

/titanic_44/usr/src/lib/libast/common/comp/
H A Dnftw.c34 nftw_user(Ftw_t* ftw) in nftw_user() argument
36 register int n = ftw->info; in nftw_user()
42 else if ((n & FTW_SL) && (!(nftw_flags & FTW_PHYSICAL) || stat(ftw->path, &st))) in nftw_user()
44 nftw.base = ftw->pathlen - ftw->namelen; in nftw_user()
45 nftw.level = ftw->level; in nftw_user()
47 n = (*nftw_userf)(ftw->path, &ftw->statb, n, &nftw); in nftw_user()
48 ftw->status = nftw.quit; in nftw_user()
H A Dftw.c33 ftw_user(Ftw_t* ftw) in ftw_user() argument
35 register int n = ftw->info; in ftw_user()
41 return (*ftw_userf)(ftw->path, &ftw->statb, n); in ftw_user()
45 ftw(const char* path, int(*userf)(const char*, const struct stat*, int), int depth) in ftw() function
H A Dftw.h55 extern int ftw(const char*, int(*)(const char*, const struct stat*, int), int);
/titanic_44/usr/src/lib/libc/port/gen/
H A Dftw.c47 #undef ftw
49 #define ftw ftw64 macro
52 #undef ftw
53 #pragma weak _ftw = ftw
57 ftw(const char *path, int (*fn)(), int depth) in ftw() function
/titanic_44/usr/src/head/
H A Dftw.h125 extern int ftw(const char *,
153 #define ftw(path, fn, depth) _xftw(_XFTWVER, (path), (fn), (depth)) macro
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dftw.c108 ftw(path, fn, depth) in ftw() function
210 rc = ftw(subpath, fn, depth-1);
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dftw.h65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int…
H A Dast_map.h126 #undef ftw
127 #define ftw _ast_ftw macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dftw.h65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int…
H A Dast_map.h126 #undef ftw
127 #define ftw _ast_ftw macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dftw.h65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int…
H A Dast_map.h126 #undef ftw
127 #define ftw _ast_ftw macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dftw.h65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int…
H A Dast_map.h126 #undef ftw
127 #define ftw _ast_ftw macro
/titanic_44/usr/src/man/man3head/
H A DMakefile38 ftw.h.3head \
127 ftw.3head \
216 ftw.3head := LINKSRC = ftw.h.3head
/titanic_44/usr/src/cmd/grep/
H A Dgrep.c273 recursive(const char *name, const struct stat *statp, int info, struct FTW *ftw) in recursive() argument
292 execute(name, ftw->base); in recursive()
/titanic_44/usr/src/lib/libast/common/
H A DREADME40 ftw.h ftwalk() interface definitions
54 ftwalk an ftw(3) that works -- used in new tw(1)
H A Dllib-last77 #include <ftw.h>
/titanic_44/usr/src/cmd/streams/log/
H A Dstrclean.c135 ftw(logname, clean, 1); in main()
/titanic_44/usr/src/lib/libast/
H A DMakefile93 ftw.h \
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h105 #undef ftw
106 #define ftw _ast_ftw macro
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h105 #undef ftw
106 #define ftw _ast_ftw macro
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h105 #undef ftw
106 #define ftw _ast_ftw macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h105 #undef ftw
106 #define ftw _ast_ftw macro
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap105 #undef ftw
106 #define ftw _ast_ftw

123