Lines Matching refs:username
63 struct username { struct
64 struct username *u_next; argument
69 static struct username *uhead[UHASH]; argument
71 static struct username *lookup(uid_t);
72 static struct username *adduid(uid_t);
290 struct username *up; in prquota()
385 static struct username *
389 struct username *up; in lookup()
395 return ((struct username *)0); in lookup()
405 static struct username *
408 struct username *up, **uhp; in adduid()
410 up = calloc(1, sizeof (struct username)); in adduid()