rb_w32_open_osfhandle 67 win32/win32.c static int rb_w32_open_osfhandle(intptr_t osfhandle, int flags); rb_w32_open_osfhandle 2345 win32/win32.c fd = rb_w32_open_osfhandle((intptr_t)h, O_RDWR|O_BINARY|O_NOINHERIT); rb_w32_open_osfhandle 2721 win32/win32.c fd = rb_w32_open_osfhandle(s, O_RDWR|O_BINARY|O_NOINHERIT); rb_w32_open_osfhandle 2945 win32/win32.c sv[0] = rb_w32_open_osfhandle(pair[0], O_RDWR|O_BINARY|O_NOINHERIT); rb_w32_open_osfhandle 2951 win32/win32.c sv[1] = rb_w32_open_osfhandle(pair[1], O_RDWR|O_BINARY|O_NOINHERIT);