Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
pwd.h File Reference

Go to the source code of this file.

Data Structures

struct  passwd

Functions

int getpwnam_r (const char *nam, struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result)
int getpwuid_r (uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result)

Function Documentation

◆ getpwnam_r()

int getpwnam_r ( const char * nam,
struct passwd * pwd,
char * buffer,
size_t bufsize,
struct passwd ** result )

◆ getpwuid_r()

int getpwuid_r ( uid_t uid,
struct passwd * pwd,
char * buffer,
size_t bufsize,
struct passwd ** result )