setmode          1812 sapi/cgi/cgi_main.c 	setmode(_fileno(stdin),  O_BINARY);	/* make the stdio mode be binary */
setmode          1813 sapi/cgi/cgi_main.c 	setmode(_fileno(stdout), O_BINARY);	/* make the stdio mode be binary */
setmode          1814 sapi/cgi/cgi_main.c 	setmode(_fileno(stderr), O_BINARY);	/* make the stdio mode be binary */
setmode          1265 sapi/cli/php_cli.c 	setmode(_fileno(stdin), O_BINARY);		/* make the stdio mode be binary */
setmode          1266 sapi/cli/php_cli.c 	setmode(_fileno(stdout), O_BINARY);		/* make the stdio mode be binary */
setmode          1267 sapi/cli/php_cli.c 	setmode(_fileno(stderr), O_BINARY);		/* make the stdio mode be binary */
setmode           183 sapi/embed/php_embed.c   setmode(_fileno(stdin), O_BINARY);		/* make the stdio mode be binary */
setmode           184 sapi/embed/php_embed.c   setmode(_fileno(stdout), O_BINARY);		/* make the stdio mode be binary */
setmode           185 sapi/embed/php_embed.c   setmode(_fileno(stderr), O_BINARY);		/* make the stdio mode be binary */
setmode          1651 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stdin),  O_BINARY);	/* make the stdio mode be binary */
setmode          1652 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stdout), O_BINARY);	/* make the stdio mode be binary */
setmode          1653 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stderr), O_BINARY);	/* make the stdio mode be binary */
setmode           795 sapi/litespeed/lsapi_main.c     setmode(_fileno(stdin), O_BINARY);    /* make the stdio mode be binary */
setmode           796 sapi/litespeed/lsapi_main.c     setmode(_fileno(stdout), O_BINARY);   /* make the stdio mode be binary */
setmode           797 sapi/litespeed/lsapi_main.c     setmode(_fileno(stderr), O_BINARY);   /* make the stdio mode be binary */
setmode          1015 sapi/phpdbg/phpdbg.c 	setmode(_fileno(stdin), O_BINARY);  /* make the stdio mode be binary */
setmode          1016 sapi/phpdbg/phpdbg.c 	setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */
setmode          1017 sapi/phpdbg/phpdbg.c 	setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */