OpenGrok
Cross Reference: shell.c
xref
: /
external
/
sqlite
/
dist
/
shell.c
Home
|
History
|
Annotate
|
Download
|
only in
dist
Lines Matching
refs:uid
3683
uid_t
uid
= getuid();
3684
if( (pwent=getpwuid(
uid
)) != NULL) {