Searched defs:fwalk (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A D_xftw.c116 static int fwalk(const char *, int (*)(const char *, const struct stat *, int),
129 rc = fwalk(path, fn, depth, &var);
137 fwalk(const char *path, int (*fn)(const char *, const struct stat *, int), function
155 * to a function instead of aborting fwalk() right away.
244 rc = fwalk(subpath, fn, depth-1, vp);

Completed in 44 milliseconds