|
UbixOS
2.0
|
#include <sysproto_posix.h>

Data Fields | |
| char * | from |
| char | from_l_ [0] |
| char | from_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
| char * | to |
| char | to_l_ [0] |
| char | to_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 719 of file sysproto_posix.h.
| char* sys_rename_args::from |
Definition at line 721 of file sysproto_posix.h.
| char sys_rename_args::from_l_[0] |
Definition at line 720 of file sysproto_posix.h.
| char sys_rename_args::from_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 722 of file sysproto_posix.h.
| char* sys_rename_args::to |
Definition at line 724 of file sysproto_posix.h.
| char sys_rename_args::to_l_[0] |
Definition at line 723 of file sysproto_posix.h.
| char sys_rename_args::to_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 725 of file sysproto_posix.h.