Home
last modified time | relevance | path

Searched refs:copy_spwd_changes (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/nss/nss_compat/
Dcompat-spwd.c124 copy_spwd_changes (struct spwd *dest, struct spwd *src, in copy_spwd_changes() function
348 copy_spwd_changes (result, &ent->pwd, p2, p2len); in getspent_next_nss_netgr()
384 copy_spwd_changes (result, &ent->pwd, p2, p2len); in getspent_next_nss()
405 copy_spwd_changes (&pwd, result, NULL, 0); in getspnam_plususer()
424 copy_spwd_changes (result, &pwd, p, plen); in getspnam_plususer()
513 copy_spwd_changes (&ent->pwd, result, NULL, 0); in getspent_next_file()
570 copy_spwd_changes (&ent->pwd, result, NULL, 0); in getspent_next_file()
/glibc-2.36/ChangeLog.old/
DChangeLog.196795 * nss/nss_compat/compat-spwd.c (copy_spwd_changes): Likewise.