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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-time.c 33 difftm (const struct tm *a, const struct tm *b) function
63 tz_min = difftm (&local_time, gmtime (tp)) / 60;
  /src/usr.bin/touch/
touch.c 71 static int difftm(const struct tm *, const struct tm *);
309 if (tsp[0].tv_sec == NO_TIME || difftm(t, &tm))
343 if (tsp[0].tv_sec == NO_TIME || difftm(t, &tm))
500 if ((errno != 0 && tsp[1].tv_sec == NO_TIME) || difftm(&tm, &tms))
516 difftm(const struct tm *t1, const struct tm *t2) function
  /src/external/gpl2/rcs/dist/src/
maketime.c 107 difftm(a, b) function
224 while ((d = difftm(tm, gtm)) != 0) {
235 * overflow can cause difftm to yield 0 even on differing times,
  /src/external/bsd/libarchive/dist/libarchive/
archive_parse_date.c 925 difftm (struct tm *a, struct tm *b) function
1032 tzone = difftm (&gmt, &local);

Completed in 22 milliseconds