HomeSort by relevance Sort by last modified time
    Searched defs:O_NOCTTY (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ssh/sshd/
sshpty.c 39 #ifndef O_NOCTTY
40 #define O_NOCTTY 0
84 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY);
101 ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY);
123 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY);
149 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY);
158 *ttyfd = open(name, O_RDWR | O_NOCTTY);
182 *ptyfd = open(buf, O_RDWR|O_NOCTTY);
187 *ttyfd = open(namebuf, O_RDWR|O_NOCTTY);
212 *ptyfd = open(buf, O_RDWR | O_NOCTTY);
    [all...]
sshd.c 117 #ifndef O_NOCTTY
118 #define O_NOCTTY 0
1140 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
fcntlcom.h 60 #define O_NOCTTY _FNOCTTY
  /onnv/onnv-gate/usr/src/ucbhead/sys/
fcntl.h 72 #define O_NOCTTY 04000 /* don't allocate controlling tty (POSIX) */
  /onnv/onnv-gate/usr/src/uts/common/sys/
fcntl.h 83 #define O_NOCTTY 0x800 /* don't allocate controlling tty (POSIX) */

Completed in 120 milliseconds