Home
last modified time | relevance | path

Searched refs:tm_diff (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/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) in tm_diff() function
1355 diff = tm_diff (&ltm, &gtm);
/netbsd-src/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) in tm_diff() function
1326 diff = tm_diff (&ltm, &gtm); in my_strftime()
H A Dgetdate.y859 tm_diff (struct tm const *a, struct tm const *b) in tm_diff() function
1422 delta -= tm_diff (&tm, gmt); in get_date()
H A Dgetdate.c2768 tm_diff (struct tm const *a, struct tm const *b) in tm_diff() function
3331 delta -= tm_diff (&tm, gmt); in get_date()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A DChangeLog3894 * main.c (format_date_alloc, tm_diff): Added.