_pw 1224 ext/posix/posix.c struct passwd _pw; _pw 1242 ext/posix/posix.c ret = getpwuid_r(uid, &_pw, pwbuf, pwbuflen, &retpwptr); _pw 1248 ext/posix/posix.c pw = &_pw; _pw 1248 main/main.c struct passwd _pw; _pw 1257 main/main.c if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) { _pw 1265 main/main.c pwd = &_pw;