UbixOS  2.0
sys_stat_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_stat_args:
Collaboration graph

Data Fields

char * path
 
char path_l_ [0]
 
char path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]
 
struct statub
 
char ub_l_ [0]
 
char ub_r_ [(sizeof(register_t)<=sizeof(struct stat *) ? 0 :sizeof(register_t) - sizeof(struct stat *))]
 

Detailed Description

Definition at line 399 of file sysproto_posix.h.

Field Documentation

◆ path

char* sys_stat_args::path

Definition at line 401 of file sysproto_posix.h.

Referenced by sys_stat().

◆ path_l_

char sys_stat_args::path_l_[0]

Definition at line 400 of file sysproto_posix.h.

◆ path_r_

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.

◆ ub

struct stat* sys_stat_args::ub

Definition at line 404 of file sysproto_posix.h.

Referenced by sys_stat().

◆ ub_l_

char sys_stat_args::ub_l_[0]

Definition at line 403 of file sysproto_posix.h.

◆ ub_r_

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.


The documentation for this struct was generated from the following file: