HomeSort by: relevance | last modified time | path
    Searched refs:utctime (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/am-utils/dist/scripts/
lostaltmail.in 301 local($date,$utctime,$weekday,$time,$month,$hostname);
309 @utctime=gmtime(time);
311 $weekday=(Sun,Mon,Tue,Wed,Thu,Fri,Sat)[$utctime[6]];
315 if ( $utctime[1] < 10 ) {
316 if ( $utctime[0] < 10 ) {
317 $time=sprintf("%d:0%d:0%d",$utctime[2],$utctime[1],$utctime[0]);
320 $time=sprintf("%d:0%d:%d",$utctime[2],$utctime[1],$utctime[0])
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/cms/
cms_ver.c 25 ASN1_UTCTIME *utctime; local
41 utctime = t->value.utctime;
42 ASN1_UTCTIME_print(b, utctime);
  /src/crypto/external/apache2/openssl/dist/test/
asn1_decode_test.c 197 /* UTCTime underflow ******************************************************* */
201 /* Underflowing UTCTime 0205104700Z (MMDDHHMMSSZ) */
219 ASN1_UTCTIME *utctime;
223 utctime = d2i_ASN1_UTCTIME(NULL, &p, der_len);
225 if (!TEST_ptr_null(utctime))
228 ASN1_UTCTIME_free(utctime);
  /src/external/bsd/ntp/dist/ntpd/
check_y2k.c 419 ct.utctime = 0;
448 ct.utctime = 0;
466 ct.utctime = 0;
  /src/external/bsd/ntp/dist/libparse/
parse.c 415 if (clock_time->utctime)
416 return clock_time->utctime; /* if the conversion routine gets it right away - why not */
493 clock_time->utctime = t; /* documentray only */
clk_rawdcf.c 331 clock_time->utctime= 0;
562 clock_time->utctime = newtime;
clk_trimtsip.c 286 clock_time->utctime = gpstime.l_ui - JAN_1970;
  /src/external/bsd/ntp/dist/include/
parse.h 314 time_t utctime; /* the actual time - alternative to date/time */ member in struct:clocktime
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
fuzzer.c 339 el(utctime, time_t),
check-der.c 1101 el(utctime, time_t, 20),
template.c 74 el(utctime, time_t),
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1.h 461 ASN1_UTCTIME *utctime; member in union:asn1_type_st::__anon2150
  /src/crypto/external/apache2/openssl/dist/include/openssl/
asn1.h.in 494 ASN1_UTCTIME *utctime;
  /src/crypto/external/bsd/openssl/dist/include/openssl/
asn1.h.in 490 ASN1_UTCTIME *utctime;

Completed in 32 milliseconds