/linux-5.19.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/linux-5.19.10/include/uapi/asm-generic/ |
D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/linux-5.19.10/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 12 #define O_NOCTTY 000400000 /* not fcntl */ macro
|
/linux-5.19.10/arch/mips/include/uapi/asm/ |
D | fcntl.h | 20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
/linux-5.19.10/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 8 #define O_NOCTTY 010000 /* not fcntl */ macro
|
/linux-5.19.10/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
|
/linux-5.19.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()
|
/linux-5.19.10/include/linux/ |
D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
/linux-5.19.10/include/trace/events/ |
D | fs.h | 30 { O_NOCTTY, "O_NOCTTY" }, \
|
/linux-5.19.10/tools/include/nolibc/ |
D | arch-arm.h | 16 #define O_NOCTTY 0x100 macro
|
D | arch-i386.h | 16 #define O_NOCTTY 0x100 macro
|
D | arch-mips.h | 19 #define O_NOCTTY 0x0800 macro
|
D | arch-riscv.h | 16 #define O_NOCTTY 0x400 macro
|
D | arch-aarch64.h | 16 #define O_NOCTTY 0x100 macro
|
D | arch-x86_64.h | 16 #define O_NOCTTY 0x100 macro
|
/linux-5.19.10/Documentation/driver-api/tty/ |
D | n_gsm.rst | 49 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY); 126 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
|
/linux-5.19.10/tools/testing/selftests/move_mount_set_group/ |
D | move_mount_set_group_test.c | 64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
/linux-5.19.10/tools/testing/selftests/openat2/ |
D | openat2_test.c | 188 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
|
/linux-5.19.10/fs/overlayfs/ |
D | file.c | 157 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
|
/linux-5.19.10/security/integrity/ima/ |
D | ima_crypto.c | 556 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
|
/linux-5.19.10/fs/9p/ |
D | vfs_inode_dotl.c | 174 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
|
/linux-5.19.10/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 182 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
/linux-5.19.10/fs/ |
D | open.c | 864 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
|
/linux-5.19.10/fs/fuse/ |
D | dir.c | 558 flags &= ~O_NOCTTY; in fuse_create_open()
|
/linux-5.19.10/drivers/tty/ |
D | tty_io.c | 2176 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
|