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

/freebsd-9.3-release/contrib/tnftp/src/
H A DMakefile.am14 ruserpass.c \
H A Dextern.h195 int ruserpass(const char *, char **, char **, char **);
H A Druserpass.c1 /* $NetBSD: ruserpass.c,v 1.8 2007/08/06 04:33:24 lukem Exp $ */
2 /* from NetBSD: ruserpass.c,v 1.33 2007/04/17 05:52:04 lukem Exp */
40 static char sccsid[] = "@(#)ruserpass.c 8.4 (Berkeley) 4/27/95";
42 __RCSID(" NetBSD: ruserpass.c,v 1.33 2007/04/17 05:52:04 lukem Exp ");
90 ruserpass(const char *host, char **aname, char **apass, char **aacct) function
H A Dutil.c407 if (ruserpass(host, &fuser, &pass, &facct) < 0) {
/freebsd-9.3-release/usr.bin/ftp/
H A DMakefile16 progressbar.c ruserpass.c util.c
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h120 int ruserpass (char *, char **, char **, char **);
H A Druserpass.c35 RCSID("$Id: ruserpass.c 16161 2005-10-12 09:44:24Z joda $");
108 ruserpass(char *host, char **aname, char **apass, char **aacct) function
H A Dftp.c186 if (ruserpass (host, &userstr, &pass, &acctstr) < 0) {
/freebsd-9.3-release/lib/libcompat/4.3/
H A Drexec.c136 ruserpass(host, aname, apass, aacct) function
314 ruserpass(hp->h_name, &name, &pass, &acct);

Completed in 92 milliseconds