Home
last modified time | relevance | path

Searched refs:_gid (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/sysusers/
Dsysusers.c998 static int read_id_from_file(Item *i, uid_t *_uid, gid_t *_gid) { in read_id_from_file() argument
1007 if (_gid && i->gid_path && root_stat(i->gid_path, &st) >= 0) { in read_id_from_file()
1013 if ((_uid || (_gid && !found_gid)) in read_id_from_file()
1021 if (_gid && !found_gid) { in read_id_from_file()
1046 if (_gid) { in read_id_from_file()
1050 *_gid = gid; in read_id_from_file()