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

  /src/lib/libc/time/
private.h 762 # undef timeoff macro
763 # define timeoff tz_timeoff macro
909 # if TZ_TIME_T || !defined timeoff
1061 /* strftime.c sometimes needs access to timeoff if it is not already public.
1065 # ifndef timeoff
1066 # define timeoff tz_private_timeoff macro
1071 time_t timeoff(struct tm *, long);
localtime.c 325 # undef timeoff macro
326 # define timeoff timex_timeoff macro
3161 # ifndef timeoff
3162 # define timeoff my_timeoff /* Don't collide with OpenBSD 7.4 <time.h>. */ macro
3170 timeoff(struct tm *tmp, long offset) function
3187 t = timeoff(&tmcpy, 0);
  /src/lib/libc/include/
namespace.h 758 #define timeoff _timeoff macro

Completed in 19 milliseconds