Lines Matching refs:fn
35 * int nftw(char *path, int (*fn)(), int depth, int flags);
63 * fn is called with four arguments at each file and directory.
76 * fn will not be called for any of its descendants.
78 * appropriate permission. The stat buffer passed to fn
85 * If fn returns nonzero, nftw returns this value to its caller.
172 int (*fn)(const char *, const struct stat *, int, struct FTW *),
270 * Ignore bad symbolic link, let "fn"
304 rc = (*fn)(vp->tmppath, &statb, type, &vp->state);
334 rc = (*fn)(vp->tmppath, &statb, type, &vp->state);
418 rc = walk(p, fn, depth-1, &this, vp);
452 rc = (*fn)(vp->tmppath, &statb, type, &vp->state);
496 int (*fn)(const char *, const struct stat *, int, struct FTW *),
597 rc = walk(dp, fn, depth, (struct Save *)0, &var);