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

  /src/lib/libc/time/
zdump.c 165 /* Assume gmtime_r works if localtime_r does.
166 A replacement localtime_r is defined below if needed. */
186 faster localtime_rz or localtime_r if available. */
197 # undef localtime_r macro
198 # define localtime_r zdump_localtime_r macro
200 localtime_r(time_t *tp, struct tm *tmp) function
216 return localtime_r(tp, tmp);
private.h 725 # undef localtime_r macro
726 # define localtime_r tz_localtime_r macro
811 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
localtime.c 2389 localtime_r(const time_t *__restrict timep, struct tm *__restrict tmp) function
  /src/lib/libc/include/
namespace.h 514 #define localtime_r _localtime_r macro

Completed in 25 milliseconds