Searched refs:STDOUT_FILENO (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_4/win32/build/ |
| H A D | config.w32.h.in | 48 #define STDOUT_FILENO 1
|
| /PHP_5_4/ext/standard/ |
| H A D | php_fopen_wrapper.c | 237 fd = STDOUT_FILENO; 245 fd = dup(STDOUT_FILENO);
|
| /PHP_5_4/sapi/cli/ |
| H A D | php_cli.c | 229 #ifndef STDOUT_FILENO 230 #define STDOUT_FILENO 1 macro 270 ret = write(STDOUT_FILENO, str, str_length); 271 } while (ret <= 0 && errno == EAGAIN && sapi_cli_select(STDOUT_FILENO TSRMLS_CC));
|
| H A D | php_cli_server.c | 1031 php_cli_output_is_tty = isatty(STDOUT_FILENO);
|
| /PHP_5_4/sapi/embed/ |
| H A D | php_embed.c | 52 ret = write(STDOUT_FILENO, str, str_length);
|
| /PHP_5_4/sapi/cgi/ |
| H A D | cgi_main.c | 268 #ifndef STDOUT_FILENO 269 #define STDOUT_FILENO 1 macro 277 ret = write(STDOUT_FILENO, str, str_length);
|
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 268 #ifndef STDOUT_FILENO 269 #define STDOUT_FILENO 1 macro 288 ret = write(STDOUT_FILENO, str, str_length);
|
| H A D | fpm_stdio.c | 35 if (0 > dup2(fd, STDIN_FILENO) || 0 > dup2(fd, STDOUT_FILENO)) { 252 dup2(fd_stdout[1], STDOUT_FILENO); 258 dup2(STDOUT_FILENO, STDERR_FILENO);
|
Completed in 44 milliseconds