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

1 2 3 4 5

  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-open.c 56 #ifdef O_NOCTTY
57 { "O_NOCTTY", O_NOCTTY, 0x8000 },
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-open.c 56 #ifdef O_NOCTTY
57 { "O_NOCTTY", O_NOCTTY, 0x8000 },
  /src/external/public-domain/xz/dist/src/common/
tuklib_open_stdxxx.c 38 const int fd = open("/dev/null", O_NOCTTY
  /src/external/bsd/tmux/dist/compat/
forkpty-haiku.c 36 if ((*master = open("/dev/ptmx", O_RDWR|O_NOCTTY)) == -1)
47 if ((slave = open(path, O_RDWR|O_NOCTTY)) == -1)
  /src/crypto/external/bsd/openssh/dist/
sshpty.c 36 #ifndef O_NOCTTY
37 #define O_NOCTTY 0
82 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
95 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY);
194 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) {
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
pty.c 105 * Open all ptys with O_NOCTTY, just to be on the safe side
108 #ifndef O_NOCTTY
109 # define O_NOCTTY 0
229 if ((f = open(PtyName, O_RDWR | O_NOCTTY | O_NONBLOCK)) < 0)
263 if ((f = open(PtyName, O_RDWR | O_NOCTTY)) == -1)
299 if ((f = open (PtyName, O_RDWR | O_NOCTTY)) < 0)
357 if ((f = open(PtyName, O_RDWR | O_NOCTTY)) == -1)
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
pty.c 105 * Open all ptys with O_NOCTTY, just to be on the safe side
108 #ifndef O_NOCTTY
109 # define O_NOCTTY 0
229 if ((f = open(PtyName, O_RDWR | O_NOCTTY | O_NONBLOCK)) < 0)
263 if ((f = open(PtyName, O_RDWR | O_NOCTTY)) == -1)
299 if ((f = open (PtyName, O_RDWR | O_NOCTTY)) < 0)
357 if ((f = open(PtyName, O_RDWR | O_NOCTTY)) == -1)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
fcntl.d 77 O_NOCTTY
159 enum O_NOCTTY = 0x100; // octal 0400
186 enum O_NOCTTY = 0x20000; // octal 0400
210 enum O_NOCTTY = 0x0800;
237 enum O_NOCTTY = 0x100; // octal 0400
264 enum O_NOCTTY = 0x100; // octal 0400
291 enum O_NOCTTY = 0x100; // octal 0400
318 enum O_NOCTTY = 0x8000;
345 enum O_NOCTTY = 0x100; // octal 0400
421 enum O_NOCTTY = 0
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
openat-proc.c 78 O_SEARCH | O_DIRECTORY | O_NOCTTY | O_NONBLOCK | O_CLOEXEC);
chown.c 90 int open_flags = O_NONBLOCK | O_NOCTTY | O_CLOEXEC;
fcntl.in.h 342 #ifndef O_NOCTTY
343 # define O_NOCTTY 0
chdir-long.c 76 O_SEARCH | O_DIRECTORY | O_NOCTTY | O_NONBLOCK);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
openat-proc.c 78 O_SEARCH | O_DIRECTORY | O_NOCTTY | O_NONBLOCK | O_CLOEXEC);
chown.c 90 int open_flags = O_NONBLOCK | O_NOCTTY | O_CLOEXEC;
fcntl.in.h 342 #ifndef O_NOCTTY
343 # define O_NOCTTY 0
chdir-long.c 76 O_SEARCH | O_DIRECTORY | O_NOCTTY | O_NONBLOCK);
  /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/external/bsd/tmux/dist/
osdep-sunos.c 78 if ((ttyfd = open(ttypath, O_RDONLY|O_NOCTTY)) == -1)
  /src/external/bsd/pam-u2f/dist/
debug.c 30 fd = open(filename, O_WRONLY | O_APPEND | O_CLOEXEC | O_NOFOLLOW | O_NOCTTY);
  /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/external/gpl3/gdb/dist/gdb/
inflow.c 46 #ifndef O_NOCTTY
47 #define O_NOCTTY 0
818 tty = open (inferior_thisrun_terminal.c_str (), O_RDWR | O_NOCTTY);
ui.c 185 scoped_fd fd = gdb_open_cloexec (name, O_RDWR | O_NOCTTY, 0);
  /src/external/gpl3/gdb.old/dist/gdb/
inflow.c 46 #ifndef O_NOCTTY
47 #define O_NOCTTY 0
818 tty = open (inferior_thisrun_terminal.c_str (), O_RDWR | O_NOCTTY);
ui.c 185 scoped_fd fd = gdb_open_cloexec (name, O_RDWR | O_NOCTTY, 0);
  /src/external/public-domain/xz/dist/src/xz/
file_io.c 46 #ifndef O_NOCTTY
47 # define O_NOCTTY 0
546 int flags = O_RDONLY | O_BINARY | O_NOCTTY;
885 int flags = O_WRONLY | O_BINARY | O_NOCTTY

Completed in 85 milliseconds

1 2 3 4 5