Searched refs:test_time (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dtime_test.c39 const uint32_t test_time = 0xffffffff; local
49 result = dns_time32_totext(test_time, &target);
54 assert_int_equal(when, test_time);
60 const uint32_t test_time = 0x00000000; local
70 result = dns_time32_totext(test_time, &target);
75 assert_int_equal(when, test_time);
81 const uint32_t test_time = 0x7fffffff; local
91 result = dns_time32_totext(test_time, &target);
96 assert_int_equal(when, test_time);
102 const uint32_t test_time local
124 const uint32_t test_time = 0xef68f5d0; local
144 const uint32_t test_time = 0x4d74d6d0; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dtest_util.c51 test_time(void) function
86 ret += test_time();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfileio.c507 test_time (void) function
574 test_time ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfileio.c507 test_time (void) function
574 test_time ();
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A DMakefile.am47 test_time \
H A DMakefile.in114 test_pknistkdf$(EXEEXT) test_time$(EXEEXT) \
187 test_pknistkdf$(EXEEXT) test_time$(EXEEXT) \
567 test_time_SOURCES = test_time.c
568 test_time_OBJECTS = test_time.$(OBJEXT)
778 ./$(DEPDIR)/test_time.Po ./$(DEPDIR)/test_x500.Po \
810 test_store.c test_time.c test_x500.c verify_krb5_conf.c
821 test_set_kvno0.c test_store.c test_time.c test_x500.c \
1928 test_time$(EXEEXT): $(test_time_OBJECTS) $(test_time_DEPENDENCIES) $(EXTRA_test_time_DEPENDENCIES)
1929 @rm -f test_time$(EXEEXT)
2139 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_time
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-gen.c514 test_time (void) function
1786 ret += test_time();
/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c3820 time_t test_time = cur_time + reply->send_valid; local
3821 if (test_time < cur_time)
5095 time_t test_time = cur_time + reply->send_valid; local
5096 if (test_time < cur_time)

Completed in 139 milliseconds