Searched refs:copy_synthesized_passwd (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/nss-systemd/ |
D | nss-systemd.c | 142 static enum nss_status copy_synthesized_passwd( in copy_synthesized_passwd() function 313 return copy_synthesized_passwd(pwd, &root_passwd, buffer, buflen, errnop); in _nss_systemd_getpwnam_r() 319 return copy_synthesized_passwd(pwd, &nobody_passwd, buffer, buflen, errnop); in _nss_systemd_getpwnam_r() 357 return copy_synthesized_passwd(pwd, &root_passwd, buffer, buflen, errnop); in _nss_systemd_getpwuid_r() 363 return copy_synthesized_passwd(pwd, &nobody_passwd, buffer, buflen, errnop); in _nss_systemd_getpwuid_r()
|