Searched refs:O_NOCTTY (Results 1 – 12 of 12) sorted by relevance
28 #ifndef O_NOCTTY29 #define O_NOCTTY 00000400 /* not fcntl */ macro
12 #define O_NOCTTY 000400000 /* not fcntl */ macro
7 #define O_NOCTTY 010000 /* not fcntl */ macro
16 #define O_NOCTTY 0x8000 /* not fcntl */ macro
18 #define O_NOCTTY 0x0800 /* not fcntl */ macro
32 fd = open(SERIAL_PORT, O_RDWR | O_NOCTTY | O_NDELAY);
840 O_CREAT | O_EXCL | O_NOCTTY | in fcntl_init()
720 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in __dentry_open()
410 flags &= ~O_NOCTTY; in fuse_create_open()
32 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); in fuse_send_open()
1813 noctty = filp->f_flags & O_NOCTTY; in tty_open()
665 \cdrom\ devices: $O_CREAT$, $O_NOCTTY$, $O_TRUNC$, $O_APPEND$, and