| /src/lib/libc/time/ |
| Makefile.inc | 26 offtime.3 timeoff.3 \
|
| private.h | 765 # undef timeoff macro 766 # define timeoff tz_timeoff macro 912 # if TZ_TIME_T || !defined timeoff 1069 /* strftime.c sometimes needs access to timeoff if it is not already public. 1073 # ifndef timeoff 1074 # define timeoff tz_private_timeoff macro 1079 time_t timeoff(struct tm *, long);
|
| localtime.c | 325 # undef timeoff macro 326 # define timeoff timex_timeoff macro 3173 # ifndef timeoff 3174 # define timeoff my_timeoff /* Don't collide with OpenBSD 7.4 <time.h>. */ macro 3182 timeoff(struct tm *tmp, long offset) function 3199 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/time/ |
| compat_localtime.c | 29 __weak_alias(timeoff,_timeoff) 64 __warn_references(timeoff, 65 "warning: reference to compatibility timeoff();"
|
| /src/lib/libc/compat/include/ |
| time.h | 94 int32_t timeoff(struct tm *, long);
|
| /src/include/ |
| time.h | 226 time_t timeoff(struct tm *, long) __RENAME(__timeoff50);
|
| /src/lib/libc/include/ |
| namespace.h | 758 #define timeoff _timeoff macro
|