Home
last modified time | relevance | path

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

/src/contrib/tzcode/
H A Dprivate.h748 # 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 Dlocaltime.c282 # 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 Dstrftime.c393 mkt = timeoff(&tm, t->TM_GMTOFF); in _fmt()
H A DNEWS306 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 DSymbol.map26 timeoff;
H A Dstrftime.c307 mkt = timeoff(&tm, t->tm_gmtoff); in _fmt()
/src/libexec/bootpd/
H A Dreadfile.c775 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 DNEWS306 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