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

/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrftime.c357 # define tm_diff ftime_tm_diff macro
358 static int tm_diff __P ((const struct tm *, const struct tm *));
360 tm_diff (a, b) function
1353 diff = tm_diff (&ltm, &gtm);
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dstrftime.c412 # define tm_diff ftime_tm_diff macro
413 static int tm_diff __P ((const struct tm *, const struct tm *));
415 tm_diff (a, b) function
1417 diff = tm_diff (&ltm, &gtm);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstrftime.c338 # define tm_diff ftime_tm_diff macro
340 tm_diff (const struct tm *a, const struct tm *b) function
1378 diff = tm_diff (&ltm, &gtm);
H A Dgetdate.y893 tm_diff (struct tm const *a, struct tm const *b)
1482 delta -= tm_diff (&tm, gmt);
H A Dgetdate.c2866 tm_diff (struct tm const *a, struct tm const *b)
3455 delta -= tm_diff (&tm, gmt);
2863 tm_diff (struct tm const *a, struct tm const *b) function
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrftime.c334 # define tm_diff ftime_tm_diff macro
336 tm_diff (const struct tm *a, const struct tm *b) function
1374 diff = tm_diff (&ltm, &gtm);

Completed in 118 milliseconds