Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
open_struct Struct Reference

Data Fields

VALUE fname
 
int oflags
 
mode_t perm
 
int ret
 
int err
 

Detailed Description

Definition at line 2318 of file process.c.

Field Documentation

◆ err

int open_struct::err

Definition at line 2323 of file process.c.

Referenced by open_func(), and rb_execarg_parent_start1().

◆ fname

VALUE open_struct::fname

Definition at line 2319 of file process.c.

Referenced by open_func(), and rb_execarg_parent_start1().

◆ oflags

int open_struct::oflags

Definition at line 2320 of file process.c.

Referenced by open_func(), and rb_execarg_parent_start1().

◆ perm

mode_t open_struct::perm

Definition at line 2321 of file process.c.

Referenced by open_func(), and rb_execarg_parent_start1().

◆ ret

int open_struct::ret

Definition at line 2322 of file process.c.

Referenced by open_func(), and rb_execarg_parent_start1().


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