Searched refs:timeoff (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/lib/libc/compat/time/
H A Dcompat_localtime.c30 __weak_alias(timeoff,_timeoff)
71 __warn_references(timeoff,
72 "warning: reference to compatibility timeoff();"
/netbsd-current/lib/libc/time/
H A DMakefile.inc26 offtime.3 timeoff.3 \
H A Dprivate.h666 # undef timeoff macro
667 # define timeoff tz_timeoff macro
780 # if TZ_TIME_T || !defined timeoff
926 /* localtime.c sometimes needs access to timeoff if it is not already public.
930 # ifndef timeoff
931 # define timeoff tz_private_timeoff macro
936 time_t timeoff(struct tm *, long);
H A Dlocaltime.c2473 # ifndef timeoff
2474 # define timeoff my_timeoff /* Don't collide with OpenBSD 7.4 <time.h>. */ macro
2482 timeoff(struct tm *tmp, long offset) function
2497 t = timeoff(&tmcpy, 0);
/netbsd-current/lib/libc/compat/include/
H A Dtime.h94 int32_t timeoff(struct tm *, long);
/netbsd-current/include/
H A Dtime.h204 time_t timeoff(struct tm *, long) __RENAME(__timeoff50);
/netbsd-current/lib/libc/include/
H A Dnamespace.h748 #define timeoff _timeoff macro

Completed in 213 milliseconds