Searched refs:pwent (Results 1 - 3 of 3) sorted by last modified time

/external/sqlite/dist/orig/
H A Dshell.c2604 struct passwd *pwent; local
2606 if( (pwent=getpwuid(uid)) != NULL) {
2607 home_dir = pwent->pw_dir;
/external/sqlite/dist/
H A Dshell.c2623 struct passwd *pwent; local
2625 if( (pwent=getpwuid(uid)) != NULL) {
2626 home_dir = pwent->pw_dir;
/external/openssh/
H A Dmonitor.c731 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
[all...]

Completed in 110 milliseconds