O_BINARY 508 TSRM/tsrm_win32.c mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT; O_BINARY 496 ext/fileinfo/libmagic/file.h #ifndef O_BINARY O_BINARY 48 ext/oci8/oci8_lob.c #ifndef O_BINARY O_BINARY 736 ext/oci8/oci8_lob.c if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) { O_BINARY 98 ext/session/mod_files.c #ifndef O_BINARY O_BINARY 138 ext/session/mod_files.c data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY, data->filemode); O_BINARY 33 ext/soap/php_sdl.c #ifndef O_BINARY O_BINARY 1548 ext/soap/php_sdl.c f = open(fn, O_RDONLY|O_BINARY); O_BINARY 2125 ext/soap/php_sdl.c f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); O_BINARY 2127 ext/soap/php_sdl.c f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); O_BINARY 24744 ext/sqlite3/libsqlite/sqlite3.c #ifndef O_BINARY O_BINARY 29128 ext/sqlite3/libsqlite/sqlite3.c fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0); O_BINARY 29461 ext/sqlite3/libsqlite/sqlite3.c openFlags |= (O_LARGEFILE|O_BINARY); O_BINARY 606 ext/standard/proc_open.c descriptors[ndesc].mode_flags |= O_BINARY; O_BINARY 922 ext/standard/proc_open.c case O_WRONLY|O_BINARY: O_BINARY 925 ext/standard/proc_open.c case O_RDONLY|O_BINARY: O_BINARY 96 main/streams/plain_wrapper.c #if defined(_O_TEXT) && defined(O_BINARY) O_BINARY 100 main/streams/plain_wrapper.c flags |= O_BINARY; O_BINARY 1802 sapi/cgi/cgi_main.c setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ O_BINARY 1803 sapi/cgi/cgi_main.c setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ O_BINARY 1804 sapi/cgi/cgi_main.c setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ O_BINARY 102 sapi/cli/php_cli.c #ifndef O_BINARY O_BINARY 1265 sapi/cli/php_cli.c setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ O_BINARY 1266 sapi/cli/php_cli.c setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ O_BINARY 1267 sapi/cli/php_cli.c setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ O_BINARY 183 sapi/embed/php_embed.c setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ O_BINARY 184 sapi/embed/php_embed.c setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ O_BINARY 185 sapi/embed/php_embed.c setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ O_BINARY 1599 sapi/fpm/fpm/fpm_main.c setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ O_BINARY 1600 sapi/fpm/fpm/fpm_main.c setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ O_BINARY 1601 sapi/fpm/fpm/fpm_main.c setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ O_BINARY 511 sapi/litespeed/lsapi_main.c setmode(_fileno(stdin), O_BINARY); /* make the stdio mode be binary */ O_BINARY 512 sapi/litespeed/lsapi_main.c setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ O_BINARY 513 sapi/litespeed/lsapi_main.c setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */