Searched refs:au_user_ent (Results 1 – 3 of 3) sorted by relevance
63 static struct au_user_ent *64 userfromstr(char *str, struct au_user_ent *u) in userfromstr()135 static struct au_user_ent *136 getauuserent_r_locked(struct au_user_ent *u) in getauuserent_r_locked()164 struct au_user_ent *165 getauuserent_r(struct au_user_ent *u) in getauuserent_r()167 struct au_user_ent *up; in getauuserent_r()179 struct au_user_ent *183 static struct au_user_ent u; in getauuserent()195 struct au_user_ent *[all …]
129 struct au_user_ent { struct134 typedef struct au_user_ent au_user_ent_t; argument845 struct au_user_ent *getauuserent(void);846 struct au_user_ent *getauuserent_r(struct au_user_ent *u);847 struct au_user_ent *getauusernam(const char *name);848 struct au_user_ent *getauusernam_r(struct au_user_ent *u,
442 - Add free_au_user_ent() so that au_user_ent's don't have to be leaked.