Searched refs:pwname (Results 1 - 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
H A Dport-linux.c61 ssh_selinux_getctxbyname(char *pwname) argument
68 if (getseuserbyname(pwname, &sename, &lvl) != 0)
71 sename = pwname;
88 "context for %s", __func__, pwname);
93 __func__, pwname);
109 ssh_selinux_setup_exec_context(char *pwname) argument
118 user_ctx = ssh_selinux_getctxbyname(pwname);
125 "context for %s", __func__, pwname);
129 "for %s (in enforcing mode)", __func__, pwname);
140 ssh_selinux_setup_pty(char *pwname, cons argument
[all...]
/external/openssh/
H A Dssh.c1480 char *pwdir = NULL, *pwname = NULL; local
1517 pwname = xstrdup(pw->pw_name);
1530 "u", pwname, "l", thishost, "h", host,
1568 bzero(pwname, strlen(pwname));
1569 xfree(pwname);

Completed in 956 milliseconds