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

  /src/lib/libc/time/
private.h 755 # undef timeoff macro
756 # define timeoff tz_timeoff macro
902 # if TZ_TIME_T || !defined timeoff
1049 /* strftime.c sometimes needs access to timeoff if it is not already public.
1053 # ifndef timeoff
1054 # define timeoff tz_private_timeoff macro
1059 time_t timeoff(struct tm *, long);
localtime.c 367 # undef timeoff macro
368 # define timeoff timex_timeoff macro
3129 # ifndef timeoff
3130 # define timeoff my_timeoff /* Don't collide with OpenBSD 7.4 <time.h>. */ macro
3138 timeoff(struct tm *tmp, long offset) function
3155 t = timeoff(&tmcpy, 0);
  /src/lib/libc/include/
namespace.h 758 #define timeoff _timeoff macro

Completed in 21 milliseconds