Home
last modified time | relevance | path

Searched refs:FTM (Results 1 – 2 of 2) sorted by relevance

/original-bsd/bin/pax/
H A Dtables.h58 } FTM; typedef
H A Dtables.c47 static FTM **ftab = NULL; /* file time table for updating arch */
338 if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) { in ftime_start()
381 register FTM *pt;
454 if ((pt = (FTM *)malloc(sizeof(FTM))) != NULL) {