VSF Documented
Data Structures | Macros | Typedefs | Functions | Variables
pwd.h File Reference
#include "shell/sys/linux/vsf_linux_cfg.h"
#include "./sys/types.h"

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 passwdgetpwuid (uid_t uid)
 
struct passwdgetpwnam (const char *name)
 

Variables

__VSF_VPLT_DECORATOR__ vsf_linux_pwd_vplt_t vsf_linux_pwd_vplt
 

Macro Definition Documentation

◆ getpwuid

#define getpwuid   VSF_LINUX_WRAPPER(getpwuid)

◆ getpwnam

#define getpwnam   VSF_LINUX_WRAPPER(getpwnam)

Typedef Documentation

◆ vsf_linux_pwd_vplt_t

Function Documentation

◆ getpwuid()

struct passwd * getpwuid ( uid_t  uid)

◆ getpwnam()

struct passwd * getpwnam ( const char *  name)

Variable Documentation

◆ vsf_linux_pwd_vplt

__VSF_VPLT_DECORATOR__ vsf_linux_pwd_vplt_t vsf_linux_pwd_vplt
extern