| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| ftw.c | 40 #include <ftw.h> 47 #undef ftw macro 49 #define ftw ftw64 macro 52 #undef ftw macro 53 #pragma weak _ftw = ftw 57 ftw(const char *path, int (*fn)(), int depth) function
|
| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| ftw.c | 24 * ftw implementation 28 #include <ftw.h> 33 ftw_user(Ftw_t* ftw) 35 register int n = ftw->info; 41 return (*ftw_userf)(ftw->path, &ftw->statb, n); 45 ftw(const char* path, int(*userf)(const char*, const struct stat*, int), int depth) function
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| ftw.c | 34 * ftw - file tree walk 36 * int ftw (path, fn, depth) char *path; int (*fn)(); int depth; 38 * Given a path name, ftw starts from the file given by that path 70 * considered an error and will cause ftw to stop 73 * If fn returns nonzero, ftw stops and returns the same value 74 * to its caller. If ftw gets into other trouble along the way, 77 * The third argument to ftw does not limit the depth to which 78 * ftw will go. Rather, it limits the depth to which ftw will 91 * It is possible for ftw to die with a memory fault in the even 108 ftw(path, fn, depth) function [all...] |
| /onnv/onnv-gate/usr/src/head/ |
| ftw.h | 71 struct FTW 127 extern int ftw(const char *, 133 int (*)(const char *, const struct stat *, int, struct FTW *), 148 int (*)(const char *, const struct stat64 *, int, struct FTW *), 155 extern int ftw(), _xftw(); 175 #define ftw(path, fn, depth) _xftw(_XFTWVER, (path), (fn), (depth)) macro
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| ast_map.h | 126 #undef ftw macro 127 #define ftw _ast_ftw macro
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
| ast_map.h | 105 #undef ftw macro 106 #define ftw _ast_ftw macro
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| ast_map.h | 126 #undef ftw macro 127 #define ftw _ast_ftw macro
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/ |
| ast_map.h | 105 #undef ftw macro 106 #define ftw _ast_ftw macro
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| ast_map.h | 126 #undef ftw macro 127 #define ftw _ast_ftw macro
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
| ast_map.h | 105 #undef ftw macro 106 #define ftw _ast_ftw macro
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| ast_map.h | 126 #undef ftw macro 127 #define ftw _ast_ftw macro
|
| /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
| ast_map.h | 105 #undef ftw macro 106 #define ftw _ast_ftw macro
|