Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dtimendk.cpp151 static time_t gTime = TIME_L; in Strftime() local
152 struct tm *timeptr = localtime(&gTime); in Strftime()
166 static time_t gTime = TIME_L; in Strftime_l() local
167 struct tm *timeptr = localtime(&gTime); in Strftime_l()
180 static time_t gTime = TIME_L; in Timegm() local
181 struct tm *timeptr = localtime(&gTime); in Timegm()