Searched refs:target (Results 1 – 3 of 3) sorted by relevance
57 struct passwd *target = test_items + test_count; in init_test_items() local58 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()
304 long target = 200 * 1024 * 1024; in do_test() local305 if (limit.rlim_cur == RLIM_INFINITY || limit.rlim_cur > target) in do_test()307 limit.rlim_cur = target; in do_test()
196 void *target; in gethostbyname3_multi() local200 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