Lines Matching refs:j
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()
312 j++; in compare_groups()