Searched refs:pwstore (Results 1 – 1 of 1) sorted by relevance
205 char pwstore[GETPW_R_BUFSIZ]; in mypwuid_err() local209 err = getpwuid_r(uid, &pwbuf, pwstore, sizeof(pwstore), &pwd); in mypwuid_err()268 char pwstore[GETPW_R_BUFSIZ]; in mypwnam_err() local272 err = getpwnam_r(name, &pwbuf, pwstore, sizeof(pwstore), &pwd); in mypwnam_err()