compat_getpwent.c | 114 struct passwd px, *qx; local in function:getpwnam_r 115 int rv = __getpwnam_r50(name, &px, buf, len, &qx); 125 struct passwd px, *qx; local in function:getpwuid_r 126 int rv = __getpwuid_r50(uid, &px, buf, len, &qx); 152 struct passwd px, *qx; local in function:getpwent_r 153 int rv = __getpwent_r50(&px, buf, len, &qx);
|