Home
last modified time | relevance | path

Searched refs:localtime_r (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/minilibc/include/
A Dtime.h59 #define localtime_r(c,r) gmtime_r(c,r) macro
/AliOS-Things-master/components/libc_stub/
A Dnewlib_stub.c338 struct tm* localtime_r(const time_t* t, struct tm* r) in localtime_r() function
350 timeinfo = localtime_r(t, &tm_tmp); in localtime()
/AliOS-Things-master/components/oss/src/utils/
A DLogUtils.cc50 ::localtime_r(&t, &tm); in LogPrefix()
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_OS_yoc.c425 localtime_r(&tv.tv_sec, &tm); in HAL_GetTimeStr()
/AliOS-Things-master/components/mbedtls/
A DChangeLog2030 * x509_get_current_time() uses localtime_r() to prevent thread issues
2336 * x509_get_current_time() uses localtime_r() to prevent thread issues
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c41349 localtime_r(&ti, &tm); in getTimezoneOffset()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c39418 (void) localtime_r(&t, &tms[1]); in duk_bi_date_get_local_tzoffset_gmtime()

Completed in 493 milliseconds