Searched refs:parse_alloc_uid (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ ! |
D | uid-alloc-range.c | 18 static int parse_alloc_uid(const char *path, const char *name, const char *t, uid_t *ret_uid) { in parse_alloc_uid() function 61 (void) parse_alloc_uid(path, "SYS_UID_MIN", t, &defs.system_alloc_uid_min); in read_login_defs() 63 (void) parse_alloc_uid(path, "SYS_UID_MAX", t, &defs.system_uid_max); in read_login_defs() 65 (void) parse_alloc_uid(path, "SYS_GID_MIN", t, &defs.system_alloc_gid_min); in read_login_defs() 67 (void) parse_alloc_uid(path, "SYS_GID_MAX", t, &defs.system_gid_max); in read_login_defs()
|