Rizin
unix-like reverse engineering framework and cli tools
uv_passwd_s Struct Reference

#include <uv.h>

Public Attributes

char * username
 
long uid
 
long gid
 
char * shell
 
char * homedir
 

Detailed Description

Definition at line 1110 of file uv.h.

Member Data Documentation

◆ gid

long uv_passwd_s::gid

Definition at line 1113 of file uv.h.

Referenced by uv__getpwuid_r().

◆ homedir

char* uv_passwd_s::homedir

Definition at line 1115 of file uv.h.

Referenced by uv__getpwuid_r(), uv_os_free_passwd(), and uv_os_homedir().

◆ shell

char* uv_passwd_s::shell

Definition at line 1114 of file uv.h.

Referenced by uv__getpwuid_r(), and uv_os_free_passwd().

◆ uid

long uv_passwd_s::uid

Definition at line 1112 of file uv.h.

Referenced by uv__getpwuid_r().

◆ username

char* uv_passwd_s::username

Definition at line 1111 of file uv.h.

Referenced by uv__getpwuid_r(), and uv_os_free_passwd().


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