Searched refs:ftwalk (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ftwalk.h | 119 extern int ftwalk(const char*, int(*)(Ftw_t*), int, int(*)(Ftw_t*, Ftw_t*));
|
/illumos-gate/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 | Makefile | 33 ftwalk.h fts.h fs3d.h getopt.h glob.h hash.h hashkey.h hashpart.h \ 57 find.3 fmt.3 fmtls.3 fs3d.3 ftwalk.3 getcwd.3 hash.3 iblocks.3 \ 83 fs3d.c ftwalk.c ftwflags.c fts.c \
|
H A D | RELEASE | 78 11-08-25 ftwalk.c: FTS_SLNONE => FTW_SL 232 09-09-28 fts.h,ftwalk.h,fts.c: promote { namelen pathlen level } to (s)size_t 995 ftwalk.c: only clear FTW_DELAY if FTW_CHILDREN 996 ftwalk.h: add FTW_NSOK for FTW_DELAY 1305 ftwalk: fix FTW_CHILDREN bug that hit top level non-dirs twice 1426 98-07-17 fix ftwalk() short by one malloc() 1508 include/ftwalk.h: FTW_PATH=>FTS_NOCHDIR to avoid FTS_AGAIN (duh) 1525 ftwalk: handle fts_open()==0 via one phony userf() call 1599 ftwalk: reimplement on top of fts 1713 fix ftwalk() metaphysical to handle non-dirs too [all …]
|
H A D | Mamfile | 1226 make ftwalk.o 1227 make misc/ftwalk.c 1228 make include/ftwalk.h implicit 1234 done include/ftwalk.h 1236 done misc/ftwalk.c 1237 meta ftwalk.o %.c>%.o misc/ftwalk.c ftwalk 1238 prev misc/ftwalk.c 1239 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c misc/ftwalk.c 1240 done ftwalk.o generated 1243 prev include/ftwalk.h implicit [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | map | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | map | 107 #undef ftwalk 108 #define ftwalk _ast_ftwalk
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | map | 104 #undef ftwalk 105 #define ftwalk _ast_ftwalk
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | map | 104 #undef ftwalk 105 #define ftwalk _ast_ftwalk
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | Makefile.defs | 37 ftwalk.h fts.h fs3d.h getopt.h glob.h hash.h hashkey.h hashpart.h \ 221 misc/ftwalk.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | RELEASE | 125 07-02-07 cksum.c: move from src/cmd/std with ftwalk => fts 222 03-05-18 rm.c: check st_nlink to verify progress w.r.t. ftwalk/fts
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-header.p5m | 130 file path=usr/include/ast/ftwalk.h
|