Home
last modified time | relevance | path

Searched refs:retpw (Results 1 – 1 of 1) sorted by relevance

/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c3426 static struct passwd retpw; variable
3436 retpw.pw_uid = up->uaf$w_mem;
3437 retpw.pw_gid = up->uaf$w_grp;
3457 return &retpw;
3460 static struct passwd retpw; variable
3489 retpw.pw_uid = getuid ();
3490 retpw.pw_gid = getgid ();
3493 strcpy (retpw.pw_gecos, full);
3495 *retpw.pw_gecos = '\0';
3497 *retpw.pw_shell = '\0';
[all …]