OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pwent
(Results
1 - 1
of
1
) sorted by relevancy
/src/libexec/tftpd/
tftpd.c
155
struct passwd *
pwent
;
local in function:main
263
pwent
= getpwuid((uid_t)nid);
265
pwent
= getpwnam(tgtuser);
266
if (
pwent
== NULL) {
270
tgtuid =
pwent
->pw_uid;
271
tgtgid =
pwent
->pw_gid;
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025