Home | History | Annotate | Download | only in pax

Lines Matching refs:FTS

84 #include <fts.h>
98 * routines to interface with the fts library function.
101 * and given to fts to be processed one at a time. pax "selects" files from
111 static FTS *ftsp = NULL; /* current FTS handle */
113 static char *farray[2]; /* array for passing each arg to fts */
165 * set up the operation mode of fts, open the first file arg. We must
167 * if fts did a chdir off into the boondocks, we may create an archive
206 * processed by fts one at a time
269 * if -M we don't use fts(3), so the rest of this function is moot.
270 * if -d we tell fts only to match the directory (if the arg is a dir)
319 * Get the next file arg for fts to process. Can be from either the linked
385 * watch it, fts wants the file arg stored in a array of char
388 * in it. We cannot pass all the file args to fts at one shot
616 * fts claims a file system cycle
734 * of duplicated files in the output. We kill fts after