Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdtime/
H A DSymbol.map20 offtime_r;
/freebsd/contrib/tzcode/
H A Dprivate.h728 # undef offtime_r
729 # define offtime_r tz_offtime_r macro
883 # if TZ_TIME_T || !defined offtime_r
884 struct tm *offtime_r(time_t const *restrict, long, struct tm *restrict);
H A Dlocaltime.c2304 offtime_r(time_t const *restrict timep, long offset, struct tm *restrict tmp) in offtime_r() function
2316 return offtime_r(timep, offset, tm_multi(&tm, OFFTIME_TM_MULTI)); in offtime()
H A DNEWS166 New function offtime_r, short for fixed-offset localtime_rz.
/freebsd/include/
H A Dtime.h177 struct tm *offtime_r(const time_t *__restrict, long, struct tm *__restrict);
/freebsd/contrib/tzdata/
H A DNEWS166 New function offtime_r, short for fixed-offset localtime_rz.