Home
last modified time | relevance | path

Searched refs:pwcopy (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dmisc.h43 struct passwd *pwcopy(struct passwd *);
/titanic_50/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c198 pw = pwcopy(pw); in main()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dmisc.c157 pwcopy(struct passwd *pw) in pwcopy() function
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth.c614 return (pwcopy(pw)); in getpwnamallow()
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c1277 pw = pwcopy(user_pw); in sftp_server_main()