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 731 # undef mktime_z macro
732 # define mktime_z tz_mktime_z macro
942 time_t mktime_z(timezone_t restrict, struct tm *restrict);
localtime.c 3100 mktime_z(struct state *restrict sp, struct tm *restrict tmp) function
3114 return mktime_z(sp, tmp);
3136 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 23 milliseconds