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

  /src/bin/pax/
ftree.c 114 static FTREE *fthead = NULL; /* head of linked list of file args */ variable in typeref:typename:FTREE *
148 if (fthead != NULL) {
191 if ((fthead == NULL) && ((farray[0] = malloc(PAXPATHLEN+2)) == NULL)) {
240 if (fthead == NULL) {
241 fttail = fthead = ft;
305 for (ft = fthead; ft != NULL; ft = ft->fow) {
344 if (fthead == NULL) {
368 ftcur = fthead;
ftree.c 114 static FTREE *fthead = NULL; /* head of linked list of file args */ variable in typeref:typename:FTREE *
148 if (fthead != NULL) {
191 if ((fthead == NULL) && ((farray[0] = malloc(PAXPATHLEN+2)) == NULL)) {
240 if (fthead == NULL) {
241 fttail = fthead = ft;
305 for (ft = fthead; ft != NULL; ft = ft->fow) {
344 if (fthead == NULL) {
368 ftcur = fthead;

Completed in 22 milliseconds