Searched refs:time_str (Results 1 – 1 of 1) sorted by relevance
104 const char* time_str = asctime(&tm); variable105 strlcpy(buf, time_str, sizeof(buf));106 printf("Setting time: %s", time_str);115 time_str = asctime(&mtm);116 printf("Got time: %s", time_str);117 TEST_ASSERT_EQUAL_STRING(buf, time_str);