Home
last modified time | relevance | path

Searched refs:testing_flag (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dconfig.c57 int testing_flag; variable
126 { "testing", 0, arg_flag, &testing_flag, NULL, NULL },
H A Dkdc_locl.h108 extern int testing_flag;
H A Dconnect.c1164 if (!testing_flag) { in start_kdc()