/src/lib/libc/compat/time/ |
compat_localtime.c | 28 __weak_alias(timeoff,_timeoff) 63 __warn_references(timeoff, 64 "warning: reference to compatibility timeoff();"
|
/src/lib/libc/time/ |
Makefile.inc | 26 offtime.3 timeoff.3 \
|
private.h | 721 # undef timeoff 722 # define timeoff tz_timeoff macro 847 # if TZ_TIME_T || !defined timeoff 993 /* strftime.c sometimes needs access to timeoff if it is not already public. 997 # ifndef timeoff 998 # define timeoff tz_private_timeoff macro 1003 time_t timeoff(struct tm *, long);
|
localtime.c | 121 # undef timeoff 122 # define timeoff timex_timeoff macro 2568 # ifndef timeoff 2569 # define timeoff my_timeoff /* Don't collide with OpenBSD 7.4 <time.h>. */ macro 2577 timeoff(struct tm *tmp, long offset) function in typeref:typename:EXTERN_TIMEOFF time_t 2594 t = timeoff(&tmcpy, 0);
|
strftime.c | 122 /* Do this after system includes as it redefines time_t, mktime, timeoff. */ 447 mkt = timeoff(&tm, t->TM_GMTOFF);
|
/src/lib/libc/compat/include/ |
time.h | 94 int32_t timeoff(struct tm *, long);
|
/src/include/ |
time.h | 215 time_t timeoff(struct tm *, long) __RENAME(__timeoff50);
|
/src/lib/libc/include/ |
namespace.h | 758 #define timeoff _timeoff macro
|