Home
last modified time | relevance | path

Searched refs:au_user_ent (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/openbsm/libbsm/
HDbsm_user.c63 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 …]
/trueos/contrib/openbsm/bsm/
HDlibbsm.h129 struct au_user_ent { struct
134 typedef struct au_user_ent au_user_ent_t; argument
845 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,
/trueos/contrib/openbsm/
HDNEWS442 - Add free_au_user_ent() so that au_user_ent's don't have to be leaked.