Searched refs:open_null (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c2248 #define open_null(fd) \ macro
2255 stdin->_file = open_null(0);
2261 stdout->_file = open_null(1);
2264 stderr->_file = open_null(2);

Completed in 113 milliseconds