VSF Documented
|
Go to the source code of this file.
Data Structures | |
struct | passwd |
struct | vsf_linux_pwd_vplt_t |
Macros | |
#define | getpwuid VSF_LINUX_WRAPPER(getpwuid) |
#define | getpwnam VSF_LINUX_WRAPPER(getpwnam) |
Typedefs | |
typedef struct vsf_linux_pwd_vplt_t | vsf_linux_pwd_vplt_t |
Functions | |
struct passwd * | getpwuid (uid_t uid) |
struct passwd * | getpwnam (const char *name) |
Variables | |
__VSF_VPLT_DECORATOR__ vsf_linux_pwd_vplt_t | vsf_linux_pwd_vplt |
#define getpwuid VSF_LINUX_WRAPPER(getpwuid) |
#define getpwnam VSF_LINUX_WRAPPER(getpwnam) |
typedef struct vsf_linux_pwd_vplt_t vsf_linux_pwd_vplt_t |
struct passwd * getpwnam | ( | const char * | name | ) |
|
extern |