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

/osnet-11/usr/src/lib/libc/port/gen/
H A D_xftw.c30 * _xftw - file tree walk the uses expanded stat structure
32 * int _xftw(path, fn, depth) char *path; int (*fn)(); int depth;
34 * Given a path name, _xftw starts from the file given by that path
66 * considered an error and will cause _xftw to stop
69 * If fn returns nonzero, _xftw stops and returns the same value
70 * to its caller. If _xftw gets into other trouble along the way,
73 * The third argument to _xftw does not limit the depth to which
74 * _xftw will go. Rather, it limits the depth to which _xftw will
79 * to arbitrary depths, _xftw require
106 #define _xftw macro
127 _xftw(int ver, const char *path, function
[all...]

Completed in 94 milliseconds