OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_NOCTTY
(Results
1 - 25
of
66
) sorted by relevancy
1
2
3
/src/crypto/external/bsd/openssh/dist/
sshpty.c
39
#ifndef
O_NOCTTY
40
#define
O_NOCTTY
0
85
fd = open(_PATH_TTY, O_RDWR |
O_NOCTTY
);
98
fd = open(_PATH_TTY, O_RDWR |
O_NOCTTY
);
197
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/dist/libcpp/
system.h
362
/* Approximate
O_NOCTTY
and O_BINARY. */
363
#ifndef
O_NOCTTY
364
#define
O_NOCTTY
0
/src/external/gpl3/gcc.old/dist/libcpp/
system.h
362
/* Approximate
O_NOCTTY
and O_BINARY. */
363
#ifndef
O_NOCTTY
364
#define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
/src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/
fcntl.h
853
#ifndef
O_NOCTTY
854
# define
O_NOCTTY
0
Completed in 39 milliseconds
1
2
3
Indexes created Thu Apr 23 00:23:13 UTC 2026