/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
H A D | test_acquire_cred.c | 40 print_time(OM_uint32 time_rec) in print_time() function 72 print_time(time_rec); in test_add() 98 print_time(time_rec); in copy_cred() 141 print_time(time_rec); in acquire_cred_service()
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | db.c | 126 ((tval = print_time(lease->starts)) == NULL || 131 ((tval = print_time(lease->ends)) == NULL || 136 ((tval = print_time(lease->tstp)) == NULL || 141 ((tval = print_time(lease->tsfp)) == NULL || 146 ((tval = print_time(lease->atsfp)) == NULL || 151 ((tval = print_time(lease->cltt)) == NULL || 593 tval = print_time(ia->cltt); in write_ia() 639 tval = print_time(iasubopt->hard_lifetime_end_time); in write_ia() 641 tval = print_time(iasubopt->soft_lifetime_end_time); in write_ia() 785 tval = print_time(state->me.stos); in write_failover_state() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
H A D | test_acquire_cred.c | 54 print_time(OM_uint32 time_rec) in print_time() function 88 print_time(time_rec); 114 print_time(time_rec); 163 print_time(time_rec); in acquire_cred_service()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
H A D | cg_print.c | 60 double print_time = 0.0; variable 82 if (print_time > 0.0) in print_header() 84 100.0 / print_time, print_time / hz); in print_header() 90 print_time = 1.0; in print_header() 124 100 * (cyc->cg.prop.self + cyc->cg.prop.child) / print_time, in print_cycle() 478 100 * (np->cg.prop.self + np->cg.prop.child) / print_time, in print_line()
|
H A D | cg_print.h | 25 extern double print_time; /* Total of time being printed. */
|
H A D | cg_arcs.c | 519 print_time += child->cg.prop.self; in propagate_flags() 526 child->hist.time, child->cg.prop.self, print_time)); in propagate_flags()
|
/netbsd-src/external/gpl3/binutils/dist/gprof/ |
H A D | cg_print.c | 60 double print_time = 0.0; variable 82 if (print_time > 0.0) in print_header() 84 100.0 / print_time, print_time / hz); in print_header() 90 print_time = 1.0; in print_header() 124 100 * (cyc->cg.prop.self + cyc->cg.prop.child) / print_time, in print_cycle() 478 100 * (np->cg.prop.self + np->cg.prop.child) / print_time, in print_line()
|
H A D | cg_print.h | 25 extern double print_time; /* Total of time being printed. */
|
H A D | cg_arcs.c | 520 print_time += child->cg.prop.self; in propagate_flags() 527 child->hist.time, child->cg.prop.self, print_time)); in propagate_flags()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | tests.c | 422 static const char *print_time(const ASN1_TIME *t) in print_time() function 439 print_time(at1), print_time(at2)); \
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
H A D | tests.c | 446 static const char *print_time(const ASN1_TIME *t) in print_time() function 463 print_time(at1), print_time(at2)); \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | timevar.h | 259 extern void print_time (const char *, long);
|
H A D | timevar.c | 811 print_time (const char *str, long total) in print_time() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | timevar.h | 299 extern void print_time (const char *, long);
|
H A D | timevar.cc | 809 print_time (const char *str, long total) in print_time() function
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | packet-print.c | 131 print_time(int indent, const char *name, time_t t) in print_time() function 651 print_time(0, "Creation Time", pubkey->birthtime); in pgp_print_pubkey() 941 print_time(print->indent, "Signature Creation Time", in pgp_print_packet() 1050 print_time(print->indent, "Signature Creation Time", content->ss_time); in pgp_print_packet() 1293 print_time(print->indent, "Signature Creation Time", in pgp_print_packet()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 141 print_time ((const char *) n->key, in dump_one_header() 154 print_time ("header files (total)", header_time); in dump_time_statistics() 155 print_time ("main file (total)", this_time - body_time); in dump_time_statistics()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 142 print_time ((const char *) n->key, in dump_one_header() 155 print_time ("header files (total)", header_time); in dump_time_statistics() 156 print_time ("main file (total)", this_time - body_time); in dump_time_statistics()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-internal-inl.h | 170 print_time_ = GTEST_FLAG(print_time); in GTestFlagSaver() 192 GTEST_FLAG(print_time) = print_time_; in ~GTestFlagSaver()
|
H A D | gtest.cc | 272 GTEST_DEFINE_bool_(print_time, internal::BoolFromGTestEnv("print_time", true), 3248 if (GTEST_FLAG(print_time)) { in OnTestEnd() 3259 if (!GTEST_FLAG(print_time)) return; in OnTestCaseEnd() 3270 if (!GTEST_FLAG(print_time)) return; in OnTestSuiteEnd() 3343 if (GTEST_FLAG(print_time)) { in OnTestIterationEnd() 5959 ParseBoolFlag(arg, kPrintTimeFlag, >EST_FLAG(print_time)) || in ParseGoogleTestFlag()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | ssl_old_test.c | 910 int print_time = 0; in main() local 1079 print_time = 1; in main() 1304 if (print_time) { in main() 1876 if (print_time) { in main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | ssltest_old.c | 916 int print_time = 0; in main() local 1106 print_time = 1; in main() 1319 if (print_time) { in main() 1866 if (print_time) { in main()
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | print.c | 1317 print_time(TIME t) in print_time() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest.h | 122 GTEST_DECLARE_bool_(print_time);
|
/netbsd-src/external/mpl/dhcp/dist/client/ |
H A D | dhclient.c | 4267 tval = print_time(lease->renewal); 4272 tval = print_time(lease->rebind); 4277 tval = print_time(lease->expiry);
|