Expand description
pwd.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/pwd.h.html.
Structs§
- passwd
- See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/pwd.h.html for POSIX minimum requirements, and https://www.man7.org/linux/man-pages/man3/getpwnam.3.html for further details.
Functions§
- endpwent
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/endpwent.html.
- getpwent
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/endpwent.html.
- getpwnam⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getpwnam.html.
- getpwnam_
r ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getpwnam.html.
- getpwuid
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getpwuid.html.
- getpwuid_
r ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getpwuid.html.
- setpwent
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/endpwent.html.