Searched defs:nftw (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dnftw.c24 * nftw implementation
37 struct FTW nftw; local
44 nftw.base = ftw->pathlen - ftw->namelen;
45 nftw.level = ftw->level;
46 nftw.quit = 0;
47 n = (*nftw_userf)(ftw->path, &ftw->statb, n, &nftw);
48 ftw->status = nftw.quit;
53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, int flags) function
/illumos-gate/usr/src/head/
H A Dftw.h58 * Codes for the fourth argument to nftw. You can specify the
97 #pragma redefine_extname nftw nftw64
103 #define nftw nftw64 macro
114 #pragma redefine_extname nftw64 nftw
120 #define nftw64 nftw
130 extern int nftw(const char *,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c33 * nftw - new file tree walk
35 * int nftw(char *path, int (*fn)(), int depth, int flags);
39 * nftw visits each file and directory in the tree starting at
43 * Otherwise, nftw will follow links but will not
80 * considered an error and nftw will return -1.
85 * If fn returns nonzero, nftw returns this value to its caller.
90 * in order to descend to arbitrary depths, nftw requires 2 file
92 * the depth argument is less than 2 nftw will not use openat(), and
116 #define nftw nftw64 macro
122 #pragma weak _nftw = nftw
495 nftw(const char *path, function
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h176 #undef nftw macro
177 #define nftw _ast_nftw macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h155 #undef nftw macro
156 #define nftw _ast_nftw macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h176 #undef nftw macro
177 #define nftw _ast_nftw macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h155 #undef nftw macro
156 #define nftw _ast_nftw macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h176 #undef nftw macro
177 #define nftw _ast_nftw macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h155 #undef nftw macro
156 #define nftw _ast_nftw macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h176 #undef nftw macro
177 #define nftw _ast_nftw macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h155 #undef nftw macro
156 #define nftw _ast_nftw macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile1012 nftw.3c \
1741 nftw.3c := LINKSRC = ftw.3c

Completed in 98 milliseconds