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

  /src/lib/libc/time/
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);
  /src/lib/libc/include/
namespace.h 758 #define timeoff _timeoff macro

Completed in 15 milliseconds