PHPDBG_STDIN     1187 sapi/phpdbg/phpdbg.c 	flags = fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_GETFL, 0);
PHPDBG_STDIN     1188 sapi/phpdbg/phpdbg.c 	fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags | O_NONBLOCK);
PHPDBG_STDIN     1194 sapi/phpdbg/phpdbg.c 		if ((newlen = recv(PHPDBG_G(io)[PHPDBG_STDIN].fd, mem, PHPDBG_SIGSAFE_MEM_SIZE, MSG_PEEK)) == (size_t) -1) {
PHPDBG_STDIN     1229 sapi/phpdbg/phpdbg.c 	fcntl(PHPDBG_G(io)[PHPDBG_STDIN].fd, F_SETFL, flags);
PHPDBG_STDIN     1729 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin;
PHPDBG_STDIN     1730 sapi/phpdbg/phpdbg.c 		PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin);
PHPDBG_STDIN     1740 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin;
PHPDBG_STDIN     1741 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDIN].fd = socket;
PHPDBG_STDIN     1745 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDIN].ptr = stdin;
PHPDBG_STDIN     1746 sapi/phpdbg/phpdbg.c 			PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin);
PHPDBG_STDIN      757 sapi/phpdbg/phpdbg_cmd.c 			if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) || !isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd))
PHPDBG_STDIN      783 sapi/phpdbg/phpdbg_cmd.c 		if (!buffered && cmd &&	!(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) {
PHPDBG_STDIN       88 sapi/phpdbg/phpdbg_io.c 	} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len, -1)) > 0);
PHPDBG_STDIN       73 sapi/phpdbg/phpdbg_sigio_win32.c 	PHPDBG_G(swd).fd = PHPDBG_G(io)[PHPDBG_STDIN].fd;