HomeSort by: relevance | last modified time | path
    Searched refs:O_NOCTTY (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/lib/libc/ttyio/
t_ptm.c 132 if ((fdm = posix_openpt(O_RDWR|O_NOCTTY)) == -1) {
152 REQUIRE_ERRNO((fds = open(pty, O_RDWR|O_NOCTTY)), -1);
  /src/sys/sys/
fcntl.h 102 #define O_NOCTTY 0x00008000 /* don't assign controlling terminal */
139 O_RSYNC|O_NOCTTY|O_ALT_IO|O_NOFOLLOW|O_DIRECT|\
  /src/bin/dd/
args.c 458 { "noctty", O_NOCTTY, C_IFLAG|C_OFLAG },
  /src/bin/sh/
redir.c 961 #ifndef O_NOCTTY
962 # define O_NOCTTY 0
977 O_NOFOLLOW|O_CREAT|O_TRUNC|O_EXCL|O_NOCTTY|O_DIRECTORY|O_REGULAR)
  /src/sys/compat/linux/common/
linux_file.c 108 res |= cvtto_bsd_mask(lflags, LINUX_O_NOCTTY, O_NOCTTY);
134 res |= cvtto_linux_mask(bflags, O_NOCTTY, LINUX_O_NOCTTY);
202 * terminal yet, and the O_NOCTTY flag is not set, try to make
205 if (!(flags & O_NOCTTY) && SESS_LEADER(p) && !(p->p_lflag & PL_CONTROLT)) {
  /src/tests/lib/libc/sys/
t_poll.c 1003 RL(hostfd = posix_openpt(O_RDWR|O_NOCTTY));
1007 RL(appfd = open(pts, O_RDWR|O_NOCTTY));
1024 RL(hostfd = posix_openpt(O_RDWR|O_NOCTTY));
1028 RL(appfd = open(pts, O_RDWR|O_NOCTTY));
  /src/tests/lib/libpthread/
t_cancellation.c 811 RL(hostfd = posix_openpt(O_RDWR|O_NOCTTY));
815 RL(appfd = open(pts, O_RDWR|O_NOCTTY));
  /src/lib/libc/time/
localtime.c 154 #ifndef O_NOCTTY
155 # define O_NOCTTY 0
675 | O_IGNORE_CTTY | O_NOCTTY | O_REGULAR));

Completed in 35 milliseconds