Searched refs:user_ent (Results 1 – 1 of 1) sorted by relevance
198 struct user_ent { struct199 struct user_ent *next; argument207 struct user_ent *user_ent_hash[USER_ENT_HASH_SIZE]; argument218 struct user_ent *p, **pp; in user_ent_add()222 p = malloc(sizeof(struct user_ent) + str_len); in user_ent_add()307 struct user_ent *p; in find_users()