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

  /src/lib/libc/time/
zdump.c 186 faster localtime_rz or localtime_r if available. */
211 # undef localtime_rz macro
212 # define localtime_rz zdump_localtime_rz macro
214 localtime_rz(ATTRIBUTE_MAYBE_UNUSED timezone_t rz, time_t *tp, struct tm *tmp) function
330 localtime_rz(gmtz, tp, tmp) : gmtime_r(tp, tmp);
334 #define my_localtime_rz localtime_rz
339 tmp = localtime_rz(tz, tp, tmp);
621 struct tm *newtmp = localtime_rz(tz, &newt, &newtm);
628 newtmp = localtime_rz(tz, &newt, &newtm);
1223 ** The packaged localtime_rz and gmtime_r never put out-of-rang
    [all...]
private.h 734 # undef localtime_rz macro
735 # define localtime_rz tz_localtime_rz macro
947 struct tm *localtime_rz(timezone_t restrict, time_t const *restrict,
localtime.c 2176 ** ctime_rz would share. Callers can instead use localtime_rz + strftime.
2180 ** Callers can instead use localtime_rz + strftime.
2336 localtime_rz(struct state *__restrict sp, time_t const *__restrict timep, function
2424 Callers can instead use localtime_rz with a fixed-offset zone. */
  /src/lib/libc/include/
namespace.h 515 #define localtime_rz _localtime_rz macro

Completed in 22 milliseconds