Searched defs:timep (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/tzcode/ |
D | asctime.c | 120 ctime_r(const time_t *timep, char *buf) in ctime_r() 128 ctime(const time_t *timep) in ctime()
|
D | localtime.c | 1565 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub() 1661 localtime_rz(struct state *restrict sp, time_t const *restrict timep, in localtime_rz() 1670 localtime_tzset(time_t const *timep, struct tm *tmp) in localtime_tzset() 1691 localtime(const time_t *timep) in localtime() 1700 localtime_r(const time_t *restrict timep, struct tm *restrict tmp) in localtime_r() 1710 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const *sp, time_t const *timep, in gmtsub() 1733 gmtime_r(time_t const *restrict timep, struct tm *restrict tmp) in gmtime_r() 1740 gmtime(const time_t *timep) in gmtime() 1751 offtime(const time_t *timep, long offset) in offtime() 1783 timesub(const time_t *timep, int_fast32_t offset, in timesub()
|