ioctl            247 ext/pty/pty.c  	    if (ioctl(i, TIOCNOTTY, (char *)0))
ioctl            260 ext/pty/pty.c  	(void) ioctl(slave, TIOCSCTTY, (char *)0);
ioctl            368 ext/pty/pty.c  			if(ioctl(j, I_PUSH, "ptem") != -1) {
ioctl            369 ext/pty/pty.c  			    if(ioctl(j, I_PUSH, "ldterm") != -1) {
ioctl            3201 io.c               retval = io_p?ioctl(fd, cmd, (void*)narg):fcntl(fd, cmd, narg);
ioctl            3203 io.c               retval = io_p?ioctl(fd, cmd, narg):fcntl(fd, cmd, narg);
ioctl            3211 io.c               retval = ioctl(fd, cmd, narg);
ioctl            1083 process.c          ioctl(fd, TIOCNOTTY, NULL);