Lines Matching defs:timep
1256 localsub(const time_t *const timep, const int_fast32_t offset, in localsub()
1332 localtime(const time_t *const timep) in localtime()
1343 localtime_r(const time_t *const timep, struct tm *tmp) in localtime_r()
1353 gmtsub(const time_t *const timep, const int_fast32_t offset, in gmtsub()
1379 gmtime(const time_t *const timep) in gmtime()
1389 gmtime_r(const time_t *const timep, struct tm *tmp) in gmtime_r()
1397 offtime(const time_t *const timep, const long offset) in offtime()
1417 timesub(const time_t *const timep, const int_fast32_t offset, in timesub()
1545 ctime(const time_t *const timep) in ctime()
1557 ctime_r(const time_t *const timep, char *buf) in ctime_r()
2000 leapcorr(time_t *timep) in leapcorr()