Searched refs:found_gid (Results 1 – 3 of 3) sorted by relevance
318 uid_t found_gid = GID_INVALID, gid; in vl_method_get_group_record() local336 r = group_lookup_name(m, p.group_name, (uid_t*) &found_gid, &found_description); in vl_method_get_group_record()344 gid = gid_is_valid(found_gid) ? found_gid : p.gid; in vl_method_get_group_record()
371 uid_t found_gid = GID_INVALID, gid; in vl_method_get_group_record() local389 r = dynamic_user_lookup_name(m, p.group_name, (uid_t*) &found_gid); in vl_method_get_group_record()428 gid = gid_is_valid(found_gid) ? found_gid : p.gid; in vl_method_get_group_record()
1000 bool found_uid = false, found_gid = false; in read_id_from_file() local1009 found_gid = true; 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()1023 found_gid = true; in read_id_from_file()1030 if (found_gid) { in read_id_from_file()1047 if (!found_gid) in read_id_from_file()