Searched refs:mktime (Results 1 - 4 of 4) sorted by relevance

/bionic/libstdc++/include/
H A Dctime52 using ::mktime;
/bionic/libc/include/
H A Dtime.h71 extern time_t mktime (struct tm *a);
/bionic/libc/bionic/
H A Dtime64.c499 return (Time64_T)mktime(&safe_date);
507 time = (Time64_T)mktime(&safe_date);
515 /* Because I think mktime() is a crappy name */
/bionic/libc/tzcode/
H A Dlocaltime.c1329 ** The unused offset argument is for the benefit of mktime variants.
1703 ** The "best" way to do mktime I think is based on an idea of Bob
2082 mktime(tmp) function
2100 return mktime(tmp);
2147 const time_t t = mktime(tmp);

Completed in 98 milliseconds