Home
last modified time | relevance | path

Searched refs:O_NOCTTY (Results 1 - 25 of 115) sorted by relevance

12345

/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dpty.c45 int fd = open("/dev/ptmx", O_RDWR | O_NOCTTY); in ptsname_r_0100()
63 int fd = open("/dev/ptmx", O_RDWR | O_NOCTTY); in ptsname_r_0200()
93 int fd = open("/dev/ptmx", O_RDWR | O_NOCTTY); in ptsname_r_0400()
118 * @tc.desc : Open the ptmx file using flag O_RDWR | O_NOCTTY (success)
124 int ret = posix_openpt(O_RDWR | O_NOCTTY); in posix_openpt_0200()
H A Dunlockpt.c32 int fdm = open("/dev/ptmx", O_RDWR | O_NOCTTY); in unlockpt_0100()
/third_party/cups-filters/backend/
H A Dserial.c201 if ((device_fd = open(resource, O_RDWR | O_NOCTTY | O_EXCL | in main()
836 if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) in list_devices()
876 if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) in list_devices()
883 if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) in list_devices()
895 if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) in list_devices()
979 if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) in list_devices()
997 if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) in list_devices()
1005 if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) in list_devices()
1021 if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELAY)) >= 0) in list_devices()
1036 if ((fd = open(device, O_WRONLY | O_NOCTTY | O_NDELA in list_devices()
[all...]
/third_party/musl/src/misc/
H A Dopenpty.c17 m = open("/dev/ptmx", O_RDWR|O_NOCTTY); in openpty()
27 if ((s = open(name, O_RDWR|O_NOCTTY)) < 0) in openpty()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dopenpty.c17 m = open("/dev/ptmx", O_RDWR|O_NOCTTY); in openpty()
27 if ((s = open(name, O_RDWR|O_NOCTTY)) < 0) in openpty()
/third_party/musl/libc-test/src/functionalext/supplement/termios/
H A Dtcflow.c36 int fdm = open("/dev/ptmx", O_RDWR | O_NOCTTY); in tcflow_0100()
54 int fds = open(slave, O_RDWR | O_NOCTTY); in tcflow_0100()
/third_party/ltp/testcases/kernel/fs/doio/
H A Dopen_flags.c126 #if O_NOCTTY
127 {"O_NOCTTY", O_NOCTTY},
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs64 let fdm = ::posix_openpt(O_RDWR | O_NOCTTY); in openpty()
82 let fds = ::open(subordpath, O_RDWR | O_NOCTTY); in openpty()
/third_party/toybox/toys/other/
H A Dfsync.c31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY, in fsync_main()
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h3 #define O_NOCTTY 04000 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h3 #define O_NOCTTY 04000 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h3 #define O_NOCTTY 04000 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h3 #define O_NOCTTY 0400 macro

Completed in 7 milliseconds

12345