Home
last modified time | relevance | path

Searched refs:debug_strict (Results 1 – 2 of 2) sorted by relevance

/dports/security/p11-kit/p11-kit-0.24.0/common/
H A Ddebug.c70 static bool debug_strict = false; variable
90 debug_strict = true; in parse_environ_flags()
186 fprintf (stderr, "ignoring P11_KIT_STRICT under coverity: %d", (int)debug_strict); in p11_debug_precond()
188 if (debug_strict) in p11_debug_precond()
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Ddebug.cpp46 static bool debug_strict = false; // fail on error, more rigorous checks variable
56 void debug_set_strict_mode(bool setting) { debug_strict = setting; } in debug_set_strict_mode()
66 bool is_strict_mode() { return debug_strict; }; in is_strict_mode()