Home
last modified time | relevance | path

Searched refs:the_time (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtime_offset_test.c59 static time_t the_time = 975628800; variable
99 ret = ASN1_TIME_cmp_time_t(&at, the_time); in test_offset()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtime_offset_test.c59 static time_t the_time = 975628800; variable
99 ret = ASN1_TIME_cmp_time_t(&at, the_time); in test_offset()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dlock_verify.c123 static time_t the_time; in read_header() local
134 the_time = t; in read_header()
153 if( abs((int)(the_time - t)) > 3600) in read_header()
155 (unsigned)the_time, (unsigned)t); in read_header()
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c797 time_t the_time = time(NULL); in main_loop() local
804 cmd_timeout < the_time in main_loop()
812 the_time); in main_loop()