O_BINARY          508 TSRM/tsrm_win32.c 	mode = ((type_len == 2) && (type[1] == 'b')) ? O_BINARY : O_TEXT;
O_BINARY          494 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          104 ext/session/mod_files.c #ifndef O_BINARY
O_BINARY          148 ext/session/mod_files.c 		data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY | O_NOFOLLOW, data->filemode);
O_BINARY          155 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         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          627 ext/standard/proc_open.c 					descriptors[ndesc].mode_flags |= O_BINARY;
O_BINARY          943 ext/standard/proc_open.c 					case O_WRONLY|O_BINARY:
O_BINARY          946 ext/standard/proc_open.c 					case O_RDONLY|O_BINARY:
O_BINARY           97 main/streams/plain_wrapper.c #if defined(_O_TEXT) && defined(O_BINARY)
O_BINARY          101 main/streams/plain_wrapper.c 		flags |= O_BINARY;
O_BINARY         1807 sapi/cgi/cgi_main.c 	setmode(_fileno(stdin),  O_BINARY);	/* make the stdio mode be binary */
O_BINARY         1808 sapi/cgi/cgi_main.c 	setmode(_fileno(stdout), O_BINARY);	/* make the stdio mode be binary */
O_BINARY         1809 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         1619 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stdin),  O_BINARY);	/* make the stdio mode be binary */
O_BINARY         1620 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stdout), O_BINARY);	/* make the stdio mode be binary */
O_BINARY         1621 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stderr), O_BINARY);	/* make the stdio mode be binary */
O_BINARY          795 sapi/litespeed/lsapi_main.c     setmode(_fileno(stdin), O_BINARY);    /* make the stdio mode be binary */
O_BINARY          796 sapi/litespeed/lsapi_main.c     setmode(_fileno(stdout), O_BINARY);   /* make the stdio mode be binary */
O_BINARY          797 sapi/litespeed/lsapi_main.c     setmode(_fileno(stderr), O_BINARY);   /* make the stdio mode be binary */