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

/macosx-10.10/OpenSSH-189/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);
94 __func__, pwname);
110 ssh_selinux_setup_exec_context(char *pwname) argument
119 user_ctx = ssh_selinux_getctxbyname(pwname);
126 "context for %s", __func__, pwname);
130 "for %s (in enforcing mode)", __func__, pwname);
141 ssh_selinux_setup_pty(char *pwname, cons argument
[all...]
/macosx-10.10/system_cmds-643.1.1/chkpasswd.tproj/
H A Dfile_passwd.c131 rewrite_file(char *pwname, FILE *fp, struct passwd *newpw) argument
149 if (!strcmp(pwname, _PASSWD_FILE))
218 if (unlink(pwname) < 0)
220 fprintf(stderr, "can't update \"%s\": ", pwname);
226 fp = fopen(pwname, "w");
229 fprintf(stderr, "ERROR: lost file \"%s\"\n", pwname);
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh.c1501 char *pwdir = NULL, *pwname = NULL; local
1538 pwname = xstrdup(pw->pw_name);
1552 "u", pwname, "l", thishost, "h", host,
1590 bzero(pwname, strlen(pwname));
1591 xfree(pwname);

Completed in 207 milliseconds