slave_pty         493 ext/standard/proc_open.c 	php_file_descriptor_t slave_pty = -1;
slave_pty         686 ext/standard/proc_open.c 					slave_pty = open(ptsname(dev_ptmx), O_RDWR);
slave_pty         688 ext/standard/proc_open.c 					if (slave_pty == -1) {
slave_pty         694 ext/standard/proc_open.c 				descriptors[ndesc].childend = dup(slave_pty);
slave_pty         875 ext/standard/proc_open.c 			close(slave_pty);
slave_pty         928 ext/standard/proc_open.c 		close(slave_pty);
slave_pty         999 ext/standard/proc_open.c 	if (slave_pty >= 0) {
slave_pty        1000 ext/standard/proc_open.c 		close(slave_pty);