Searched defs:localtime_rz (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/tzcode/
H A Dprivate.h82 #define localtime_rz sys_localtime_rz macro
90 #undef localtime_rz macro
335 # undef localtime_rz macro
336 # define localtime_rz tz_localtime_rz macro
457 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
H A Dlocaltime.c1411 ** ctime_rz would share. Callers can instead use localtime_rz + strftime.
1415 ** Callers can instead use localtime_rz + strftime.
1517 localtime_rz(struct state *sp, time_t const *timep, struct tm *tmp) function

Completed in 30 milliseconds