Searched refs:timeoff (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/tzcode/ |
| H A D | private.h | 748 # undef timeoff 749 # define timeoff tz_timeoff macro 889 # if TZ_TIME_T || !defined timeoff 1043 # ifndef timeoff 1044 # define timeoff tz_private_timeoff macro 1049 time_t timeoff(struct tm *, long);
|
| H A D | localtime.c | 282 # undef timeoff 283 # define timeoff timex_timeoff macro 2982 # ifndef timeoff 2983 # define timeoff my_timeoff /* Don't collide with OpenBSD 7.4 <time.h>. */ macro 2991 timeoff(struct tm *tmp, long offset) in timeoff() function 3008 t = timeoff(&tmcpy, 0); in timegm()
|
| H A D | strftime.c | 393 mkt = timeoff(&tm, t->TM_GMTOFF); in _fmt()
|
| H A D | NEWS | 306 mktime and timeoff no longer incorrectly fail merely because a 577 localtime.c's timeoff no longer collides with OpenBSD 7.4. 4642 The signatures of 'offtime', 'timeoff', and 'gtime' have been
|
| /src/lib/libc/stdtime/ |
| H A D | Symbol.map | 26 timeoff;
|
| H A D | strftime.c | 307 mkt = timeoff(&tm, t->tm_gmtoff); in _fmt()
|
| /src/libexec/bootpd/ |
| H A D | readfile.c | 775 int32 timeoff; in eval_symbol() local 962 if (sscanf(tmpstr, "%d", (int*)&timeoff) != 1) in eval_symbol() 964 hp->time_offset = timeoff; in eval_symbol()
|
| /src/contrib/tzdata/ |
| H A D | NEWS | 306 mktime and timeoff no longer incorrectly fail merely because a 577 localtime.c's timeoff no longer collides with OpenBSD 7.4. 4642 The signatures of 'offtime', 'timeoff', and 'gtime' have been
|