Home
last modified time | relevance | path

Searched refs:ftw (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dnftw.c34 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 Dftw.c33 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 Dftw.h55 extern int ftw(const char*, int(*)(const char*, const struct stat*, int), int);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftw.c45 #undef ftw
47 #define ftw ftw64 macro
50 #undef ftw
51 #pragma weak _ftw = ftw
55 ftw(const char *path, int (*fn)(), int depth) in ftw() function
/illumos-gate/usr/src/head/
H A Dftw.h125 extern int ftw(const char *,
153 #define ftw(path, fn, depth) _xftw(_XFTWVER, (path), (fn), (depth)) macro
H A DMakefile88 ftw.h \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME40 ftw.h ftwalk() interface definitions
54 ftwalk an ftw(3) that works -- used in new tw(1)
H A DMakefile32 ccode.h cdt.h cdtlib.h cmdarg.h debug.h dt.h error.h find.h ftw.h \
136 basename.c closelog.c dirname.c fmtmsglib.c fnmatch.c ftw.c \
H A DMamfile3573 make ftw.o
3574 make comp/ftw.c
3575 make comp/ftw.h implicit
3577 done comp/ftw.h
3579 done comp/ftw.c
3580 meta ftw.o %.c>%.o comp/ftw.c ftw
3581 prev comp/ftw.c
3583 done ftw.o generated
3622 prev comp/ftw.h implicit
6559 make ${INSTALLROOT}/include/ast/ftw.h
[all …]
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrclean.c135 ftw(logname, clean, 1); in main()
/illumos-gate/usr/src/man/man3head/
H A DMakefile39 ftw.h.3head \
227 ftw.3head \
413 ftw.3head := LINKSRC = ftw.h.3head
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap105 #undef ftw
106 #define ftw _ast_ftw
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap105 #undef ftw
106 #define ftw _ast_ftw
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap105 #undef ftw
106 #define ftw _ast_ftw
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap105 #undef ftw
106 #define ftw _ast_ftw
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c587 recursive(const char *name, const struct stat *statp, int info, struct FTW *ftw) in recursive() argument
607 process_file(name, ftw->base); in recursive()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h457 int flags, struct FTW *ftw);
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs36 ccode.h cdt.h cdtlib.h cmdarg.h debug.h dt.h error.h find.h ftw.h \
98 comp/ftw.o \
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c932 struct FTW *ftw) in nftw_owner() argument
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c578 struct FTW *ftw) in set_values() argument
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common324 ftw
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dfunc.test72 } {ee {} ogr ftw is}
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile405 ftw.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com441 ftw.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com423 ftw.o \

12