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

/freebsd-10.0-release/contrib/opie/
H A Dopieftpd.c334 * Helper function for sgetpwnam().
354 static struct passwd *sgetpwnam FUNCTION((name), char *name) function
426 if ((pw = sgetpwnam("ftp")) != NULL) {
434 if (pw = sgetpwnam(name)) {
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dsra.c447 if (pw = sgetpwnam(name)) {
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c149 static struct passwd * sgetpwnam (char *);
425 * Helper function for sgetpwnam().
446 sgetpwnam(char *name) function
514 else if ((pw = sgetpwnam("ftp")) != NULL) {
540 if ((pw = sgetpwnam(name))) {
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c258 sgetpwnam(char *);
933 * Helper function for sgetpwnam().
953 * NB: The data returned by sgetpwnam() will remain valid until
955 * is that sgetpwnam() is known to be called from ftpd code only.
958 sgetpwnam(char *name) function
1015 pw = sgetpwnam(thishost->anonuser);
1017 pw = sgetpwnam("ftp");
1043 if ((pw = sgetpwnam(name))) {
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c275 static struct passwd *sgetpwnam(const char *);
358 pw = sgetpwnam(optarg);
809 sgetpwnam(const char *name) function
890 if ((pw = sgetpwnam("ftp")) == NULL)
910 pw = sgetpwnam(name);
3803 *ppw = sgetpwnam(tmpl_user);

Completed in 198 milliseconds