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

Data Fields | |
| char * | path |
| char | path_l_ [0] |
| char | path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
| struct stat * | ub |
| char | ub_l_ [0] |
| char | ub_r_ [(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))] |
Definition at line 399 of file sysproto_posix.h.
| char* sys_stat_args::path |
Definition at line 401 of file sysproto_posix.h.
Referenced by sys_stat().
| char sys_stat_args::path_l_[0] |
Definition at line 400 of file sysproto_posix.h.
| char sys_stat_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))] |
Definition at line 402 of file sysproto_posix.h.
| struct stat* sys_stat_args::ub |
Definition at line 404 of file sysproto_posix.h.
Referenced by sys_stat().
| char sys_stat_args::ub_l_[0] |
Definition at line 403 of file sysproto_posix.h.
| char sys_stat_args::ub_r_[(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))] |
Definition at line 405 of file sysproto_posix.h.