/dflybsd-src/crypto/openssh/ |
H A D | sshpty.c | 46 #ifndef O_NOCTTY 47 #define O_NOCTTY 0 macro 106 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty() 119 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty() 227 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) { in disconnect_controlling_tty()
|
H A D | misc.c | 2026 if ((fd = open(_PATH_TTY, O_RDONLY | O_NOCTTY)) >= 0) { in daemonized()
|
H A D | configure.ac | 2451 fd = open("/dev/tty", O_RDWR | O_NOCTTY);
|
H A D | configure | 18039 fd = open("/dev/tty", O_RDWR | O_NOCTTY);
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | inflow.c | 41 #ifndef O_NOCTTY 42 #define O_NOCTTY 0 macro 706 tty = open (inferior_thisrun_terminal, O_RDWR | O_NOCTTY); in new_tty()
|
/dflybsd-src/contrib/xz/src/common/ |
H A D | tuklib_open_stdxxx.c | 38 const int fd = open("/dev/null", O_NOCTTY in tuklib_open_stdxxx()
|
/dflybsd-src/contrib/grep/lib/ |
H A D | opendirat.c | 38 int open_flags = (O_RDONLY | O_CLOEXEC | O_DIRECTORY | O_NOCTTY in opendirat()
|
H A D | openat-proc.c | 77 O_SEARCH | O_DIRECTORY | O_NOCTTY | O_NONBLOCK); in openat_proc_name()
|
H A D | chdir-long.c | 76 O_SEARCH | O_DIRECTORY | O_NOCTTY | O_NONBLOCK); in cdb_advance_fd()
|
H A D | fts.c | 348 int open_flags = (O_SEARCH | O_CLOEXEC | O_DIRECTORY | O_NOCTTY | O_NONBLOCK in diropen()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | system.h | 360 #ifndef O_NOCTTY 361 #define O_NOCTTY 0 macro
|
H A D | files.c | 228 file->fd = open (file->path, O_RDONLY | O_NOCTTY | O_BINARY, 0666); in open_file()
|
/dflybsd-src/contrib/xz/src/xz/ |
H A D | file_io.c | 46 #ifndef O_NOCTTY 47 # define O_NOCTTY 0 macro 548 int flags = O_RDONLY | O_BINARY | O_NOCTTY; in io_open_src_real() 889 int flags = O_WRONLY | O_BINARY | O_NOCTTY in io_open_dest_real()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | system.h | 359 #ifndef O_NOCTTY 360 #define O_NOCTTY 0 macro
|
H A D | files.c | 233 file->fd = open (file->path, O_RDONLY | O_NOCTTY | O_BINARY, 0666); in open_file()
|
/dflybsd-src/lib/libutil/ |
H A D | pty.c | 53 master = posix_openpt(O_RDWR|O_NOCTTY); in openpty()
|
/dflybsd-src/gnu/usr.bin/grep/libgreputils/ |
H A D | fcntl.h | 767 #ifndef O_NOCTTY 768 # define O_NOCTTY 0 macro
|
/dflybsd-src/sys/sys/ |
H A D | fcntl.h | 93 #define O_NOCTTY 0x8000 /* don't assign controlling terminal */ macro
|
/dflybsd-src/libexec/telnetd/ |
H A D | sys_term.c | 940 #ifndef O_NOCTTY 941 #define O_NOCTTY 0 macro 961 t = open(line, O_RDWR|O_NOCTTY); in cleanopen()
|
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | main.c | 797 #ifdef O_NOCTTY in main() 798 flags |= O_NOCTTY; in main()
|
/dflybsd-src/gnu/usr.bin/rcs/ci/ |
H A D | ci.c | 328 #ifdef O_NOCTTY 329 flags |= O_NOCTTY;
|
/dflybsd-src/contrib/cvs-1.12/contrib/ |
H A D | rcs-5.7-commitid.patch | 279 +#ifdef O_NOCTTY 280 + flags |= O_NOCTTY;
|
/dflybsd-src/contrib/grep/src/ |
H A D | grep.c | 1690 int oflag = (O_RDONLY | O_NOCTTY in grepfile()
|