Searched refs:utcTime (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
| H A D | timezone.d | 3112 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 D | timezone.d | 2970 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 D | der | 114 #>>>&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 D | certificate.c | 338 …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 D | certificate.asn1 | 59 utcTime UTCTime,
|
| H A D | crl.h | 100 ComponentUTCTime* utcTime; /* < unknown type id ?! > */ member
|
| H A D | certificate.h | 133 ComponentUTCTime* utcTime; /* < unknown type id ?! > */ member
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4523.txt | 974 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 D | X509_ATTRIBUTE.pod | 93 utcTime UTCTime,
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | pkcs11.h | 134 #define utc_time utcTime
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | rfc2459.asn1 | 209 utcTime UTCTime,
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/ |
| H A D | pkcs11.h | 131 #define utc_time utcTime
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/ |
| H A D | pkcs11.h | 139 #define utc_time utcTime
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | cert.c | 1662 return t->u.utcTime; in _hx509_Time2time_t()
|