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

/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c2187 #define FDEV 0x40 /* file handle refers to device */ macro
2209 fileflags = FDEV;
5383 flags |= FDEV;
5395 if (!(flags & (FDEV | FPIPE)) && (oflag & O_APPEND))
5869 if (!(_osfile(fd) & (FDEV | FPIPE))) {
5899 if (!(_osfile(fd) & (FDEV | FPIPE))) {
6081 len = (_osfile(fd) & FDEV) ? min(32 * 1024, size) : size;

Completed in 125 milliseconds