|
struct passwd *fgetpwent | (FILE *akım) |
int fgetpwent_r | (FILE *akım, struct passwd *sonuç_tamponu, char *tampon, size_t tampon_uzunluğu, struct passwd **sonuç) |
void setpwent | (void) |
struct passwd *getpwent | (void) |
int getpwent_r | (struct passwd *sonuç_tamponu, char *tampon, int tampon_uzunluğu, struct passwd **sonuç) |
void endpwent | (void) |
|