Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A Dcommonio.c-fix-unexpected-open-failure-in-chroot-env.patch33 - | 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 Devdev.c122 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 Dkey.c49 key_fd = open(KEY_NAME, O_RDWR | O_NOCTTY | O_NDELAY); in key_init()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h29 #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 Dfcntl.h29 #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 Dfcntl.h29 #ifndef O_NOCTTY
30 #define O_NOCTTY 00000400 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dudhcpc_netlink.c26 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 Dfcntl-linux.h52 #ifndef O_NOCTTY
53 # define O_NOCTTY 0400 /* Not fcntl. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c105 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 Dfcntl-linux.h52 #ifndef O_NOCTTY
53 # define O_NOCTTY 0400 /* Not fcntl. */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dfcntl.h12 #define O_NOCTTY 000400000 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfcntl.h8 #define O_NOCTTY 010000 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfcntl.h17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dfcntl.h20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
/OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/
H A Diterators.c45 debug_fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC); in main()
/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_uarttest/
H A Duarttest.c59 fd = open(dev, O_RDWR | O_NONBLOCK| O_NOCTTY | O_NDELAY); in main()
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h452 #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 Decho_rotary_test.c113 fd = open(ROTARY_INPUT_EVENT, O_RDONLY | O_NOCTTY); in main()
H A Drk_pcba_test_led.h115 fd = open(path, O_RDWR|O_NOCTTY|O_NDELAY); in write_int()
H A Decho_rtc_test.c75 fd = open(MINOR_RTC_PATH, O_RDWR|O_NOCTTY|O_NDELAY); in set_system_time()
H A Decho_emmc_test.c56 int fd = open(path, O_RDONLY|O_NOCTTY|O_NDELAY, 0); in readFromFile()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Demmc_test.c58 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 Ddon-t-run-code-while-configuring-package.patch37 - if ((pty@<:@0@:>@=posix_openpt(O_RDWR | O_NOCTTY)) == -1) return 3;

1234