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

  /src/bin/pax/
tables.c 81 static FTM **ftab = NULL; /* file time table for updating arch */ variable in typeref:typename:FTM **
343 if (ftab != NULL)
345 if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) {
388 if (ftab == NULL)
396 if ((pt = ftab[indx]) != NULL) {
462 pt->fow = ftab[indx];
463 ftab[indx] = pt;

Completed in 17 milliseconds