_fileno           632 ext/zip/lib/zip_close.c     _setmode(_fileno(tfp), _O_BINARY );
_fileno            78 ext/zip/lib/zipint.h #define fileno		_fileno
_fileno          1812 sapi/cgi/cgi_main.c 	setmode(_fileno(stdin),  O_BINARY);	/* make the stdio mode be binary */
_fileno          1813 sapi/cgi/cgi_main.c 	setmode(_fileno(stdout), O_BINARY);	/* make the stdio mode be binary */
_fileno          1814 sapi/cgi/cgi_main.c 	setmode(_fileno(stderr), O_BINARY);	/* make the stdio mode be binary */
_fileno          1265 sapi/cli/php_cli.c 	setmode(_fileno(stdin), O_BINARY);		/* make the stdio mode be binary */
_fileno          1266 sapi/cli/php_cli.c 	setmode(_fileno(stdout), O_BINARY);		/* make the stdio mode be binary */
_fileno          1267 sapi/cli/php_cli.c 	setmode(_fileno(stderr), O_BINARY);		/* make the stdio mode be binary */
_fileno           183 sapi/embed/php_embed.c   setmode(_fileno(stdin), O_BINARY);		/* make the stdio mode be binary */
_fileno           184 sapi/embed/php_embed.c   setmode(_fileno(stdout), O_BINARY);		/* make the stdio mode be binary */
_fileno           185 sapi/embed/php_embed.c   setmode(_fileno(stderr), O_BINARY);		/* make the stdio mode be binary */
_fileno          1651 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stdin),  O_BINARY);	/* make the stdio mode be binary */
_fileno          1652 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stdout), O_BINARY);	/* make the stdio mode be binary */
_fileno          1653 sapi/fpm/fpm/fpm_main.c 	setmode(_fileno(stderr), O_BINARY);	/* make the stdio mode be binary */
_fileno           795 sapi/litespeed/lsapi_main.c     setmode(_fileno(stdin), O_BINARY);    /* make the stdio mode be binary */
_fileno           796 sapi/litespeed/lsapi_main.c     setmode(_fileno(stdout), O_BINARY);   /* make the stdio mode be binary */
_fileno           797 sapi/litespeed/lsapi_main.c     setmode(_fileno(stderr), O_BINARY);   /* make the stdio mode be binary */
_fileno          1015 sapi/phpdbg/phpdbg.c 	setmode(_fileno(stdin), O_BINARY);  /* make the stdio mode be binary */
_fileno          1016 sapi/phpdbg/phpdbg.c 	setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */
_fileno          1017 sapi/phpdbg/phpdbg.c 	setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */