HomeSort by: relevance | last modified time | path
    Searched defs:tm_diff (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/diffutils/dist/lib/
strftime.c 359 # 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);
  /src/external/gpl2/xcvs/dist/lib/
strftime.c 291 # 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);
getdate.c 2771 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 26 milliseconds