Searched defs:timep (Results 1 – 1 of 1) sorted by relevance
| /bionic/libc/tzcode/ |
| D | localtime.c | 1285 localsub(const time_t * const timep, const int_fast32_t offset, in localsub() 1364 localtime(const time_t * const timep) in localtime() 1374 localtime_r(const time_t * const timep, struct tm * tmp) in localtime_r() 1391 gmtsub(const time_t * const timep, const int_fast32_t offset, in gmtsub() 1419 gmtime(const time_t * const timep) in gmtime() 1429 gmtime_r(const time_t * const timep, struct tm * tmp) in gmtime_r() 1443 offtime(const time_t *const timep, const long offset) in offtime() 1463 timesub(const time_t *const timep, const int_fast32_t offset, in timesub() 1591 ctime(const time_t * const timep) in ctime() 1603 ctime_r(const time_t * const timep, char * buf) in ctime_r() [all …]
|