Lines Matching refs:O_RDWR
77 slave = _getpty(ptyfd, O_RDWR, 0622, 0);
85 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY);
104 ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY);
129 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY);
162 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY);
173 *ttyfd = open(name, O_RDWR | O_NOCTTY);
199 *ptyfd = open(buf, O_RDWR | O_NOCTTY);
204 *ptyfd = open(buf, O_RDWR | O_NOCTTY);
211 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY);
278 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
293 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
317 fd = open(tty_name, O_RDWR);