|
Ruby
2.1.10p492(2016-04-01revision54464)
|
Data Fields | |
| VALUE | fname |
| int | oflags |
| mode_t | perm |
| VALUE sysopen_struct::fname |
Definition at line 5354 of file io.c.
Referenced by rb_file_open(), rb_file_open_str(), rb_sysopen(), and sysopen_func().
| int sysopen_struct::oflags |
Definition at line 5355 of file io.c.
Referenced by rb_file_open_generic(), rb_sysopen(), and sysopen_func().
| mode_t sysopen_struct::perm |
Definition at line 5356 of file io.c.
Referenced by rb_file_open_generic(), rb_sysopen(), and sysopen_func().
1.8.14