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

/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c259 static struct passwd *sgetpwnam(const char *);
361 pw = sgetpwnam(optarg);
817 sgetpwnam(const char *name) function
901 if ((pw = sgetpwnam("ftp")) == NULL)
921 pw = sgetpwnam(name);
3929 pw = sgetpwnam(tmpl_user);

Completed in 120 milliseconds