|
UbixOS V2
2.0
|
#include <sysproto_posix.h>

Data Fields | |
| userFileDescriptor * | FILE |
| char | FILE_l_ [0] |
| char | FILE_r_ [(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))] |
| char * | mode |
| char | mode_l_ [0] |
| char | mode_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
| char * | path |
| char | path_l_ [0] |
| char | path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 166 of file sysproto_posix.h.
| userFileDescriptor* sys_fopen_args::FILE |
Definition at line 174 of file sysproto_posix.h.
Referenced by sys_fopen().
| char sys_fopen_args::FILE_l_[0] |
Definition at line 173 of file sysproto_posix.h.
| char sys_fopen_args::FILE_r_[(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))] |
Definition at line 175 of file sysproto_posix.h.
| char* sys_fopen_args::mode |
Definition at line 171 of file sysproto_posix.h.
Referenced by sys_fopen().
| char sys_fopen_args::mode_l_[0] |
Definition at line 170 of file sysproto_posix.h.
| char sys_fopen_args::mode_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 172 of file sysproto_posix.h.
| char* sys_fopen_args::path |
Definition at line 168 of file sysproto_posix.h.
Referenced by sys_fopen().
| char sys_fopen_args::path_l_[0] |
Definition at line 167 of file sysproto_posix.h.
| char sys_fopen_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 169 of file sysproto_posix.h.