Searched defs:timep (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 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() [all …]
|
D | zic.c | 1399 const char *const timep) in rulesub()
|
/external/webrtc/webrtc/base/ |
D | timeutils.cc | 116 static struct tm *gmtime_r(const time_t *timep, struct tm *result) { in gmtime_r()
|
/external/iputils/ |
D | clockdiff.c | 427 __u32 *timep = (__u32*)(opt+4+i*8+4); in measure_opt() local
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 422 char *__dfsw_ctime_r(const time_t *timep, char *buf, dfsan_label timep_label, in __dfsw_ctime_r() 644 struct tm *__dfsw_localtime_r(const time_t *timep, struct tm *result, in __dfsw_localtime_r()
|