Lines Matching defs:mktime
90 /* On platforms where offtime or mktime might overflow,
94 and to #define offtime (if TM_GMTOFF is defined) or mktime (otherwise)
97 to support the offtime or mktime variant. */
125 # undef mktime
126 # define mktime timex_mktime
2042 ** The "best" way to do mktime I think is based on an idea of Bob
2129 /* Copy to *DEST from *SRC. Copy only the members needed for mktime,
2521 mktime(struct tm *tmp)
2547 Callers can instead use mktime. */
2561 return mktime(tmp);