HomeSort by: relevance | last modified time | path
    Searched refs:FTM (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
tables.h 77 typedef struct ftm { struct
81 struct ftm *fow;
82 } FTM;
tables.c 81 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 39 milliseconds