Home
last modified time | relevance | path

Searched refs:checkuser (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/ftpd/
H A Dftpd.c221 static int checkuser(char *, char *, int, char **, int *);
999 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL, &ecode) || in user()
1002 else if (checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL, &ecode) || in user()
1032 (checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) || in user()
1062 checkuser(char *fname, char *name, int pwset, char **residue, int *ecode) in checkuser() function
1447 checkuser(_PATH_FTPCHROOT, pw->pw_name, 1, &residue, &ecode) in pass()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c139 static int checkuser (char *, char *);
620 checkuser(char *fname, char *name) in checkuser() function
716 dochroot = checkuser(_PATH_FTPCHROOT, pw->pw_name); in do_login()