Searched defs:sg (Results 1 - 1 of 1) sorted by relevance

/systemd/src/sysusers/
H A Dsysusers.c294 static int putsgent_with_members(const struct sgrp *sg, FILE *gshadow) { argument
297 assert(sg);
300 a = hashmap_get(members, sg->sg_namp);
306 l = strv_copy(sg->sg_mem);
326 t = *sg;
338 if (putsgent(sg, gshadow) != 0)
474 struct sgrp *sg; local
481 while ((sg = fgetsgent(original))) {
483 i = hashmap_get(groups, sg->sg_namp);
485 log_error("%s: Group \"%s\" already exists.", gshadow_path, sg
[all...]

Completed in 31 milliseconds