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          958 src/fileio.c     struct passwd *pw = getpwnam (p);
getpwnam         1827 src/fileio.c   	pw = (struct passwd *) getpwnam (o + 1);
getpwnam         1945 src/fileio.c   	      pw = getpwnam (user);