HomeSort by relevance Sort by last modified time
    Searched defs:utctime (Results 1 - 2 of 2) sorted by null

  /external/honggfuzz/libhfcommon/
log.c 107 struct tm utctime; local
108 localtime_r(&ltstamp, &utctime);
110 if (strftime(timestr, sizeof(timestr) - 1, "%FT%T%z", &utctime) == 0) {
  /external/boringssl/src/include/openssl/
asn1.h 453 ASN1_UTCTIME * utctime; member in union:asn1_type_st::__anon15511
    [all...]

Completed in 132 milliseconds