OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pw_name
(Results
126 - 131
of
131
) sorted by null
1
2
3
4
5
6
/external/openssh/
loginrec.c
319
strlcpy(li->username, pw->
pw_name
, sizeof(li->username));
[
all
...]
sshconnect.c
[
all
...]
monitor_wrap.c
260
pw->
pw_name
= buffer_get_string(&m, NULL);
[
all
...]
servconf.c
588
} else if (ga_init(pw->
pw_name
, pw->pw_gid) == 0) {
[
all
...]
/external/tcpdump/
tcpdump.c
392
if (initgroups(pw->
pw_name
, pw->pw_gid) != 0 ||
[
all
...]
/hardware/ril/libril/
ril.cpp
[
all
...]
Completed in 294 milliseconds
1
2
3
4
5
6