fgetpwent (3) Linux Manual Page
NAME fgetpwent – get password file entry SYNOPSIS #include <pwd.h> #include <stdio.h> #include <sys/types.h> struct passwd *fgetpwent(FILE *stream); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): fgetpwent(): Since glibc 2.19: _DEFAULT_SOURCE Glibc 2.19 and earlier: _SVID_SOURCE DESCRIPTION The fgetpwent() function returns a pointer to a structure containing the broken out fields of a line in…
