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

  /src/lib/libc/time/
localtime.c 2364 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname) function
2385 return localtime_tzset(timep, tm_multi(&tm, LOCALTIME_TM_MULTI), true);
2391 return localtime_tzset(timep, tmp, false);

Completed in 22 milliseconds