Searched refs:g (Results 1 – 2 of 2) sorted by relevance
/grp/ |
A D | tst_fgetgrent.c | 63 if (!g) in test_entry() 70 if ((g->gr_gid == gid) && (strcmp (g->gr_name, name) == 0)) in test_entry() 71 printf ("Ok: %s: %d\n", g->gr_name, g->gr_gid); in test_entry() 74 printf ("Error: %s: %d should be: %s: %d\n", g->gr_name, g->gr_gid, in test_entry() 84 struct group *g; in test_fgetgrent() local 89 g = fgetgrent (f); in test_fgetgrent() 90 test_entry ("one", 1, g); in test_fgetgrent() 91 g = fgetgrent (f); in test_fgetgrent() 92 test_entry ("two", 2, g); in test_fgetgrent() 93 g = fgetgrent (f); in test_fgetgrent() [all …]
|
A D | Versions | 9 # g* 24 # g* 28 # g*
|
Completed in 4 milliseconds