Searched refs:nftw (Results 1 - 23 of 23) sorted by relevance

/osnet-11/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
H A Dftw.h24 * ftw,nftw over ftwalk
56 extern int nftw(const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dftw.h26 * ftw,nftw over ftwalk
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
H A Dast_map.h176 #undef nftw macro
177 #define nftw _ast_nftw macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dftw.h26 * ftw,nftw over ftwalk
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
H A Dast_map.h176 #undef nftw macro
177 #define nftw _ast_nftw macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dftw.h26 * ftw,nftw over ftwalk
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
H A Dast_map.h176 #undef nftw macro
177 #define nftw _ast_nftw macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dftw.h26 * ftw,nftw over ftwalk
66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int));
H A Dast_map.h176 #undef nftw macro
177 #define nftw _ast_nftw macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c30 * nftw - new file tree walk
32 * int nftw(char *path, int (*fn)(), int depth, int flags);
36 * nftw visits each file and directory in the tree starting at
40 * Otherwise, nftw will follow links but will not
77 * considered an error and nftw will return -1.
82 * If fn returns nonzero, nftw returns this value to its caller.
87 * in order to descend to arbitrary depths, nftw requires 2 file
89 * the depth argument is less than 2 nftw will not use openat(), and
113 #define nftw nftw64 macro
121 #pragma weak _nftw = nftw
615 nftw(const char *path, function
[all...]
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h155 #undef nftw macro
156 #define nftw _ast_nftw macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h155 #undef nftw macro
156 #define nftw _ast_nftw macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h155 #undef nftw macro
156 #define nftw _ast_nftw macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h155 #undef nftw macro
156 #define nftw _ast_nftw macro
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c59 /* defines for nftw() */
303 rv = nftw(basedir, do_recurse_dev, NFTW_DEPTH, FTW_PHYS);
313 if ((rv = nftw(dev_dir_hints[i], do_recurse_dev, NFTW_DEPTH,
/osnet-11/usr/src/lib/libast/
H A DMakefile.com93 common/comp/nftw.o \
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com483 nftw.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com514 nftw.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com478 nftw.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile454 nftw.o \
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c72 /* for nftw call */
117 /* global since nftw does not let you pass args to be updated */
120 /* global since nftw does not let you pass args to be updated */
1483 * name space looking for matches (/dev). We use nftw to do this.
1518 /* tell nftw where to start (default: /dev) */
1538 * we need to muck with global data to make nftw work
1544 * set the global vars bootdev_list and dev_list for use by nftw
1546 * entry. The nftw function will create a list of logical device
1559 if (nftw(full_path, check_logical_dev, FT_DEPTH, walk_flags) == -1) {
1626 * nftw functio
[all...]
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc766 /* nftw.c */
767 int nftw(const char *path, int (*fn)(), int depth, int flags);

Completed in 90 milliseconds