getpwent
while ((passent = getpwent()) != NULL){
while ((pw = getpwent()) != NULL) {
if ((pw = getpwent()) == NULL)
(void) getpwent();
while ((pwp = getpwent()) != NULL)
while ((pwp = getpwent()) != NULL) {
while ((aUser = getpwent()) != NULL) {
while ((pw = getpwent()) != NULL) {
extern struct passwd *getpwent();
extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
extern struct passwd *getpwent();
while ((pw = getpwent()) != NULL)
while ((pwent = getpwent()) != NULL) {
extern struct passwd *getpwent(void); /* MT-unsafe */
pwdptr = getpwent();
while (pwdptr = getpwent()) {
while (pwdptr = getpwent())
for (pwd = getpwent(); pwd != NULL; pwd = getpwent()) {
while((pwd = getpwent()) != NULL && !waserr) {