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

  /src/lib/libc/time/
Makefile.inc 23 offtime.3 offtime_r.3 \
private.h 735 # undef offtime_r macro
736 # define offtime_r tz_offtime_r macro
896 # if TZ_TIME_T || !defined offtime_r
897 struct tm *offtime_r(time_t const *restrict, long, struct tm *restrict);
localtime.c 2447 offtime_r(time_t const *restrict timep, long offset, struct tm *restrict tmp) function
2459 return offtime_r(timep, offset, tm_multi(&tm, OFFTIME_TM_MULTI));
  /src/lib/libc/compat/include/
time.h 91 struct tm *offtime_r(const int32_t *, long, struct tm *);
  /src/include/
time.h 220 struct tm *offtime_r(const time_t *, long, struct tm *) __RENAME(__offtime_r50);

Completed in 24 milliseconds