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

  /src/lib/libc/time/
zdump.c 220 # undef mktime_z macro
221 # define mktime_z zdump_mktime_z macro
223 mktime_z(timezone_t tz, struct tm *tmp) function
345 t = mktime_z(tz, &tm);
private.h 738 # undef mktime_z macro
739 # define mktime_z tz_mktime_z macro
949 time_t mktime_z(timezone_t restrict, struct tm *restrict);
localtime.c 3132 mktime_z(struct state *restrict sp, struct tm *restrict tmp) function
3146 return mktime_z(sp, tmp);
3168 Callers can instead use mktime_z with a fixed-offset zone. */
  /src/lib/libc/include/
namespace.h 528 #define mktime_z _mktime_z macro

Completed in 27 milliseconds