UbixOS  2.0
readlink_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for readlink_args:
Collaboration graph

Data Fields

char * buf
 
char buf_l_ [0]
 
char buf_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]
 
int count
 
char count_l_ [0]
 
char count_r_ [(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]
 
char * path
 
char path_l_ [0]
 
char path_r_ [(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]
 

Detailed Description

Definition at line 353 of file sysproto_posix.h.

Field Documentation

◆ buf

char* readlink_args::buf

Definition at line 358 of file sysproto_posix.h.

◆ buf_l_

char readlink_args::buf_l_[0]

Definition at line 357 of file sysproto_posix.h.

◆ buf_r_

char readlink_args::buf_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]

Definition at line 359 of file sysproto_posix.h.

◆ count

int readlink_args::count

Definition at line 361 of file sysproto_posix.h.

Referenced by readlink().

◆ count_l_

char readlink_args::count_l_[0]

Definition at line 360 of file sysproto_posix.h.

◆ count_r_

char readlink_args::count_r_[(sizeof(register_t)<=sizeof(int) ? 0 :sizeof(register_t) - sizeof(int))]

Definition at line 362 of file sysproto_posix.h.

◆ path

char* readlink_args::path

Definition at line 355 of file sysproto_posix.h.

Referenced by readlink().

◆ path_l_

char readlink_args::path_l_[0]

Definition at line 354 of file sysproto_posix.h.

◆ path_r_

char readlink_args::path_r_[(sizeof(register_t)<=sizeof(char *) ? 0 :sizeof(register_t) - sizeof(char *))]

Definition at line 356 of file sysproto_posix.h.


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