Lines Matching defs:walk
33 * nftw - new file tree walk
42 * FTW_PHYS Physical walk, does not follow symbolic links
44 * walk down any path the crosses itself.
45 * FTW_MOUNT The walk will not cross a mount point.
48 * FTW_CHDIR The walk will change to each directory before
57 * FTW_HOPTION Use stat the first time the walk
171 walk(char *component,
291 * If the walk is not supposed to cross a mount point,
340 * If the walk has followed a symbolic link (FTW_PHYS is not set),
341 * traverse the walk back to make sure there is not a loop.
417 /* Call walk() recursively. */
418 rc = walk(p, fn, depth-1, &this, vp);
517 * If the walk is going to change directory before
559 * If doing a physical walk (not following symbolic link), set
578 * If walk is not going to cross a mount point,
590 * Call walk() which does most of the work.
591 * walk() uses errno in a rather obtuse way
597 rc = walk(dp, fn, depth, (struct Save *)0, &var);