Searched defs:mktime (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/tzcode/
H A Dprivate.h348 # undef mktime macro
349 # define mktime tz_mktime macro
388 time_t mktime(struct tm *);
H A Dlocaltime.c1778 ** The "best" way to do mktime I think is based on an idea of Bob
2187 mktime(struct tm *tmp) function
2216 return mktime(tmp);

Completed in 64 milliseconds