Ruby  1.9.3p551(2014-11-13revision48407)
Data Fields
sysopen_struct Struct Reference

Data Fields

VALUE fname
 
int oflags
 
mode_t perm
 

Detailed Description

Definition at line 4915 of file io.c.

Field Documentation

◆ fname

VALUE sysopen_struct::fname

Definition at line 4916 of file io.c.

Referenced by rb_file_open(), rb_file_open_str(), rb_sysopen(), and sysopen_func().

◆ oflags

int sysopen_struct::oflags

Definition at line 4917 of file io.c.

Referenced by rb_file_open_generic(), rb_sysopen(), and sysopen_func().

◆ perm

mode_t sysopen_struct::perm

Definition at line 4918 of file io.c.

Referenced by rb_file_open_generic(), rb_sysopen(), and sysopen_func().


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