_pw              1163 ext/posix/posix.c 	struct passwd _pw;
_pw              1181 ext/posix/posix.c 	ret = getpwuid_r(uid, &_pw, pwbuf, pwbuflen, &retpwptr);
_pw              1187 ext/posix/posix.c 	pw = &_pw;
_pw              1319 main/main.c    		struct passwd _pw;
_pw              1328 main/main.c    		if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) {
_pw              1336 main/main.c    		pwd = &_pw;