Searched refs:lf_xftw (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | lftw.c | 108 static int lf_xftw( 125 rc = (lf_xftw(path, fn, depth, lstat64)); in lf_lftw() 133 lf_xftw( in lf_xftw() function 139 lf_xftw(char *path, int (*fn)(), int depth, int (*statfn)()) in lf_xftw() 183 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw() 212 rc = lf_xftw(".", fn, depth-1, statfn); in lf_xftw() 266 rc = lf_xftw(subpath, fn, depth-1, statfn); in lf_xftw()
|