Home
last modified time | relevance | path

Searched refs:nftw (Results 1 – 25 of 35) sorted by last modified time

12

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc756 link path=usr/share/man/man3c/nftw.3c target=ftw.3c
/illumos-gate/usr/src/man/man3c/
H A DMakefile1059 nftw.3c \
1834 nftw.3c := LINKSRC = ftw.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2789 nftw;
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com505 nftw.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com547 nftw.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com522 nftw.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile486 nftw.o \
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c5840 (void) nftw(DEV, devfsadm_copy_file, 20, FTW_PHYS); in devfsadm_copy()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3024 (void) nftw(path, zonecfg_devwalk_cb, 0, FTW_PHYS); in zonecfg_dev_manifest()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3012 if (nftw(path, cmpstat, 20, FTW_PHYS) == -1) { in walk_list()
/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/cmd/find/
H A Dfind.c394 if (nftw(curpath, execute, 1000, walkflags)) { 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()
/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/tools/protocmp/
H A Dprotocmp.c797 i = nftw(".", set_values, MAX_DEPTH, FTW_PHYS|FTW_DEPTH); in main()
/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/libdevinfo/
H A Ddevfsinfo.c1130 if (nftw(full_path, check_logical_dev, FT_DEPTH, walk_flags) == -1) { in devfs_phys_to_logical()
/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/lib/c_synonyms/
H A Dsyn_common508 nftw
/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/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/contrib/ast/src/lib/libast/
H A DRELEASE1602 hsearch,nftw,realpath,strftime,strptime,swab,tempnam: add
H A DMamfile3620 make nftw.o
3621 make comp/nftw.c
3624 done comp/nftw.c
3625 meta nftw.o %.c>%.o comp/nftw.c nftw
3626 prev comp/nftw.c
3627 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c comp/nftw.c
3628 done nftw.o generated
6103 …elog.o dirname.o fmtmsglib.o fnmatch.o ftw.o getdate.o getsubopt.o glob.o nftw.o openlog.o re_comp…
H A DMakefile137 getdate.c getsubopt.c glob.c nftw.c openlog.c re_comp.c \

12