Searched defs:auth_debug_mode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c93 boolean_t auth_debug_mode = B_FALSE; variable
169 if (auth_debug_mode)
292 auth_debug_mode = !auth_debug_mode;
294 auth_debug_mode = on > 0 ? B_TRUE : B_FALSE;
295 (void) printf(auth_debug_mode ?
339 if (auth_debug_mode) {
369 if (auth_debug_mode)
383 if (auth_debug_mode)
392 if (auth_debug_mode)
[all...]

Completed in 60 milliseconds