OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:userpasswd
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
msginit.c
964
struct passwd *
userpasswd
;
local
971
userpasswd
= getpwnam (username);
972
if (
userpasswd
!= NULL)
973
return
userpasswd
;
983
userpasswd
= getpwnam (username);
984
if (
userpasswd
!= NULL)
985
return
userpasswd
;
992
userpasswd
= getpwuid (getuid ());
993
if (
userpasswd
!= NULL)
994
return
userpasswd
;
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026