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

/freebsd-10-stable/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-stable/contrib/telnet/libtelnet/
H A Dsra.c447 if (pw = sgetpwnam(name)) {
/freebsd-10-stable/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-stable/libexec/ftpd/
H A Dftpd.c254 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
1017 pw = sgetpwnam(thishost->anonuser);
1019 pw = sgetpwnam("ftp");
1045 if ((pw = sgetpwnam(name))) {

Completed in 124 milliseconds