Rizin
unix-like reverse engineering framework and cli tools
|
#include <uv.h>
Public Attributes | |
char * | username |
long | uid |
long | gid |
char * | shell |
char * | homedir |
long uv_passwd_s::gid |
Definition at line 1113 of file uv.h.
Referenced by uv__getpwuid_r().
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().
char* uv_passwd_s::shell |
Definition at line 1114 of file uv.h.
Referenced by uv__getpwuid_r(), and uv_os_free_passwd().
long uv_passwd_s::uid |
Definition at line 1112 of file uv.h.
Referenced by uv__getpwuid_r().
char* uv_passwd_s::username |
Definition at line 1111 of file uv.h.
Referenced by uv__getpwuid_r(), and uv_os_free_passwd().