Searched refs:parse_gid (Results 1 - 7 of 7) sorted by relevance

/systemd/src/basic/
H A Duser-util.h33 static inline int parse_gid(const char *s, gid_t *ret_gid) { function
H A Duser-util.c193 if (parse_gid(*groupname, &id) >= 0) {
/systemd/src/nspawn/
H A Dnspawn-setuid.c190 r = parse_gid(g, &gid);
/systemd/src/coredump/
H A Dcoredumpctl.c431 if (parse_gid(gid, &n) >= 0) {
H A Dcoredump.c581 r = parse_gid(context[CONTEXT_GID], &gid);
/systemd/src/nss-mymachines/
H A Dnss-mymachines.c600 r = parse_gid(e + 1, &gid);
/systemd/src/sysusers/
H A Dsysusers.c1643 r = parse_gid(resolved_id, &i->gid);

Completed in 33 milliseconds