Searched refs:O_NOCTTY (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-openpty.c68 #ifndef O_NOCTTY
69 #define O_NOCTTY 0 macro
87 if ((*aslave = open(slave, O_RDWR | O_NOCTTY)) == -1) {
102 if ((ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY)) == -1)
119 if ((*aslave = open(pts, O_RDWR | O_NOCTTY)) == -1) {
140 if ((*amaster = open("/dev/ptc", O_RDWR | O_NOCTTY)) == -1)
144 if ((*aslave = open(ttname, O_RDWR | O_NOCTTY)) == -1) {
164 if ((*amaster = open(ptbuf, O_RDWR|O_NOCTTY)) == -1)
167 if ((*aslave = open(ttbuf, O_RDWR|O_NOCTTY)) == -1) {
192 if ((*amaster = open(ptbuf, O_RDWR | O_NOCTTY))
[all...]
/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_open_stdxxx.c38 const int fd = open("/dev/null", O_NOCTTY
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp39 m_arg = O_NOCTTY | O_CREAT | O_RDWR;
41 m_arg = O_NOCTTY | O_RDONLY;
43 m_arg = O_NOCTTY | O_CREAT | O_WRONLY;
H A DProcessLaunchInfo.cpp214 int open_flags = O_RDWR | O_NOCTTY;
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dpty.c103 * Open all ptys with O_NOCTTY, just to be on the safe side
106 #ifndef O_NOCTTY
107 # define O_NOCTTY 0 macro
227 if ((f = open(PtyName, O_RDWR | O_NOCTTY | O_NONBLOCK)) < 0)
261 if ((f = open(PtyName, O_RDWR | O_NOCTTY)) == -1)
297 if ((f = open (PtyName, O_RDWR | O_NOCTTY)) < 0)
355 if ((f = open(PtyName, O_RDWR | O_NOCTTY)) == -1)
/freebsd-11-stable/crypto/openssh/
H A Dsshpty.c45 #ifndef O_NOCTTY
46 #define O_NOCTTY 0 macro
107 fd = open(tty, O_RDWR|O_NOCTTY);
129 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
142 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
249 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c86 O_NOCTTY | O_NONBLOCK | O_NDELAY | O_SYNC | O_TRUNC | 0666);
/freebsd-11-stable/lib/libutil/
H A Dpty.c59 master = posix_openpt(O_RDWR|O_NOCTTY);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h35 #define O_NOCTTY 0400 macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ptm.c132 if ((fdm = posix_openpt(O_RDWR|O_NOCTTY)) == -1) {
152 REQUIRE_ERRNO((fds = open(pty, O_RDWR|O_NOCTTY)), -1);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_fcntl.c74 if (flags & IBCS2_O_NOCTTY) r |= O_NOCTTY;
151 if (flags & IBCS2_O_NOCTTY) r |= O_NOCTTY;
172 if (flags & O_NOCTTY) r |= IBCS2_O_NOCTTY;
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h330 /* Approximate O_NOCTTY and O_BINARY. */
331 #ifndef O_NOCTTY
332 #define O_NOCTTY 0 macro
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_unix.c280 # ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do
282 | O_NOCTTY
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dio.d104 inline int O_NOCTTY = 0x8000;
105 #pragma D binding "1.1" O_NOCTTY
/freebsd-11-stable/tests/sys/audit/
H A Dfile-close.c184 ATF_REQUIRE((filedesc = posix_openpt(O_RDWR | O_NOCTTY)) != -1);
/freebsd-11-stable/sys/sys/
H A Dfcntl.h110 #define O_NOCTTY 0x8000 /* don't assign controlling terminal */ macro
/freebsd-11-stable/contrib/xz/src/xz/
H A Dfile_io.c46 #ifndef O_NOCTTY
47 # define O_NOCTTY 0 macro
548 int flags = O_RDONLY | O_BINARY | O_NOCTTY;
889 int flags = O_WRONLY | O_BINARY | O_NOCTTY
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_fcntl.c118 r |= (l & SVR4_O_NOCTTY) ? O_NOCTTY : 0;
138 r |= (l & O_NOCTTY) ? SVR4_O_NOCTTY : 0;
406 if (!(bsd_flags & O_NOCTTY) && SESS_LEADER(p) &&
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c945 #ifndef O_NOCTTY
946 #define O_NOCTTY 0 macro
976 t = open(line, O_RDWR|O_NOCTTY);
992 t = open(line, O_RDWR|O_NOCTTY);
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_exec.c269 if ((nullfd = open("/dev/null", O_WRONLY|O_NOCTTY)) < 0)
/freebsd-11-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c168 fd = open(device, O_RDWR|O_NOCTTY);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c385 p = posix_openpt(O_RDWR|O_NOCTTY);
882 #ifndef O_NOCTTY
883 #define O_NOCTTY 0 macro
903 t = open(line, O_RDWR|O_NOCTTY);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinflow.c544 tty = open (inferior_thisrun_terminal, O_RDWR | O_NOCTTY);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_arc.c473 #ifdef O_NOCTTY /* Good, we can avoid tty becoming controlling tty. */
474 #define OPEN_FLAGS (O_RDWR | O_NOCTTY)
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c264 #ifdef O_NOCTTY
265 { O_NOCTTY, "O_NOCTTY" },

Completed in 187 milliseconds

12