OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwent
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
monitor.c
731
struct passwd *
pwent
;
local
742
pwent
= getpwnamallow(username);
745
setproctitle("%s [priv]",
pwent
? username : "unknown");
750
if (
pwent
== NULL) {
757
authctxt->pw =
pwent
;
761
buffer_put_string(m,
pwent
, sizeof(struct passwd));
762
buffer_put_cstring(m,
pwent
->pw_name);
765
buffer_put_cstring(m,
pwent
->pw_gecos);
768
buffer_put_cstring(m,
pwent
->pw_class);
770
buffer_put_cstring(m,
pwent
->pw_dir)
[
all
...]
/ndk/sources/host-tools/make-3.81/
read.c
2985
struct passwd *
pwent
;
local
[
all
...]
/external/sqlite/dist/orig/
shell.c
2604
struct passwd *
pwent
;
local
[
all
...]
/external/sqlite/dist/
shell.c
2623
struct passwd *
pwent
;
local
[
all
...]
Completed in 545 milliseconds