| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/ |
| H A D | commonio.c-fix-unexpected-open-failure-in-chroot-env.patch | 33 - | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW); 38 + | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW); 43 + | O_NOCTTY | O_NONBLOCK | O_NOFOLLOW);
|
| /OK3568_Linux_fs/app/lvgl_demo/hal/ |
| H A D | evdev.c | 122 evdev_fd = open(tp_event, O_RDWR | O_NOCTTY); in evdev_init() 124 evdev_fd = open(tp_event, O_RDWR | O_NOCTTY | O_NDELAY); in evdev_init() 154 evdev_fd = open(dev_name, O_RDWR | O_NOCTTY); in evdev_set_file() 156 evdev_fd = open(dev_name, O_RDWR | O_NOCTTY | O_NDELAY); in evdev_set_file()
|
| H A D | key.c | 49 key_fd = open(KEY_NAME, O_RDWR | O_NOCTTY | O_NDELAY); in key_init()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 28 #ifndef O_NOCTTY 29 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | udhcpc_netlink.c | 26 fd = open(raw_ip, O_RDWR | O_NONBLOCK | O_NOCTTY); in ql_raw_ip_mode_check() 55 fd = open(link_file, O_RDWR | O_NONBLOCK | O_NOCTTY); in ql_set_driver_link_state()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 52 #ifndef O_NOCTTY 53 # define O_NOCTTY 0400 /* Not fcntl. */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/ |
| H A D | devpts_pts.c | 105 master = open(ptmx, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer() 123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 52 #ifndef O_NOCTTY 53 # define O_NOCTTY 0400 /* Not fcntl. */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 12 #define O_NOCTTY 000400000 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 8 #define O_NOCTTY 010000 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
| /OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/ |
| H A D | iterators.c | 45 debug_fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC); in main()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_uarttest/ |
| H A D | uarttest.c | 59 fd = open(dev, O_RDWR | O_NONBLOCK| O_NOCTTY | O_NDELAY); in main()
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 452 #define O_NOCTTY 0x100 macro 640 #define O_NOCTTY 0x100 macro 824 #define O_NOCTTY 0x100 macro 1020 #define O_NOCTTY 0x100 macro 1229 #define O_NOCTTY 0x0800 macro 1422 #define O_NOCTTY 0x400 macro
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_rotary_test.c | 113 fd = open(ROTARY_INPUT_EVENT, O_RDONLY | O_NOCTTY); in main()
|
| H A D | rk_pcba_test_led.h | 115 fd = open(path, O_RDWR|O_NOCTTY|O_NDELAY); in write_int()
|
| H A D | echo_rtc_test.c | 75 fd = open(MINOR_RTC_PATH, O_RDWR|O_NOCTTY|O_NDELAY); in set_system_time()
|
| H A D | echo_emmc_test.c | 56 int fd = open(path, O_RDONLY|O_NOCTTY|O_NDELAY, 0); in readFromFile()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | emmc_test.c | 58 int fd = open(path, O_RDONLY|O_NOCTTY|O_NDELAY, 0); in readFromFile()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/rtorrent/rtorrent/ |
| H A D | don-t-run-code-while-configuring-package.patch | 37 - if ((pty@<:@0@:>@=posix_openpt(O_RDWR | O_NOCTTY)) == -1) return 3;
|