Searched refs:pwadj (Results 1 – 1 of 1) sorted by relevance
106 struct passwd_adjunct *pwadj; in getpwanam() local115 if ((pwadj = interpret(line, strlen(line))) == NULL) in getpwanam()117 if (matchname(line, &pwadj, name)) { in getpwanam()119 return (pwadj); in getpwanam()175 struct passwd_adjunct *pwadj; in getpwaent() local191 pwadj = interpretwithsave(yp, yplen, savepwadj); in getpwaent()193 if (pwadj == NULL) in getpwaent()196 if (!onminuslist(pwadj)) { in getpwaent()197 return (pwadj); in getpwaent()201 pwadj = getnamefromyellow(user, savepwadj); in getpwaent()[all …]