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

/bionic/libc/tzcode/
H A Dprivate.h275 # undef mktime macro
276 # define mktime tz_mktime macro
291 time_t mktime(struct tm *);
H A Dlocaltime.c1280 ** The unused offset argument is for the benefit of mktime variants.
1612 ** The "best" way to do mktime I think is based on an idea of Bob
1984 mktime(struct tm * const tmp) function
2000 return mktime(tmp);
2037 const time_t t = mktime(tmp);
2295 // Non-standard API: mktime(3) but with an explicit timezone parameter.

Completed in 47 milliseconds