Home
last modified time | relevance | path

Searched refs:O_NOCTTY (Results 1 – 13 of 13) sorted by relevance

/minix/minix/tests/
H A Dtest77.c1022 if (open(ptest, O_RDWR | O_NOCTTY) >= 0) e(0); in test77h()
1024 if (open(ttest, O_RDWR | O_NOCTTY) >= 0) e(0); in test77h()
1031 if (open(ptest, O_RDWR | O_NOCTTY) >= 0) e(0); in test77h()
1033 if (open(ttest, O_RDWR | O_NOCTTY) >= 0) e(0); in test77h()
1039 if (open(ptest, O_RDWR | O_NOCTTY) >= 0) e(0); in test77h()
1041 if (open(ttest, O_RDWR | O_NOCTTY) >= 0) e(0); in test77h()
1045 open(tname, O_RDWR | O_NOCTTY)) < 0) e(0); in test77h()
1047 if (open(ptest, O_RDWR | O_NOCTTY) >= 0) e(0); in test77h()
1049 if (open(ttest, O_RDWR | O_NOCTTY) >= 0) e(0); in test77h()
1057 if (open(ptest, O_RDWR | O_NOCTTY) >= 0) e(0); in test77h()
[all …]
/minix/lib/libutil/
H A Dpty.c100 if ((master = posix_openpt(O_RDWR | O_NOCTTY)) != -1) {
103 (slave = open(linep, O_RDWR | O_NOCTTY)) != -1)
124 if ((master = open(line, O_RDWR | O_NOCTTY, 0)) == -1) {
143 (slave = open(line, O_RDWR | O_NOCTTY, 0)) != -1) {
/minix/external/public-domain/xz/dist/src/common/
H A Dtuklib_open_stdxxx.c38 const int fd = open("/dev/null", O_NOCTTY in tuklib_open_stdxxx()
/minix/tests/lib/libc/ttyio/
H A Dt_ptm.c132 if ((fdm = posix_openpt(O_RDWR|O_NOCTTY)) == -1) { in ATF_TC_BODY()
152 REQUIRE_ERRNO((fds = open(pty, O_RDWR|O_NOCTTY)), -1); in ATF_TC_BODY()
/minix/minix/servers/vfs/
H A Dcdev.c186 flags |= O_NOCTTY; in cdev_opcl()
187 } else if (!(flags & O_NOCTTY) && dp->dmap_seen_tty) { in cdev_opcl()
190 flags |= O_NOCTTY; in cdev_opcl()
202 if (flags & O_NOCTTY) acc |= CDEV_NOCTTY; in cdev_opcl()
H A Dopen.c166 r = cdev_open(fd, dev, bits | (oflags & O_NOCTTY)); in common_open()
/minix/sys/sys/
H A Dfcntl.h104 #define O_NOCTTY 0x00008000 /* don't assign controlling terminal */ macro
135 O_RSYNC|O_NOCTTY|O_ALT_IO|O_NOFOLLOW|O_DIRECT|\
/minix/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_unix.c279 # ifdef O_NOCTTY /* If it happens to be a TTY (god forbid), do in RAND_poll()
281 | O_NOCTTY in RAND_poll()
/minix/external/public-domain/xz/dist/src/xz/
H A Dfile_io.c36 #ifndef O_NOCTTY
37 # define O_NOCTTY 0 macro
444 int flags = O_RDONLY | O_BINARY | O_NOCTTY; in io_open_src_real()
776 int flags = O_WRONLY | O_BINARY | O_NOCTTY in io_open_dest_real()
/minix/bin/dd/
H A Dargs.c452 { "noctty", O_NOCTTY, C_IFLAG|C_OFLAG },
/minix/external/bsd/tmux/dist/
H A Dserver-client.c1006 c->fd = open(c->ttyname, O_RDWR|O_NOCTTY); in server_client_msg_identify()
/minix/minix/usr.bin/trace/service/
H A Dvfs.c118 FLAG(O_NOCTTY),
/minix/external/gpl3/gcc/patches/
H A D0000-gcc_nbsd.patch22067 - file->fd = open (file->path, O_RDONLY | O_NOCTTY | O_BINARY, 0666);
22068 + file->fd = open (file->path, O_RDONLY | O_NOCTTY | O_BINARY