/titanic_41/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_41/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_41/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_41/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_41/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_41/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_41/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>
|
H A D | RELEASE | 44 09-09-28 fts.h,ftwalk.h,fts.c: promote { namelen pathlen level } to (s)size_t 807 ftwalk.c: only clear FTW_DELAY if FTW_CHILDREN 808 ftwalk.h: add FTW_NSOK for FTW_DELAY 1117 ftwalk: fix FTW_CHILDREN bug that hit top level non-dirs twice 1238 98-07-17 fix ftwalk() short by one malloc() 1320 include/ftwalk.h: FTW_PATH=>FTS_NOCHDIR to avoid FTS_AGAIN (duh) 1337 ftwalk: handle fts_open()==0 via one phony userf() call 1411 ftwalk: reimplement on top of fts 1525 fix ftwalk() metaphysical to handle non-dirs too 1550 add strexpr() primitive for streval() with user handle (like ftwalk) [all …]
|
/titanic_41/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_41/usr/src/lib/libast/ |
H A D | Makefile | 94 ftwalk.h \
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk macro
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk macro
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk macro
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk macro
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | RELEASE | 89 07-02-07 cksum.c: move from src/cmd/std with ftwalk => fts 186 03-05-18 rm.c: check st_nlink to verify progress w.r.t. ftwalk/fts
|