/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | fcntl.h | 19 #ifndef O_NOCTTY 20 #define O_NOCTTY 00000400 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 28 #ifndef O_NOCTTY 29 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | fcntl.h | 33 #ifndef O_NOCTTY 34 #define O_NOCTTY 00000400 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | fcntl.h | 29 #define O_NOCTTY 0x0800 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 12 #define O_NOCTTY 000400000 /* not fcntl */ macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 8 #define O_NOCTTY 010000 /* not fcntl */ macro
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | fcntl.h | 20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/ |
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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/ |
D | iterators.c | 45 debug_fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC); in main()
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
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
|
/kernel/linux/linux-5.10/Documentation/driver-api/serial/ |
D | n_gsm.rst | 39 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
|
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
D | openat2_test.c | 184 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
D | ima_crypto.c | 556 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
D | file.c | 160 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfstrace.h | 390 TRACE_DEFINE_ENUM(O_NOCTTY); 408 { O_NOCTTY, "O_NOCTTY" }, \
|
/kernel/linux/linux-5.10/fs/9p/ |
D | vfs_inode_dotl.c | 173 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
|
/kernel/linux/linux-5.10/fs/ |
D | open.c | 832 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
|
/kernel/linux/linux-5.10/fs/fuse/ |
D | dir.c | 557 flags &= ~O_NOCTTY; in fuse_create_open()
|
D | file.c | 42 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | tty_io.c | 2156 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
|
/kernel/linux/linux-5.10/Documentation/cdrom/ |
D | cdrom-standard.rst | 650 CD-ROM devices: *O_CREAT*, *O_NOCTTY*, *O_TRUNC*, *O_APPEND*, and
|