UbixOS  2.0
sys_rename_args Struct Reference

#include <sysproto_posix.h>

Collaboration diagram for sys_rename_args:
Collaboration graph

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 *))]
 

Detailed Description

Definition at line 719 of file sysproto_posix.h.

Field Documentation

◆ from

char* sys_rename_args::from

Definition at line 721 of file sysproto_posix.h.

◆ from_l_

char sys_rename_args::from_l_[0]

Definition at line 720 of file sysproto_posix.h.

◆ from_r_

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.

◆ to

char* sys_rename_args::to

Definition at line 724 of file sysproto_posix.h.

◆ to_l_

char sys_rename_args::to_l_[0]

Definition at line 723 of file sysproto_posix.h.

◆ to_r_

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.


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