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

/illumos-gate/usr/src/cmd/backup/dump/
H A Dlftw.c104 static int lf_xftw(
121 rc = (lf_xftw(path, fn, depth, lstat64));
129 lf_xftw( function
135 lf_xftw(char *path, int (*fn)(), int depth, int (*statfn)())
179 rc = lf_xftw(".", fn, depth-1, statfn);
208 rc = lf_xftw(".", fn, depth-1, statfn);
262 rc = lf_xftw(subpath, fn, depth-1, statfn);

Completed in 44 milliseconds