/linux/tools/include/uapi/asm-generic/ |
A D | fcntl.h | 28 #ifndef O_NOCTTY 29 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/linux/include/uapi/asm-generic/ |
A D | fcntl.h | 29 #ifndef O_NOCTTY 30 #define O_NOCTTY 00000400 /* not fcntl */ macro
|
/linux/tools/testing/selftests/filesystems/ |
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()
|
/linux/arch/parisc/include/uapi/asm/ |
A D | fcntl.h | 12 #define O_NOCTTY 000400000 /* not fcntl */ macro
|
/linux/arch/alpha/include/uapi/asm/ |
A D | fcntl.h | 8 #define O_NOCTTY 010000 /* not fcntl */ macro
|
/linux/arch/sparc/include/uapi/asm/ |
A D | fcntl.h | 17 #define O_NOCTTY 0x8000 /* not fcntl */ macro
|
/linux/arch/mips/include/uapi/asm/ |
A D | fcntl.h | 20 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
/linux/include/linux/ |
A D | fcntl.h | 10 (O_RDONLY | O_WRONLY | O_RDWR | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | \
|
/linux/kernel/bpf/preload/iterators/ |
A D | iterators.c | 45 debug_fd = open("/dev/console", O_WRONLY | O_NOCTTY | O_CLOEXEC); in main()
|
/linux/include/trace/events/ |
A D | fs.h | 30 { O_NOCTTY, "O_NOCTTY" }, \
|
/linux/Documentation/driver-api/serial/ |
A D | n_gsm.rst | 42 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY); 116 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
|
/linux/tools/include/nolibc/ |
A D | nolibc.h | 423 #define O_NOCTTY 0x100 macro 603 #define O_NOCTTY 0x100 macro 788 #define O_NOCTTY 0x100 macro 985 #define O_NOCTTY 0x100 macro 1194 #define O_NOCTTY 0x0800 macro 1388 #define O_NOCTTY 0x400 macro
|
/linux/tools/testing/selftests/move_mount_set_group/ |
A D | move_mount_set_group_test.c | 64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
/linux/tools/testing/selftests/openat2/ |
A D | openat2_test.c | 188 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()
|
/linux/fs/overlayfs/ |
A D | file.c | 155 file->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in ovl_open()
|
/linux/security/integrity/ima/ |
A D | ima_crypto.c | 555 O_TRUNC | O_CREAT | O_NOCTTY | O_EXCL); in ima_calc_file_hash()
|
/linux/fs/9p/ |
A D | vfs_inode_dotl.c | 174 { O_NOCTTY, P9_DOTL_NOCTTY }, in v9fs_mapped_dotl_flags()
|
/linux/fs/ |
A D | open.c | 837 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in do_dentry_open()
|
/linux/tools/testing/selftests/mount_setattr/ |
A D | mount_setattr_test.c | 182 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file()
|
/linux/fs/fuse/ |
A D | dir.c | 496 flags &= ~O_NOCTTY; in fuse_create_open()
|
A D | file.c | 30 inarg.flags = open_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
|
/linux/drivers/tty/ |
A D | tty_io.c | 2189 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
|
/linux/Documentation/cdrom/ |
A D | cdrom-standard.rst | 650 CD-ROM devices: *O_CREAT*, *O_NOCTTY*, *O_TRUNC*, *O_APPEND*, and
|