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

  /src/lib/libc/time/
private.h 697 # undef mktime
698 # define mktime tz_mktime macro
778 time_t mktime(struct tm *);
985 not relied upon. Defining it to 0 lets mktime access parts of
988 mktime likely infer a better value. */
localtime.c 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 macro
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) function in typeref:typename:time_t
2547 Callers can instead use mktime. */
2561 return mktime(tmp)
    [all...]

Completed in 14 milliseconds