Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
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) { in ftime_start()
380 FTM *pt; in chk_ftime()
453 if ((pt = (FTM *)malloc(sizeof(FTM))) != NULL) { in chk_ftime()
H A Dtables.h82 } FTM; typedef