Lines Matching refs:sg
349 static int putsgent_with_members(const struct sgrp *sg, FILE *gshadow) { in putsgent_with_members() argument
352 assert(sg); in putsgent_with_members()
355 a = ordered_hashmap_get(members, sg->sg_namp); in putsgent_with_members()
360 l = strv_copy(sg->sg_mem); in putsgent_with_members()
381 t = *sg; in putsgent_with_members()
389 return putsgent_sane(sg, gshadow); in putsgent_with_members()
786 struct sgrp *sg; in write_temporary_gshadow() local
793 while ((r = fgetsgent_sane(original, &sg)) > 0) { in write_temporary_gshadow()
795 i = ordered_hashmap_get(groups, sg->sg_namp); in write_temporary_gshadow()
799 gshadow_path, sg->sg_namp); in write_temporary_gshadow()
801 r = putsgent_with_members(sg, gshadow); in write_temporary_gshadow()
804 sg->sg_namp); in write_temporary_gshadow()