Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_time.c444 time_t now_t; in ASN1_TIME_to_tm() local
446 time(&now_t); in ASN1_TIME_to_tm()
448 if (OPENSSL_gmtime(&now_t, tm) != NULL) in ASN1_TIME_to_tm()
/third_party/openssl/crypto/asn1/
H A Da_time.c444 time_t now_t; in ASN1_TIME_to_tm() local
446 time(&now_t); in ASN1_TIME_to_tm()
448 if (OPENSSL_gmtime(&now_t, tm) != NULL) in ASN1_TIME_to_tm()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx878 time_t now_t = time(NULL); in timestamp() local
880 struct tm *nowp = gmtime_r (&now_t, &now); in timestamp()

Completed in 9 milliseconds