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

/openbsd-current/libexec/ftpd/
H A Dftpd.c211 sgetpwnam(const char *, struct passwd *);
638 sgetpwnam(const char *name, struct passwd *pw) function
706 else if ((pw = sgetpwnam("ftp", NULL)) != NULL) {
735 if ((pw = sgetpwnam(name, NULL))) {
986 pw = sgetpwnam(NULL, pw);
995 pw = sgetpwnam(NULL, pw);

Completed in 65 milliseconds