HomeSort by: relevance | last modified time | path
    Searched defs:the_time (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
time_offset_test.c 58 static time_t the_time = 975628800; variable
98 ret = ASN1_TIME_cmp_time_t(&at, the_time);
  /src/crypto/external/bsd/openssl/dist/test/
time_offset_test.c 59 static time_t the_time = 975628800; variable
99 ret = ASN1_TIME_cmp_time_t(&at, the_time);
  /src/crypto/external/bsd/openssl.old/dist/test/
time_offset_test.c 59 static time_t the_time = 975628800; variable
99 ret = ASN1_TIME_cmp_time_t(&at, the_time);
  /src/external/bsd/unbound/dist/testcode/
lock_verify.c 123 static time_t the_time; local
134 the_time = t;
153 if( abs((int)(the_time - t)) > 3600)
155 (unsigned)the_time, (unsigned)t);
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 936 struct timeval the_time; local
944 if (gettimeofday(&the_time, 0L) == -1)
950 timeradd(&the_time, offset);
951 if (settimeofday(&the_time, 0L) == -1)
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c 797 time_t the_time = time(NULL); local
804 cmd_timeout < the_time
812 the_time);

Completed in 29 milliseconds