Skip to main content

Module pwd

Module pwd 

Source
Expand description

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.