Home
last modified time | relevance | path

Searched refs:nftw (Results 1 – 25 of 48) sorted by relevance

12

/titanic_44/usr/src/lib/libast/common/comp/
H A Dnftw.c37 struct FTW nftw; in nftw_user() local
44 nftw.base = ftw->pathlen - ftw->namelen; in nftw_user()
45 nftw.level = ftw->level; in nftw_user()
46 nftw.quit = 0; in nftw_user()
47 n = (*nftw_userf)(ftw->path, &ftw->statb, n, &nftw); in nftw_user()
48 ftw->status = nftw.quit; in nftw_user()
53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, i… in nftw() function
H A Dftw.h56 extern int nftw(const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int);
/titanic_44/usr/src/head/
H A Dftw.h97 #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 *,
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dftw.h66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, str…
H A Dast_map.h176 #undef nftw
177 #define nftw _ast_nftw macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dftw.h66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, str…
H A Dast_map.h176 #undef nftw
177 #define nftw _ast_nftw macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dftw.h66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, str…
H A Dast_map.h176 #undef nftw
177 #define nftw _ast_nftw macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dftw.h66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, str…
H A Dast_map.h176 #undef nftw
177 #define nftw _ast_nftw macro
/titanic_44/usr/src/tools/protolist/
H A Dprotolist.c164 if (nftw(".", visit_dir, MAX_DEPTH, FTW_PHYS) != 0) { in main()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dnftw.c116 #define nftw nftw64 macro
122 #pragma weak _nftw = nftw
495 nftw(const char *path, in nftw() function
/titanic_44/usr/src/cmd/svc/common/
H A Dmanifest_find.c269 if (nftw(dir, process, MAX_DEPTH, FTW_MOUNT) == 0) { in find_manifests()
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h155 #undef nftw
156 #define nftw _ast_nftw macro
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h155 #undef nftw
156 #define nftw _ast_nftw macro
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h155 #undef nftw
156 #define nftw _ast_nftw macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h155 #undef nftw
156 #define nftw _ast_nftw macro
/titanic_44/usr/src/cmd/grep/
H A Dgrep.c261 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) { in prepare()
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap155 #undef nftw
156 #define nftw _ast_nftw
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap155 #undef nftw
156 #define nftw _ast_nftw
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap155 #undef nftw
156 #define nftw _ast_nftw
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap155 #undef nftw
156 #define nftw _ast_nftw
/titanic_44/usr/src/tools/findunref/
H A Dfindunref.c184 if (nftw(subtree, checkpath, 100, FTW_PHYS) != 0) in main()
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c303 rv = nftw(basedir, do_recurse_dev, NFTW_DEPTH, FTW_PHYS); in recurse_dev()
313 if ((rv = nftw(dev_dir_hints[i], do_recurse_dev, NFTW_DEPTH, in recurse_dev()

12