HomeSort by: relevance | last modified time | path
    Searched defs:farray (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
ftree.c 113 static char *farray[2]; /* array for passing each arg to fts */ variable in typeref:typename:char * [2]
191 if ((fthead == NULL) && ((farray[0] = malloc(PAXPATHLEN+2)) == NULL)) {
358 farray[0][i++] = c;
362 farray[0][i] = '\0';
381 farray[0] = ftcur->fname;
387 * and set farray[0] to point at the buffer with the file name
393 if ((ftsp = fts_open(farray, ftsopts, NULL)) != NULL)
ftree.c 113 static char *farray[2]; /* array for passing each arg to fts */ variable in typeref:typename:char * [2]
191 if ((fthead == NULL) && ((farray[0] = malloc(PAXPATHLEN+2)) == NULL)) {
358 farray[0][i++] = c;
362 farray[0][i] = '\0';
381 farray[0] = ftcur->fname;
387 * and set farray[0] to point at the buffer with the file name
393 if ((ftsp = fts_open(farray, ftsopts, NULL)) != NULL)

Completed in 56 milliseconds