OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwent
(Results
1 - 7
of
7
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py
275
pwent
= pwd.getpwnam(path[1:i])
278
userhome =
pwent
.pw_dir
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py
275
pwent
= pwd.getpwnam(path[1:i])
278
userhome =
pwent
.pw_dir
/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
...]
/external/chromium_org/third_party/sqlite/src/src/
shell.c
2507
struct passwd *
pwent
;
local
[
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 1728 milliseconds