Home
last modified time | relevance | path

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

/external/openssh/
Dauth-options.h29 extern int no_user_rc;
Dauth-options.c46 int no_user_rc = 0; variable
70 no_user_rc = 0; in auth_clear_options()
144 no_user_rc = 1; in auth_parse_options()
640 no_user_rc |= cert_no_user_rc; in auth_cert_options()
Dsession.c1330 !no_user_rc && stat(_PATH_SSH_USER_RC, &st) >= 0) { in do_rc_files()