Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h370 # undef timeoff
371 # define timeoff tz_timeoff macro
430 # if !defined timeoff || defined time_tz
431 time_t timeoff(struct tm *, long);
Dlocaltime.c2177 return timeoff(tmp, 0); in timegm()
2181 timeoff(struct tm *tmp, long offset) in timeoff() function