Searched refs:farray (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/bin/pax/
H A Dftree.c71 static char *farray[2]; /* array for passing each arg to fts */ variable
124 if ((fthead == NULL) && ((farray[0] = malloc(PAXPATHLEN+2)) == NULL)) {
294 if (fgets(farray[0], PAXPATHLEN+1, stdin) == NULL)
296 if ((pt = strchr(farray[0], '\n')) != NULL)
320 farray[0] = ftcur->fname;
326 * and set farray[0] to point at the buffer with the file name
332 if ((ftsp = fts_open(farray, ftsopts, NULL)) != NULL)

Completed in 101 milliseconds