OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025