Home
last modified time | relevance | path

Searched refs:target (Results 1 – 3 of 3) sorted by relevance

/nss/
A Dbug17079.c57 struct passwd *target = test_items + test_count; in init_test_items() local
58 target->pw_name = xstrdup (pwd->pw_name); in init_test_items()
59 target->pw_passwd = xstrdup (pwd->pw_passwd); in init_test_items()
60 target->pw_uid = pwd->pw_uid; in init_test_items()
61 target->pw_gid = pwd->pw_gid; in init_test_items()
62 target->pw_gecos = xstrdup (pwd->pw_gecos); in init_test_items()
63 target->pw_dir = xstrdup (pwd->pw_dir); in init_test_items()
64 target->pw_shell = xstrdup (pwd->pw_shell); in init_test_items()
A Dtst-nss-files-hosts-multi.c304 long target = 200 * 1024 * 1024; in do_test() local
305 if (limit.rlim_cur == RLIM_INFINITY || limit.rlim_cur > target) in do_test()
307 limit.rlim_cur = target; in do_test()
/nss/nss_files/
A Dfiles-hosts.c196 void *target; in gethostbyname3_multi() local
200 target = alloc_buffer_alloc (&outbuf, struct in_addr); in gethostbyname3_multi()
205 target = alloc_buffer_alloc (&outbuf, struct in6_addr); in gethostbyname3_multi()
210 if (target == NULL) in gethostbyname3_multi()
218 memcpy (target, tmp_result_buf.h_addr_list[i], in gethostbyname3_multi()
220 array_add (&addresses, target); in gethostbyname3_multi()

Completed in 7 milliseconds