O_BINARY          509 TSRM/tsrm_win32.c 	mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT;
O_BINARY          527 ext/fileinfo/libmagic/file.h #ifndef O_BINARY
O_BINARY           48 ext/oci8/oci8_lob.c #ifndef O_BINARY
O_BINARY          728 ext/oci8/oci8_lob.c 	if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) {
O_BINARY           88 ext/opcache/zend_file_cache.c #ifndef O_BINARY
O_BINARY          724 ext/opcache/zend_file_cache.c 	fd = open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, S_IRUSR | S_IWUSR);
O_BINARY          726 ext/opcache/zend_file_cache.c 	fd = open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, _S_IREAD | _S_IWRITE);
O_BINARY         1223 ext/opcache/zend_file_cache.c 	fd = open(filename, O_RDONLY | O_BINARY);
O_BINARY          139 ext/session/mod_files.c #ifndef O_BINARY
O_BINARY          185 ext/session/mod_files.c 		data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY | O_NOFOLLOW, data->filemode);
O_BINARY          192 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         1542 ext/soap/php_sdl.c 	f = open(fn, O_RDONLY|O_BINARY);
O_BINARY         2113 ext/soap/php_sdl.c 	f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
O_BINARY         2115 ext/soap/php_sdl.c 	f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE);
O_BINARY         25726 ext/sqlite3/libsqlite/sqlite3.c #ifndef O_BINARY
O_BINARY         28987 ext/sqlite3/libsqlite/sqlite3.c     fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0);
O_BINARY         31236 ext/sqlite3/libsqlite/sqlite3.c   openFlags |= (O_LARGEFILE|O_BINARY);
O_BINARY          608 ext/standard/proc_open.c 					descriptors[ndesc].mode_flags |= O_BINARY;
O_BINARY          923 ext/standard/proc_open.c 					case O_WRONLY|O_BINARY:
O_BINARY          926 ext/standard/proc_open.c 					case O_RDONLY|O_BINARY:
O_BINARY           47 ext/zip/lib/mkstemp.c #ifndef O_BINARY
O_BINARY          128 ext/zip/lib/mkstemp.c 		if ((fd=open(path, O_CREAT|O_EXCL|O_RDWR|O_BINARY, 0600)) >= 0)
O_BINARY          103 main/streams/plain_wrapper.c #if defined(_O_TEXT) && defined(O_BINARY)
O_BINARY          107 main/streams/plain_wrapper.c 		flags |= O_BINARY;
O_BINARY         1791 sapi/cgi/cgi_main.c 	setmode(_fileno(stdin),  O_BINARY);	/* make the stdio mode be binary */
O_BINARY         1792 sapi/cgi/cgi_main.c 	setmode(_fileno(stdout), O_BINARY);	/* make the stdio mode be binary */
O_BINARY         1793 sapi/cgi/cgi_main.c 	setmode(_fileno(stderr), O_BINARY);	/* make the stdio mode be binary */
O_BINARY          109 sapi/cli/php_cli.c #ifndef O_BINARY
O_BINARY         1231 sapi/cli/php_cli.c 	setmode(_fileno(stdin), O_BINARY);		/* make the stdio mode be binary */
O_BINARY         1232 sapi/cli/php_cli.c 	setmode(_fileno(stdout), O_BINARY);		/* make the stdio mode be binary */
O_BINARY         1233 sapi/cli/php_cli.c 	setmode(_fileno(stderr), O_BINARY);		/* make the stdio mode be binary */
O_BINARY          188 sapi/embed/php_embed.c   setmode(_fileno(stdin), O_BINARY);		/* make the stdio mode be binary */
O_BINARY          189 sapi/embed/php_embed.c   setmode(_fileno(stdout), O_BINARY);		/* make the stdio mode be binary */
O_BINARY          190 sapi/embed/php_embed.c   setmode(_fileno(stderr), O_BINARY);		/* make the stdio mode be binary */
O_BINARY         1631 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stdin),  O_BINARY);	/* make the stdio mode be binary */
O_BINARY         1632 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stdout), O_BINARY);	/* make the stdio mode be binary */
O_BINARY         1633 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stderr), O_BINARY);	/* make the stdio mode be binary */
O_BINARY          764 sapi/litespeed/lsapi_main.c     setmode(_fileno(stdin), O_BINARY);    /* make the stdio mode be binary */
O_BINARY          765 sapi/litespeed/lsapi_main.c     setmode(_fileno(stdout), O_BINARY);   /* make the stdio mode be binary */
O_BINARY          766 sapi/litespeed/lsapi_main.c     setmode(_fileno(stderr), O_BINARY);   /* make the stdio mode be binary */
O_BINARY         1334 sapi/phpdbg/phpdbg.c 	setmode(_fileno(stdin), O_BINARY);  /* make the stdio mode be binary */
O_BINARY         1335 sapi/phpdbg/phpdbg.c 	setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */
O_BINARY         1336 sapi/phpdbg/phpdbg.c 	setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */
O_BINARY           64 sapi/phpdbg/phpdbg.h #ifndef O_BINARY