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

/netbsd-current/bin/pax/
H A Dtables.h82 } FTM; typedef in typeref:struct:ftm
H A Dtables.c81 static FTM **ftab = NULL; /* file time table for updating arch */
345 if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) {
380 FTM *pt;
453 if ((pt = (FTM *)malloc(sizeof(FTM))) != NULL) {

Completed in 71 milliseconds