| ||||||
| struct group *fgetgrent | (FILE *akım) |
| int fgetgrent_r | (FILE *akım, struct group *sonuç_tamponu, char *tampon, size_t tampon_uzunluğu, struct group **sonuç) |
| void setgrent | (void) |
| struct group *getgrent | (void) |
| int getgrent_r | (struct group *sonuç_tamponu, char *tampon, size_t tampon_uzunluğu, struct group **sonuç) |
| void endgrent | (void) |
| |||||||||