Home
last modified time | relevance | path

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

/netbsd-src/libexec/ftpd/
H A Dftpd.c245 static int checkuser(const char *, const char *, int, int, char **);
936 permitted = checkuser(_NAME_FTPUSERS, curname, 1, 0, &class); in user()
942 if (checkuser(_NAME_FTPCHROOT, curname, 0, 0, NULL) in user()
1062 checkuser(const char *fname, const char *name, int def, int nofile, in checkuser() function
1213 return (checkuser(_NAME_FTPUSERS, name, 1, 0, NULL)); in checkaccess()