_osfile 1732 win32/win32.c #define _set_osflags(fh, flags) (_osfile(fh) = (flags))
_osfile 4214 win32/win32.c _osfile(fd) = flags | FOPEN;
_osfile 4380 win32/win32.c if (_osfile(fd) & FTEXT) {
_osfile 4386 win32/win32.c if (!size || _osfile(fd) & FEOFLAG) {
_osfile 4394 win32/win32.c if (!(_osfile(fd) & (FDEV | FPIPE))) {
_osfile 4466 win32/win32.c if (!(_osfile(fd) & (FDEV | FPIPE))) {
_osfile 4498 win32/win32.c if (_osfile(fd) & FTEXT) {
_osfile 4504 win32/win32.c if (!size || _osfile(fd) & FEOFLAG) {
_osfile 4512 win32/win32.c if (!(_osfile(fd) & (FDEV | FPIPE))) {
_osfile 4514 win32/win32.c DWORD method = _osfile(fd) & FAPPEND ? FILE_END : FILE_CURRENT;
_osfile 4576 win32/win32.c if (!(_osfile(fd) & (FDEV | FPIPE))) {
_osfile 4729 win32/win32.c if (!(_osfile(fd) & FDEV)) {