Lines Matching refs:hashmap_get
250 a = hashmap_get(members, gr->gr_name);
300 a = hashmap_get(members, sg->sg_namp);
409 i = hashmap_get(groups, gr->gr_name);
483 i = hashmap_get(groups, sg->sg_namp);
550 i = hashmap_get(users, pw->pw_name);
639 i = hashmap_get(users, sp->sp_namp);
775 if (hashmap_get(todo_uids, UID_TO_PTR(uid)))
780 i = hashmap_get(todo_gids, GID_TO_PTR(uid));
788 n = hashmap_get(database_gid, GID_TO_PTR(uid));
888 z = hashmap_get(database_user, i->name);
998 if (hashmap_get(todo_gids, GID_TO_PTR(gid)))
1002 if (hashmap_get(todo_uids, UID_TO_PTR(gid)))
1037 z = hashmap_get(database_group, i->name);
1156 j = hashmap_get(users, i->name);
1208 i = hashmap_get(groups, g);
1235 i = hashmap_get(users, *m);
1540 l = hashmap_get(members, resolved_id);
1664 existing = hashmap_get(h, i->name);