Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dtimendk.cpp470 time_t rawtime; in AsctimeR() local
474 time(&rawtime); in AsctimeR()
475 timeinfo = localtime(&rawtime); in AsctimeR()
619 time_t rawtime; in Gmtime() local
622 time(&rawtime); in Gmtime()
624 infoat = gmtime(&rawtime); in Gmtime()
Dwcharndk1.cpp595 time_t rawtime; in Wcsftime_One() local
598 time(&rawtime); in Wcsftime_One()
599 timeinfo = localtime(&rawtime); in Wcsftime_One()