Searched refs:j (Results 1 – 6 of 6) sorted by relevance
/nss/ |
A D | tst-nss-files-hosts-getent.c | 120 for (int j = 1; j < name_count; ++j) in subprocess_getent() local 121 fprintf (expected.out, "alias: host%d.example.com\n", j); in subprocess_getent() 202 for (int j = 1; j < name_count; ++j) in subprocess_gethost() local 204 fprintf (expected.out, "alias: host%d.example.com\n", j); in subprocess_gethost() 218 for (int j = 1; j < name_count; ++j) in subprocess_gethost() local 219 fprintf (expected.out, "alias: host%d.example.com\n", j); in subprocess_gethost()
|
A D | nss_test.h | 190 int j; in print_group() local 194 for (j=0; g->gr_mem[j]; j++) in print_group() 195 printf ("%s%s", j==0 ? " " : ", ", g->gr_mem[j]); in print_group() 204 int j; in compare_groups() local 282 j = 0; in compare_groups() 285 if (g->gr_mem[j] == NULL && e->gr_mem[j] == NULL) in compare_groups() 290 if (g->gr_mem[j] == NULL) in compare_groups() 297 if (e->gr_mem[j] == NULL) in compare_groups() 304 if (strcmp (g->gr_mem[j], e->gr_mem[j]) != 0) in compare_groups() 308 e->gr_mem[j], g->gr_mem[j]); in compare_groups() [all …]
|
A D | tst-nss-files-alias-leak.c | 214 for (size_t j = 0; j <= i; ++j) in do_test() local 215 xclose (next_descriptors[j]); in do_test()
|
A D | tst-reload1.c | 191 int res, j; in must_be_tests() local 205 j = 0; /* which address in the list */ in must_be_tests() 211 TEST_VERIFY (memcmp (up, ht[i].h_addr_list[j], 4) == 0); in must_be_tests() 214 ++j; in must_be_tests()
|
A D | nss_test1.c | 449 int i, j; in copy_host() local 460 for (j = 0; j < i; ++j) in copy_host() 461 memlist[j] = alloc_buffer_maybe_copy_string (&buf, local->h_addr_list[j]); in copy_host() 462 memlist[j] = NULL; in copy_host()
|
A D | getent.c | 542 for (int j = 0; j < n; ++j) in initgroups_keys() local 543 if (grps[j] != -1) in initgroups_keys() 544 printf (" %ld", (long int) grps[j]); in initgroups_keys()
|
Completed in 14 milliseconds