/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | nftw.c | 37 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 D | ftw.h | 56 extern int nftw(const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int);
|
/titanic_44/usr/src/head/ |
H A D | ftw.h | 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 *,
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ftw.h | 66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, str…
|
H A D | ast_map.h | 176 #undef nftw 177 #define nftw _ast_nftw macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ftw.h | 66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, str…
|
H A D | ast_map.h | 176 #undef nftw 177 #define nftw _ast_nftw macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ftw.h | 66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, str…
|
H A D | ast_map.h | 176 #undef nftw 177 #define nftw _ast_nftw macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ftw.h | 66 extern __MANGLE__ int nftw __PROTO__((const char*, int(*)(const char*, const struct stat*, int, str…
|
H A D | ast_map.h | 176 #undef nftw 177 #define nftw _ast_nftw macro
|
/titanic_44/usr/src/tools/protolist/ |
H A D | protolist.c | 164 if (nftw(".", visit_dir, MAX_DEPTH, FTW_PHYS) != 0) { in main()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | nftw.c | 116 #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 D | manifest_find.c | 269 if (nftw(dir, process, MAX_DEPTH, FTW_MOUNT) == 0) { in find_manifests()
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 155 #undef nftw 156 #define nftw _ast_nftw macro
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 155 #undef nftw 156 #define nftw _ast_nftw macro
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 155 #undef nftw 156 #define nftw _ast_nftw macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 155 #undef nftw 156 #define nftw _ast_nftw macro
|
/titanic_44/usr/src/cmd/grep/ |
H A D | grep.c | 261 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) { in prepare()
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | map | 155 #undef nftw 156 #define nftw _ast_nftw
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | map | 155 #undef nftw 156 #define nftw _ast_nftw
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | map | 155 #undef nftw 156 #define nftw _ast_nftw
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | map | 155 #undef nftw 156 #define nftw _ast_nftw
|
/titanic_44/usr/src/tools/findunref/ |
H A D | findunref.c | 184 if (nftw(subtree, checkpath, 100, FTW_PHYS) != 0) in main()
|
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 303 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()
|