Searched refs:copy_synthesized_group (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/nss-systemd/ |
D | nss-systemd.c | 217 static enum nss_status copy_synthesized_group( in copy_synthesized_group() function 449 return copy_synthesized_group(gr, &root_group, buffer, buflen, errnop); in _nss_systemd_getgrnam_r() 455 return copy_synthesized_group(gr, &nobody_group, buffer, buflen, errnop); in _nss_systemd_getgrnam_r() 493 return copy_synthesized_group(gr, &root_group, buffer, buflen, errnop); in _nss_systemd_getgrgid_r() 499 return copy_synthesized_group(gr, &nobody_group, buffer, buflen, errnop); in _nss_systemd_getgrgid_r()
|