Lines Matching defs:timep
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()
2061 leapcorr(time_t * timep) in leapcorr()