Searched refs:now_t (Results 1 – 3 of 3) sorted by relevance
19 time_t now_t = time(nullptr); in TEST() local20 EXPECT_TRUE(std::abs(static_cast<long>(now_t - now.toEpochTime())) < 2); in TEST()
188 time_t now_t; in asn1_time_to_tm() local189 time(&now_t); in asn1_time_to_tm()190 if (OPENSSL_gmtime(&now_t, tm)) in asn1_time_to_tm()
878 time_t now_t = time(NULL); in timestamp() local880 struct tm *nowp = gmtime_r (&now_t, &now); in timestamp()