getpwnam         1557 lib-src/emacsclient.c 	  struct passwd *pw = getpwnam (user_name);
getpwnam           24 nt/inc/pwd.h   extern struct passwd * getpwnam (char *);
getpwnam         1263 src/editfns.c        pw = getpwnam (SSDATA (uid));
getpwnam          889 src/fileio.c     struct passwd *pw = getpwnam (p);
getpwnam         1754 src/fileio.c   	pw = (struct passwd *) getpwnam (o + 1);
getpwnam         1872 src/fileio.c   	      pw = getpwnam (user);