Searched refs:offtime_r (Results 1 – 6 of 6) sorted by relevance
| /freebsd/lib/libc/stdtime/ |
| H A D | Symbol.map | 20 offtime_r;
|
| /freebsd/contrib/tzcode/ |
| H A D | private.h | 728 # 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 D | localtime.c | 2304 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 D | NEWS | 166 New function offtime_r, short for fixed-offset localtime_rz.
|
| /freebsd/include/ |
| H A D | time.h | 177 struct tm *offtime_r(const time_t *__restrict, long, struct tm *__restrict);
|
| /freebsd/contrib/tzdata/ |
| H A D | NEWS | 166 New function offtime_r, short for fixed-offset localtime_rz.
|