Searched refs:ftw (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dftw.c24 * ftw implementation
28 #include <ftw.h>
33 ftw_user(Ftw_t* ftw) argument
35 register int n = ftw->info;
41 return (*ftw_userf)(ftw->path, &ftw->statb, n);
45 ftw(const char* path, int(*userf)(const char*, const struct stat*, int), int depth) function
H A Dnftw.c28 #include <ftw.h>
34 nftw_user(Ftw_t* ftw) argument
36 register int n = ftw->info;
42 else if ((n & FTW_SL) && (!(nftw_flags & FTW_PHYSICAL) || stat(ftw->path, &st)))
44 nftw.base = ftw->pathlen - ftw->namelen;
45 nftw.level = ftw->level;
47 n = (*nftw_userf)(ftw->path, &ftw->statb, n, &nftw);
48 ftw
[all...]
H A Dftw.h24 * ftw,nftw over ftwalk
55 extern int ftw(const char*, int(*)(const char*, const struct stat*, int), int);
/macosx-10.10/Libc-1044.1.2/include/
H A Dftw.h1 /* $OpenBSD: ftw.h,v 1.1 2003/07/21 21:13:18 millert Exp $ */
30 * second argument to ftw(3) and nftw(3). Say it three times fast!
57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int)
58 __DARWIN_ALIAS_I(ftw); variable
61 int ftw(const char *, int (*)(const char *, const struct stat *, int), int)
62 LIBC_ALIAS_I(ftw);
/macosx-10.10/uucp-11/uucp/unix/
H A Dwalk.c11 #include <ftw.h>
34 return ftw ((char *) zdir, iswalk_dir, 5) == 0;
H A Dsrmdir.c34 #include <ftw.h>
63 if (ftw ((char *) zdir, isremove_dir, 5) != 0)
65 ulog (LOG_ERROR, "ftw: %s", strerror (errno));
H A Dftw.c46 #include <ftw.h>
178 ftw (dir, func, descriptors) function
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnftw.c33 #include <ftw.h>
47 struct FTW ftw; local
169 requires ELOOP to end ftw and nftw walks with
184 says ftw can't do) */
231 ftw.base = cur->fts_pathlen - cur->fts_namelen;
232 ftw.level = cur->fts_level;
233 error = nfn(cur->fts_path, cur->fts_statp, fnflag, &ftw);
258 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), function
/macosx-10.10/srm-7/srm/src/
H A Dtree_walker.c169 #include <ftw.h>
/macosx-10.10/uucp-11/uucp/
H A Dsysdep.h343 /* If there is no <ftw.h>, define the ftw constants. */
529 extern int ftw P((const char *zdir,
H A Dconfigure2094 for ac_hdr in sysexits.h poll.h tiuser.h xti.h sys/tli.h stropts.h ftw.h
3685 for ac_func in gettimeofday ftw glob dev_info getaddrinfo
4623 UNIXOBJS="$UNIXOBJS ftw.o"
/macosx-10.10/Libc-1044.1.2/xcodescripts/
H A Dheaders.sh65 ftw.h
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile32 ccode.h cdt.h cdtlib.h cmdarg.h debug.h dt.h error.h find.h ftw.h \
136 basename.c closelog.c dirname.c fmtmsglib.c fnmatch.c ftw.c \
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DOTATrustUtilities.c39 #include <ftw.h>

Completed in 129 milliseconds