Searched refs:lf_xftw (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | lftw.c | 104 static int lf_xftw( 121 rc = (lf_xftw(path, fn, depth, lstat64)); in lf_lftw() 129 lf_xftw( in lf_xftw() function 135 lf_xftw(char *path, int (*fn)(), int depth, int (*statfn)()) in lf_xftw() 179 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw() 208 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw() 262 rc = lf_xftw(subpath, fn, depth-1, statfn); in lf_xftw()
|