Searched defs:timep (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 1402 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname, in localsub() 1483 localtime_rz(struct state *sp, time_t const *timep, struct tm *tmp) in localtime_rz() 1491 localtime_tzset(time_t const *timep, struct tm *tmp) in localtime_tzset() 1512 localtime(const time_t *timep) in localtime() 1518 localtime_r(const time_t *timep, struct tm *tmp) in localtime_r() 1528 gmtsub(struct state const *sp, time_t const *timep, int_fast32_t offset, in gmtsub() 1551 gmtime_r(const time_t *timep, struct tm *tmp) in gmtime_r() 1558 gmtime(const time_t *timep) in gmtime() 1566 offtime(const time_t *timep, long offset) in offtime() 1587 timesub(const time_t *timep, int_fast32_t offset, in timesub() [all …]
|