OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:user_entry
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Host/common/
FileSpec.cpp
57
struct passwd *
user_entry
;
local
58
user_entry
= getpwuid(geteuid());
59
if (
user_entry
!= NULL)
60
g_tilde =
user_entry
->pw_dir;
125
struct passwd *
user_entry
;
local
134
user_entry
= ::getpwnam (user_name);
135
if (
user_entry
!= NULL)
136
home_dir =
user_entry
->pw_dir;
156
struct passwd *
user_entry
;
local
160
while ((
user_entry
= getpwent()) != NULL
[
all
...]
/external/chromium_org/components/os_crypt/
ie7_password_win.cc
78
const Entry*
user_entry
= &information->entry[2*i];
local
79
const Entry* pass_entry =
user_entry
+1;
83
user_entry
->offset);
Completed in 125 milliseconds