Home
last modified time | relevance | path

Searched refs:timeptr (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/kernel_lite/time_posix/src/
H A DTimeUtilsTest.cpp37 struct tm timeptr = {0}; in HWTEST_F() local
38 timeptr.tm_sec = 0; in HWTEST_F()
39 timeptr.tm_min = 10; in HWTEST_F()
40 timeptr.tm_hour = 10; in HWTEST_F()
41 timeptr.tm_mday = 9; in HWTEST_F()
42 timeptr.tm_mon = 7; in HWTEST_F()
43 timeptr.tm_year = 120; in HWTEST_F()
44 timeptr.tm_wday = 7; in HWTEST_F()
46 char * returnStr = asctime(&timeptr); in HWTEST_F()
47 LOG(" asctime &timeptr in HWTEST_F()
62 struct tm timeptr = {0}; HWTEST_F() local
145 struct tm timeptr = {0}; HWTEST_F() local
229 struct tm timeptr = {0}; HWTEST_F() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtimendk.cpp152 struct tm *timeptr = localtime(&gTime); in Strftime() local
154 strftime(buffer, sizeof(buffer) - PARAM_1, valueFirst, timeptr); in Strftime()
167 struct tm *timeptr = localtime(&gTime); in Strftime_l() local
170 strftime_l(buffer, sizeof(buffer) - PARAM_1, valueFirst, timeptr, m_locale); in Strftime_l()
181 struct tm *timeptr = localtime(&gTime); in Timegm() local
182 timeThis = timegm(timeptr); in Timegm()

Completed in 3 milliseconds