Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
passwd Struct Reference

#include <pwd.h>

Data Fields

char * pw_name
 
uid_t pw_uid
 
gid_t pw_gid
 
char * pw_dir
 
char * pw_shell
 

Field Documentation

◆ pw_dir

char* passwd::pw_dir

◆ pw_gid

gid_t passwd::pw_gid

◆ pw_name

char* passwd::pw_name

◆ pw_shell

char* passwd::pw_shell

◆ pw_uid

uid_t passwd::pw_uid

The documentation for this struct was generated from the following file: