/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | ftw.c | 49 return ftwalk(path, ftw_user, FTW_DOT, NiL); in ftw()
|
H A D | nftw.c | 60 return ftwalk(path, nftw_user, flags, NiL); in nftw()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | ftw.c | 49 return ftwalk(path, ftw_user, FTW_DOT, NiL); in ftw()
|
H A D | nftw.c | 60 return ftwalk(path, nftw_user, flags, NiL); in nftw()
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ftwalk.h | 119 extern int ftwalk(const char*, int(*)(Ftw_t*), int, int(*)(Ftw_t*, Ftw_t*));
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ftwalk.h | 28 * ast ftwalk interface definitions 29 * ftwalk was the initial improvement on ftw and nftw 62 * ftwalk() argument flags 119 extern int ftwalk(const char*, int(*)(Ftw_t*), int, int(*)(Ftw_t*, Ftw_t*));
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ftwalk.h | 129 extern __MANGLE__ int ftwalk __PROTO__((const char*, int(*)(Ftw_t*), int, int(*)(Ftw_t*, Ftw_t*)));
|
H A D | ast_map.h | 128 #undef ftwalk 129 #define ftwalk _ast_ftwalk macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ftwalk.h | 129 extern __MANGLE__ int ftwalk __PROTO__((const char*, int(*)(Ftw_t*), int, int(*)(Ftw_t*, Ftw_t*)));
|
H A D | ast_map.h | 128 #undef ftwalk 129 #define ftwalk _ast_ftwalk macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ftwalk.h | 129 extern __MANGLE__ int ftwalk __PROTO__((const char*, int(*)(Ftw_t*), int, int(*)(Ftw_t*, Ftw_t*)));
|
H A D | ast_map.h | 128 #undef ftwalk 129 #define ftwalk _ast_ftwalk macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ftwalk.h | 129 extern __MANGLE__ int ftwalk __PROTO__((const char*, int(*)(Ftw_t*), int, int(*)(Ftw_t*, Ftw_t*)));
|
H A D | ast_map.h | 128 #undef ftwalk 129 #define ftwalk _ast_ftwalk macro
|
/titanic_51/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 | 78 #include <ftwalk.h>
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
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 | 78 #include <ftwalk.h>
|
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | ftwalk.c | 53 ftwalk(const char* path, int (*userf)(Ftw_t*), int flags, int (*comparf)(Ftw_t*, Ftw_t*)) in ftwalk() function
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | ftwalk.c | 27 * ftwalk on top of fts 31 #include <ftwalk.h> 53 ftwalk(const char* path, int (*userf)(Ftw_t*), int flags, int (*comparf)(Ftw_t*, Ftw_t*)) in ftwalk() function
|
/titanic_51/usr/src/lib/libast/ |
H A D | Makefile | 94 ftwalk.h \
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk macro
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk macro
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk macro
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk macro
|