Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dsshpty.c46 #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 Dmisc.c2026 if ((fd = open(_PATH_TTY, O_RDONLY | O_NOCTTY)) >= 0) { in daemonized()
H A Dconfigure.ac2451 fd = open("/dev/tty", O_RDWR | O_NOCTTY);
H A Dconfigure18039 fd = open("/dev/tty", O_RDWR | O_NOCTTY);
/dflybsd-src/contrib/gdb-7/gdb/
H A Dinflow.c41 #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 Dtuklib_open_stdxxx.c38 const int fd = open("/dev/null", O_NOCTTY in tuklib_open_stdxxx()
/dflybsd-src/contrib/grep/lib/
H A Dopendirat.c38 int open_flags = (O_RDONLY | O_CLOEXEC | O_DIRECTORY | O_NOCTTY in opendirat()
H A Dopenat-proc.c77 O_SEARCH | O_DIRECTORY | O_NOCTTY | O_NONBLOCK); in openat_proc_name()
H A Dchdir-long.c76 O_SEARCH | O_DIRECTORY | O_NOCTTY | O_NONBLOCK); in cdb_advance_fd()
H A Dfts.c348 int open_flags = (O_SEARCH | O_CLOEXEC | O_DIRECTORY | O_NOCTTY | O_NONBLOCK in diropen()
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dsystem.h360 #ifndef O_NOCTTY
361 #define O_NOCTTY 0 macro
H A Dfiles.c228 file->fd = open (file->path, O_RDONLY | O_NOCTTY | O_BINARY, 0666); in open_file()
/dflybsd-src/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; 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 Dsystem.h359 #ifndef O_NOCTTY
360 #define O_NOCTTY 0 macro
H A Dfiles.c233 file->fd = open (file->path, O_RDONLY | O_NOCTTY | O_BINARY, 0666); in open_file()
/dflybsd-src/lib/libutil/
H A Dpty.c53 master = posix_openpt(O_RDWR|O_NOCTTY); in openpty()
/dflybsd-src/gnu/usr.bin/grep/libgreputils/
H A Dfcntl.h767 #ifndef O_NOCTTY
768 # define O_NOCTTY 0 macro
/dflybsd-src/sys/sys/
H A Dfcntl.h93 #define O_NOCTTY 0x8000 /* don't assign controlling terminal */ macro
/dflybsd-src/libexec/telnetd/
H A Dsys_term.c940 #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 Dmain.c797 #ifdef O_NOCTTY in main()
798 flags |= O_NOCTTY; in main()
/dflybsd-src/gnu/usr.bin/rcs/ci/
H A Dci.c328 #ifdef O_NOCTTY
329 flags |= O_NOCTTY;
/dflybsd-src/contrib/cvs-1.12/contrib/
H A Drcs-5.7-commitid.patch279 +#ifdef O_NOCTTY
280 + flags |= O_NOCTTY;
/dflybsd-src/contrib/grep/src/
H A Dgrep.c1690 int oflag = (O_RDONLY | O_NOCTTY in grepfile()