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

/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dstrftime.c359 # define tm_diff ftime_tm_diff macro
360 static int tm_diff __P ((const struct tm *, const struct tm *));
362 tm_diff (a, b) function
1355 diff = tm_diff (&ltm, &gtm);
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstrftime.c291 # define tm_diff ftime_tm_diff macro
293 tm_diff (const struct tm *a, const struct tm *b) function
1326 diff = tm_diff (&ltm, &gtm);
H A Dgetdate.y860 tm_diff (struct tm const *a, struct tm const *b)
1423 delta -= tm_diff (&tm, gmt);
H A Dgetdate.c2771 tm_diff (struct tm const *a, struct tm const *b)
3334 delta -= tm_diff (&tm, gmt);
2768 tm_diff (struct tm const *a, struct tm const *b) function

Completed in 116 milliseconds