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

/haiku-fatelf/src/bin/patch/
H A Dmaketime.h36 time_t difftm __MAKETIME_P ((struct tm const *, struct tm const *));
H A Dmaketime.c134 difftm (a, b) function
253 while ((d = difftm (tm, gtm)) != 0)
262 overflow can cause difftm to yield 0 even on differing times,
/haiku-fatelf/src/bin/rcs/
H A Dmaketime.h36 time_t difftm __MAKETIME_P((struct tm const *, struct tm const *));
H A Dmaketime.c105 difftm(a, b) function
222 while ((d = difftm(tm, gtm)) != 0) {
233 * overflow can cause difftm to yield 0 even on differing times,
H A Drcstime.c158 d = difftm(z, &t);

Completed in 46 milliseconds