Home
last modified time | relevance | path

Searched refs:count (Results 1 – 4 of 4) sorted by relevance

/nss/
A Dnss_action.c35 size_t count; member
61 size_t count) in action_lists_equal() argument
63 for (size_t i = 0; i < count; ++i) in action_lists_equal()
72 find_allocated (struct nss_action *actions, size_t count) in find_allocated() argument
75 if (p->count == count && action_lists_equal (p->actions, actions, count)) in find_allocated()
81 __nss_action_allocate (struct nss_action *actions, size_t count) in __nss_action_allocate() argument
86 result = find_allocated (actions, count); in __nss_action_allocate()
90 = malloc (sizeof (*wrapper) + sizeof (*actions) * count); in __nss_action_allocate()
94 wrapper->count = count; in __nss_action_allocate()
95 memcpy (wrapper->actions, actions, sizeof (*actions) * count); in __nss_action_allocate()
A Dtst-nss-files-hosts-multi.c54 write_hosts (int count) in write_hosts() argument
56 TEST_VERIFY (count > 0 && count <= 65535); in write_hosts()
61 for (int i = 0; i < count; ++i) in write_hosts()
101 for (int i = 0; i < params->count; ++i) in expected_ghbn()
104 for (int i = 0; i < params->count; ++i) in expected_ghbn()
159 for (int i = 0; i < params->count; ++i) in expected_gai()
277 run_test (int count) in run_test() argument
279 write_hosts (count); in run_test()
283 .count = count, in run_test()
321 for (int count = 1; count <= 111; ++count) in do_test() local
[all …]
A Dtst-nss-getpwent.c34 size_t count = 0; in do_test() local
52 ++count; in do_test()
56 if (count == 0) in do_test()
69 if (new_count == count) in do_test()
103 if (new_count < count) in do_test()
A Dnss_action.h97 size_t count) attribute_hidden;

Completed in 10 milliseconds