Lines Matching refs:fileno
913 …if (((fstat(fileno(stderr), &stat[2]) < 0) && (fstat(fileno(stdout), &stat[0]) < 0)) || (fstat(dat… in phpdbg_stdiop_write()
1135 phpdbg_rlog(fileno(stderr), "Initializing connection on %s:%u failed", address, port); in phpdbg_remote_init()
1140 phpdbg_rlog(fileno(stderr), "accepting connections on %s:%u", address, port); in phpdbg_remote_init()
1150 phpdbg_rlog(fileno(stderr), "connection established from %s", buffer); in phpdbg_remote_init()
1154 dup2(*socket, fileno(stdout)); in phpdbg_remote_init()
1155 dup2(*socket, fileno(stdin)); in phpdbg_remote_init()
1279 php_stream *stream = php_stream_fopen_from_fd(dup(fileno(PHPDBG_G(stdin_file))), "r", NULL); in phpdbg_stream_url_wrap_php()
1632 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1776 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
1778 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1792 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
1794 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1798 PHPDBG_G(io)[PHPDBG_STDERR].fd = fileno(stderr); in main()