Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/posix/src/time/
H A Dtime_func_test_01.c238 time_t tEnd; variable
248 time(&tEnd); variable
255 struct tm *tmEnd = localtime(&tEnd);
258 LOG("\n time_t=%lld, first time:%s", tEnd, cTime);
305 time_t tEnd; variable
318 time(&tEnd); variable
325 struct tm *tmEnd = localtime(&tEnd);
328 LOG("\n time_t=%lld, first time:%s", tEnd, cTime);
341 time_t tEnd; variable
352 time(&tEnd); variable
[all...]

Completed in 2 milliseconds