UID_TO_PTR        127 src/sysusers/sysusers.c                 k = hashmap_put(database_user, n, UID_TO_PTR(pw->pw_uid));
UID_TO_PTR        133 src/sysusers/sysusers.c                 q = hashmap_put(database_uid, UID_TO_PTR(pw->pw_uid), n);
UID_TO_PTR        548 src/sysusers/sysusers.c                                 if (hashmap_contains(todo_uids, UID_TO_PTR(pw->pw_uid))) {
UID_TO_PTR        770 src/sysusers/sysusers.c         if (hashmap_get(todo_uids, UID_TO_PTR(uid)))
UID_TO_PTR        780 src/sysusers/sysusers.c         if (hashmap_contains(database_uid, UID_TO_PTR(uid)))
UID_TO_PTR        998 src/sysusers/sysusers.c         r = hashmap_put(todo_uids, UID_TO_PTR(i->uid), i);
UID_TO_PTR       1016 src/sysusers/sysusers.c         if (hashmap_get(todo_uids, UID_TO_PTR(gid)))
UID_TO_PTR       1022 src/sysusers/sysusers.c         if (hashmap_contains(database_uid, UID_TO_PTR(gid)))