Lines Matching refs:au_user_ent
61 static struct au_user_ent *
62 userfromstr(char *str, struct au_user_ent *u) in userfromstr()
133 static struct au_user_ent *
134 getauuserent_r_locked(struct au_user_ent *u) in getauuserent_r_locked()
162 struct au_user_ent *
163 getauuserent_r(struct au_user_ent *u) in getauuserent_r()
165 struct au_user_ent *up; in getauuserent_r()
177 struct au_user_ent *
181 static struct au_user_ent u; in getauuserent()
193 struct au_user_ent *
194 getauusernam_r(struct au_user_ent *u, const char *name) in getauusernam_r()
196 struct au_user_ent *up; in getauusernam_r()
222 struct au_user_ent *
226 static struct au_user_ent u; in getauusernam()
244 struct au_user_ent u, *up; in au_user_mask()