Searched refs:alloc_buffer_maybe_copy_string (Results 1 – 1 of 1) sorted by relevance
/nss/ |
A D | nss_test1.c | 156 result->pw_name = alloc_buffer_maybe_copy_string (&buf, local->pw_name); in copy_passwd() 157 result->pw_passwd = alloc_buffer_maybe_copy_string (&buf, local->pw_passwd); in copy_passwd() 160 result->pw_gecos = alloc_buffer_maybe_copy_string (&buf, local->pw_gecos); in copy_passwd() 161 result->pw_dir = alloc_buffer_maybe_copy_string (&buf, local->pw_dir); in copy_passwd() 162 result->pw_shell = alloc_buffer_maybe_copy_string (&buf, local->pw_shell); in copy_passwd() 263 memlist[i] = alloc_buffer_maybe_copy_string (&buf, local->gr_mem[i]); in copy_group() 272 result->gr_name = alloc_buffer_maybe_copy_string (&buf, local->gr_name); in copy_group() 273 result->gr_passwd = alloc_buffer_maybe_copy_string (&buf, local->gr_passwd); in copy_group() 366 result->sp_namp = alloc_buffer_maybe_copy_string (&buf, local->sp_namp); in copy_shadow() 367 result->sp_pwdp = alloc_buffer_maybe_copy_string (&buf, local->sp_pwdp); in copy_shadow() [all …]
|
Completed in 4 milliseconds