Searched refs:checkuser (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/libexec/ftpd/ |
| HD | ftpd.c | 236 static int checkuser(char *, char *, int, char **, int *); 1014 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL, &ecode) || in user() 1017 else if (checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL, &ecode) || in user() 1047 (checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) || in user() 1077 checkuser(char *fname, char *name, int pwset, char **residue, int *ecode) in checkuser() function 1462 checkuser(_PATH_FTPCHROOT, pw->pw_name, 1, &residue, &ecode) in pass()
|
| /freebsd-14-stable/crypto/heimdal/appl/ftp/ftpd/ |
| HD | ftpd.c | 139 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()
|