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

/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Dmaketime.h38 time_t difftm __MAKETIME_P((struct tm const *, struct tm const *));
H A Dmaketime.c107 difftm(a, b) function
224 while ((d = difftm(tm, gtm)) != 0) {
235 * overflow can cause difftm to yield 0 even on differing times,
H A Drcstime.c160 d = difftm(z, &t);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dpo-time.c33 difftm (const struct tm *a, const struct tm *b) function
63 tz_min = difftm (&local_time, gmtime (tp)) / 60;
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dgetdate.c871 difftm (struct tm *a, struct tm *b) function
931 tzone = difftm (&gmt, &local);
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dparsedate.y859 difftm (struct tm *a, struct tm *b)
898 zonet = difftm(&gmt, &local) / 60;

Completed in 67 milliseconds