Home
last modified time | relevance | path

Searched refs:fake_localtime_r (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dtime64.c66 # define LOCALTIME_R(clock, result) fake_localtime_r(clock, result)
427 struct tm * fake_localtime_r(const time_t *clock, struct tm *result) { in fake_localtime_r() function