Data Structures | Macros | Functions
pwd.h File Reference

The file that provides functions ported from Unix in pwd.h. More...

Data Structures

struct  passwd
 A structure that describes a password. More...
 

Functions

EAPI struct passwdgetpwnam (const char *n)
 Return a passwd structure. More...
 
EAPI struct passwdgetpwuid (uid_t uid)
 Return a passwd structure. More...
 

Detailed Description

The file that provides functions ported from Unix in pwd.h.