Home
last modified time | relevance | path

Searched refs:utcTime (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d3112 SYSTEMTIME utcTime = void; in version() local
3115 utcTime.wYear = utcDateTime.year; in version()
3116 utcTime.wMonth = utcDateTime.month; in version()
3117 utcTime.wDay = utcDateTime.day; in version()
3118 utcTime.wHour = utcDateTime.hour; in version()
3119 utcTime.wMinute = utcDateTime.minute; in version()
3120 utcTime.wSecond = utcDateTime.second; in version()
3121 utcTime.wMilliseconds = 0; in version()
3124 &utcTime, in version()
3205 SYSTEMTIME utcTime = void; local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d2970 SYSTEMTIME utcTime = void; in version() local
2973 utcTime.wYear = utcDateTime.year; in version()
2974 utcTime.wMonth = utcDateTime.month; in version()
2975 utcTime.wDay = utcDateTime.day; in version()
2976 utcTime.wHour = utcDateTime.hour; in version()
2977 utcTime.wMinute = utcDateTime.minute; in version()
2978 utcTime.wSecond = utcDateTime.second; in version()
2979 utcTime.wMilliseconds = 0; in version()
2982 &utcTime, in version()
3061 SYSTEMTIME utcTime = void; local
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dder114 #>>>&0 der utc_time=x \b, utcTime=%s
115 #>>>&0 der utc_time=x \b, utcTime=%s
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcertificate.c338 …ComponentUTCTime ( oid, (ComponentSyntaxInfo*)(v1->a.utcTime), (ComponentSyntaxInfo*)(v2->a.utcTim… in MatchingComponentTime()
355 …(( comp->a.utcTime->identifier.bv_val && strncmp(comp->a.utcTime->identifier.bv_val, cr->cr_curr->… in ExtractingComponentTime()
356 …( strncmp(comp->a.utcTime->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci… in ExtractingComponentTime()
358 return (comp->a.utcTime); in ExtractingComponentTime()
361 return ExtractingComponentUTCTime ( mem_op, cr, (comp->a.utcTime) ); in ExtractingComponentTime()
408 …rc = BDecComponentUTCTime (mem_op, b, tagId0, elmtLen0, (&k->a.utcTime), &totalElmtsLen1, DEC_ALLO…
410 (k->a.utcTime)->identifier.bv_val = (k->a.utcTime)->id_buf;
411 (k->a.utcTime)->identifier.bv_len = strlen("utcTime");
412 strcpy( (k->a.utcTime)->identifier.bv_val, "utcTime");
485 rc = GDecComponentUTCTime (mem_op, b, (&k->a.utcTime), bytesDecoded, DEC_ALLOC_MODE_0 );
[all …]
H A Dcertificate.asn159 utcTime UTCTime,
H A Dcrl.h100 ComponentUTCTime* utcTime; /* < unknown type id ?! > */ member
H A Dcertificate.h133 ComponentUTCTime* utcTime; /* < unknown type id ?! > */ member
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4523.txt974 Time = time-utcTime / time-generalizedTime
975 time-utcTime = id-utcTime ":" UTCTime
977 id-utcTime = %x75.74.63.54.69.6D.65 ; 'utcTime'
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_ATTRIBUTE.pod93 utcTime UTCTime,
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h134 #define utc_time utcTime
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Drfc2459.asn1209 utcTime UTCTime,
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h131 #define utc_time utcTime
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h139 #define utc_time utcTime
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcert.c1662 return t->u.utcTime; in _hx509_Time2time_t()