Searched refs:ftm (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dtables.h76 typedef struct ftm { struct
80 struct ftm *fow;
/freebsd-9.3-release/contrib/cvs/src/
H A Dmain.c1090 struct tm *ftm; local
1094 ftm = gmtime (&unixtime);
1095 if (ftm == NULL)
1100 ftm = localtime (&unixtime);
1103 ftm->tm_year + (ftm->tm_year < 100 ? 0 : 1900),
1104 ftm->tm_mon + 1, ftm->tm_mday, ftm->tm_hour,
1105 ftm
[all...]
H A Dimport.c1061 struct tm *ftm; local
1212 ftm = gmtime (&now);
1214 ftm->tm_year + (ftm->tm_year < 100 ? 0 : 1900),
1215 ftm->tm_mon + 1, ftm->tm_mday, ftm->tm_hour,
1216 ftm->tm_min, ftm->tm_sec);
H A Drcs.c3190 struct tm xtm, *ftm;
3237 ftm = gmtime (&revdate);
3239 ftm->tm_year + (ftm->tm_year < 100 ? 0 : 1900),
3240 ftm->tm_mon + 1, ftm->tm_mday, ftm->tm_hour,
3241 ftm->tm_min, ftm->tm_sec);
5076 struct tm *ftm;
3188 struct tm xtm, *ftm; local
5074 struct tm *ftm; local
[all...]

Completed in 126 milliseconds