Searched refs:timeoff (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/tzcode/ |
| H A D | private.h | 666 # 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 D | localtime.c | 2438 # 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 D | strftime.c | 331 mkt = timeoff(&tm, t->TM_GMTOFF); in _fmt()
|
| H A D | NEWS | 242 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 D | Symbol.map | 26 timeoff;
|
| H A D | strftime.c | 318 mkt = timeoff(&tm, t->tm_gmtoff); in _fmt()
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | NEWS | 74 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
|