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 172 /* Assume gmtime_r works if localtime_r does.
173 A replacement localtime_r is defined below if needed. */
193 faster localtime_rz or localtime_r if available. */
204 # undef localtime_r
205 # define localtime_r zdump_localtime_r macro
207 localtime_r(time_t *tp, struct tm *tmp) function in typeref:struct:tm *
223 return localtime_r(tp, tmp);
private.h 693 # undef localtime_r
694 # define localtime_r tz_localtime_r macro
777 struct tm *localtime_r(time_t const *restrict, struct tm *restrict);
localtime.c 1828 localtime_r(const time_t *__restrict timep, struct tm *__restrict tmp) function in typeref:struct:tm *
  /src/lib/libc/include/
namespace.h 514 #define localtime_r _localtime_r macro

Completed in 16 milliseconds