getpwnam 1559 lib-src/emacsclient.c struct passwd *pw = getpwnam (user_name); getpwnam 24 nt/inc/pwd.h extern struct passwd * getpwnam (char *); getpwnam 1267 src/editfns.c pw = getpwnam (SSDATA (uid)); getpwnam 977 src/fileio.c struct passwd *pw = getpwnam (p); getpwnam 1846 src/fileio.c pw = (struct passwd *) getpwnam (o + 1); getpwnam 1964 src/fileio.c pw = getpwnam (user);