Lines Matching refs:alloc_buffer_maybe_copy_string
29 #define alloc_buffer_maybe_copy_string(b,s) s ? alloc_buffer_copy_string (b, s) : NULL; macro
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()
461 memlist[j] = alloc_buffer_maybe_copy_string (&buf, local->h_addr_list[j]); in copy_host()
475 result->h_name = alloc_buffer_maybe_copy_string (&buf, local->h_name); in copy_host()