/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | nftw.c | 34 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 D | ftw.c | 33 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 D | ftw.h | 55 extern int ftw(const char*, int(*)(const char*, const struct stat*, int), int);
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | ftw.c | 47 #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 D | ftw.h | 125 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 D | ftw.c | 108 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 D | ftw.h | 65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int…
|
H A D | ast_map.h | 126 #undef ftw 127 #define ftw _ast_ftw macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ftw.h | 65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int…
|
H A D | ast_map.h | 126 #undef ftw 127 #define ftw _ast_ftw macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ftw.h | 65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int…
|
H A D | ast_map.h | 126 #undef ftw 127 #define ftw _ast_ftw macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ftw.h | 65 extern __MANGLE__ int ftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int), int…
|
H A D | ast_map.h | 126 #undef ftw 127 #define ftw _ast_ftw macro
|
/titanic_44/usr/src/man/man3head/ |
H A D | Makefile | 38 ftw.h.3head \ 127 ftw.3head \ 216 ftw.3head := LINKSRC = ftw.h.3head
|
/titanic_44/usr/src/cmd/grep/ |
H A D | grep.c | 273 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 D | README | 40 ftw.h ftwalk() interface definitions 54 ftwalk an ftw(3) that works -- used in new tw(1)
|
H A D | llib-last | 77 #include <ftw.h>
|
/titanic_44/usr/src/cmd/streams/log/ |
H A D | strclean.c | 135 ftw(logname, clean, 1); in main()
|
/titanic_44/usr/src/lib/libast/ |
H A D | Makefile | 93 ftw.h \
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 105 #undef ftw 106 #define ftw _ast_ftw macro
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 105 #undef ftw 106 #define ftw _ast_ftw macro
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 105 #undef ftw 106 #define ftw _ast_ftw macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 105 #undef ftw 106 #define ftw _ast_ftw macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 105 #undef ftw 106 #define ftw _ast_ftw
|