slave_pty         468 ext/standard/proc_open.c 	php_file_descriptor_t slave_pty = -1;
slave_pty         666 ext/standard/proc_open.c 					slave_pty = open(ptsname(dev_ptmx), O_RDWR);
slave_pty         668 ext/standard/proc_open.c 					if (slave_pty == -1) {
slave_pty         674 ext/standard/proc_open.c 				descriptors[ndesc].childend = dup(slave_pty);
slave_pty         852 ext/standard/proc_open.c 			close(slave_pty);
slave_pty         907 ext/standard/proc_open.c 		close(slave_pty);
slave_pty         981 ext/standard/proc_open.c 	if (slave_pty >= 0) {
slave_pty         982 ext/standard/proc_open.c 		close(slave_pty);