/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | pty.c | 45 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 D | unlockpt.c | 32 int fdm = open("/dev/ptmx", O_RDWR | O_NOCTTY); in unlockpt_0100()
|
/third_party/cups-filters/backend/ |
H A D | serial.c | 201 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 D | openpty.c | 17 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 D | openpty.c | 17 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 D | tcflow.c | 36 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 D | open_flags.c | 126 #if O_NOCTTY 127 {"O_NOCTTY", O_NOCTTY},
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | compat.rs | 64 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 D | fsync.c | 31 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 D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/arch/aarch64/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/arch/m68k/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 04000 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 04000 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 04000 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/arch/s390x/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|
/third_party/musl/arch/x32/bits/ |
H A D | fcntl.h | 3 #define O_NOCTTY 0400 macro
|