Lines Matching refs:PERSON
54 static void userinfo(PERSON *, struct passwd *);
55 static WHERE *walloc(PERSON *);
98 enter_lastlog(PERSON *pn) in enter_lastlog()
135 enter_where(struct utmpx *ut, PERSON *pn) in enter_where()
147 PERSON *
151 PERSON *pn; in enter_person()
174 data.size = sizeof(PERSON *); in enter_person()
182 PERSON *
188 PERSON *p; in find_person()
205 PERSON *
208 PERSON *p; in palloc()
210 if ((p = malloc(sizeof(PERSON))) == NULL) in palloc()
216 walloc(PERSON *pn) in walloc()
317 userinfo(PERSON *pn, struct passwd *pw) in userinfo()