Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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);
/illumos-gate/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 *,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c114 #define nftw nftw64 macro
120 #pragma weak _nftw = nftw
493 nftw(const char *path, in nftw() function
/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c164 if (nftw(".", visit_dir, MAX_DEPTH, FTW_PHYS) != 0) { in main()
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c269 if (nftw(dir, process, MAX_DEPTH, FTW_MOUNT) == 0) { in find_manifests()
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap155 #undef nftw
156 #define nftw _ast_nftw
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap155 #undef nftw
156 #define nftw _ast_nftw
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap152 #undef nftw
153 #define nftw _ast_nftw
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap152 #undef nftw
153 #define nftw _ast_nftw
/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c188 if (nftw(subtree, checkpath, 100, FTW_PHYS) != 0) in main()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c916 if (nftw(dir, nftw_owner, MAX_FDS, FTW_PHYS) != 0) { in one_statmon_owner()
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c797 i = nftw(".", set_values, MAX_DEPTH, FTW_PHYS|FTW_DEPTH); in main()
/illumos-gate/usr/src/cmd/filesync/
H A Deval.c456 nftw(get_name(fp), &walker, MAX_DEPTH, FTW_PHYS|FTW_MOUNT); in eval_file()
H A DREADME360 nftw
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common508 nftw
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c824 (void) nftw("/dev", dev_node, ft_depth, walk_flags); in check_dev_dir()
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c570 if (nftw(path, recursive, MAX_DEPTH, walkflags) != 0) { in process_path()
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs126 comp/nftw.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile137 getdate.c getsubopt.c glob.c nftw.c openlog.c re_comp.c \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com505 nftw.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile487 nftw.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com524 nftw.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com547 nftw.o \

12