HomeSort by: relevance | last modified time | path
    Searched defs:sgetpwnam (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ftpd/
ftpd.c 262 static struct passwd *sgetpwnam(const char *);
365 pw = sgetpwnam(optarg);
827 sgetpwnam(const char *name) function in typeref:struct:passwd *
911 if ((pw = sgetpwnam("ftp")) == NULL)
931 pw = sgetpwnam(name);
3964 pw = sgetpwnam(tmpl_user);
ftpd.c 262 static struct passwd *sgetpwnam(const char *);
365 pw = sgetpwnam(optarg);
827 sgetpwnam(const char *name) function in typeref:struct:passwd *
911 if ((pw = sgetpwnam("ftp")) == NULL)
931 pw = sgetpwnam(name);
3964 pw = sgetpwnam(tmpl_user);

Completed in 44 milliseconds