Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dauth-options.c42 int no_user_rc = 0; variable
66 no_user_rc = 0; in auth_clear_options()
140 no_user_rc = 1; in auth_parse_options()
624 no_user_rc |= cert_no_user_rc; in auth_cert_options()
Dauth-options.h29 extern int no_user_rc;
Dsession.c1399 !no_user_rc && stat(_PATH_SSH_USER_RC, &st) >= 0) { in do_rc_files()