Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dtimendk.cpp638 struct tm gmt_parsed_time; in GmtimeR() local
646 if (gmtime_r(&time, &gmt_parsed_time) == nullptr) { in GmtimeR()