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

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

Completed in 98 milliseconds