HomeSort by: relevance | last modified time | path
    Searched refs:timeoff (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/time/
Makefile.inc 26 offtime.3 timeoff.3 \
private.h 772 # undef timeoff macro
773 # define timeoff tz_timeoff macro
921 # if TZ_TIME_T || !defined timeoff
1079 /* strftime.c sometimes needs access to timeoff if it is not already public.
1083 # ifndef timeoff
1084 # define timeoff tz_private_timeoff macro
1089 time_t timeoff(struct tm *, long);
localtime.c 324 # undef timeoff macro
325 # define timeoff timex_timeoff macro
3106 # ifndef timeoff
3107 # define timeoff my_timeoff /* Don't collide with OpenBSD 7.4 <time.h>. */ macro
3115 timeoff(struct tm *tmp, long offset) function
3132 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

Completed in 52 milliseconds