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

  /src/bin/pax/
ftree.c 115 static FTREE *fttail = NULL; /* tail of linked list of file args */ variable in typeref:typename:FTREE *
241 fttail = fthead = ft;
244 fttail->fow = ft;
245 fttail = ft;

Completed in 12 milliseconds