UbixOS
2.0
|
#include <sysproto_posix.h>
Data Fields | |
char ** | argv |
char | argv_l_ [0] |
char | argv_r_ [(sizeof(register_t)<=sizeof(char **) ? 0 :sizeof(register_t) - sizeof(char **))] |
char ** | envp |
char | envp_l_ [0] |
char | envp_r_ [(sizeof(register_t)<=sizeof(char **) ? 0 :sizeof(register_t) - sizeof(char **))] |
char * | fname |
char | fname_l_ [0] |
char | fname_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 154 of file sysproto_posix.h.
char** sys_execve_args::argv |
Definition at line 159 of file sysproto_posix.h.
Referenced by sys_execve().
char sys_execve_args::argv_l_[0] |
Definition at line 158 of file sysproto_posix.h.
char sys_execve_args::argv_r_[(sizeof(register_t)<=sizeof(char **) ? 0 :sizeof(register_t) - sizeof(char **))] |
Definition at line 160 of file sysproto_posix.h.
char** sys_execve_args::envp |
Definition at line 162 of file sysproto_posix.h.
Referenced by sys_execve().
char sys_execve_args::envp_l_[0] |
Definition at line 161 of file sysproto_posix.h.
char sys_execve_args::envp_r_[(sizeof(register_t)<=sizeof(char **) ? 0 :sizeof(register_t) - sizeof(char **))] |
Definition at line 163 of file sysproto_posix.h.
char* sys_execve_args::fname |
Definition at line 156 of file sysproto_posix.h.
Referenced by sys_execve().
char sys_execve_args::fname_l_[0] |
Definition at line 155 of file sysproto_posix.h.
char sys_execve_args::fname_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 157 of file sysproto_posix.h.