Lines Matching full:fts
44 #include <fts.h>
50 * routines to interface with the fts library function.
53 * and given to fts to be processed one at a time. pax "selects" files from
63 static FTS *ftsp = NULL; /* current FTS handle */
65 static char *farray[2]; /* array for passing each arg to fts */
88 * Set up the operation mode of fts, open the first file arg. We must in ftree_start()
90 * if fts did a chdir off into the boondocks, we may create an archive in ftree_start()
129 * processed by fts one at a time
193 * if -d we tell fts only to match the directory (if the arg is a dir) in ftree_sel()
253 * Get the next file arg for fts to process. Can be from either the linked
314 * Watch it, fts wants the file arg stored in an array of char in ftree_arg()
317 * in it. We cannot pass all the file args to fts at one shot in ftree_arg()
400 * fts claims a file system cycle in next_file()