Searched refs:passent (Results 1 – 1 of 1) sorted by relevance
185 struct passwd *passent; local199 while ((passent = getpwent()) != NULL){200 if (strcmp(passent->pw_name,user) == 0){201 sprintf(acptr->uid,"%ld",(long) passent->pw_uid);