Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dprivate.h666 # undef timeoff
667 # define timeoff tz_timeoff macro
786 # if TZ_TIME_T || !defined timeoff
934 # ifndef timeoff
935 # define timeoff tz_private_timeoff macro
940 time_t timeoff(struct tm *, long);
H A Dlocaltime.c2438 # ifndef timeoff
2439 # define timeoff my_timeoff /* Don't collide with OpenBSD 7.4 <time.h>. */ macro
2447 timeoff(struct tm *tmp, long offset) in timeoff() function
2462 t = timeoff(&tmcpy, 0); in timegm()
H A Dstrftime.c331 mkt = timeoff(&tm, t->TM_GMTOFF); in _fmt()
H A DNEWS242 localtime.c's timeoff no longer collides with OpenBSD 7.4.
4307 The signatures of 'offtime', 'timeoff', and 'gtime' have been
/freebsd-14.2/lib/libc/stdtime/
H A DSymbol.map26 timeoff;
H A Dstrftime.c318 mkt = timeoff(&tm, t->tm_gmtoff); in _fmt()
/freebsd-14.2/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()
/freebsd-14.2/contrib/tzdata/
H A DNEWS74 mktime and timeoff no longer incorrectly fail merely because a
345 localtime.c's timeoff no longer collides with OpenBSD 7.4.
4410 The signatures of 'offtime', 'timeoff', and 'gtime' have been