/linux-2.4.37.9/include/asm-s390x/ |
D | fcntl.h | 19 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | fcntl.h | 20 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | fcntl.h | 12 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | fcntl.h | 13 #define O_NOCTTY 010000 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | fcntl.h | 19 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | fcntl.h | 12 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | fcntl.h | 12 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | fcntl.h | 12 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | fcntl.h | 12 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | fcntl.h | 12 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | fcntl.h | 14 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | fcntl.h | 19 #define O_NOCTTY 0x8000 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | fcntl.h | 19 #define O_NOCTTY 00400000 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | fcntl.h | 12 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | fcntl.h | 19 #define O_NOCTTY 0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | fcntl.h | 23 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | fcntl.h | 19 #define O_NOCTTY 0x8000 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | fcntl.h | 23 #define O_NOCTTY 0x0800 /* not fcntl */ macro
|
/linux-2.4.37.9/fs/ |
D | open.c | 717 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in dentry_open()
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | fs.c | 552 if (flags & 0x800) fl |= O_NOCTTY; in solaris_open()
|
/linux-2.4.37.9/fs/intermezzo/ |
D | vfs.c | 2144 f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); in presto_filp_dopen()
|
/linux-2.4.37.9/drivers/char/ |
D | tty_io.c | 1694 noctty = filp->f_flags & O_NOCTTY; in tty_open()
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | cdrom-standard.tex | 672 \cdrom\ devices: $O_CREAT$, $O_NOCTTY$, $O_TRUNC$, $O_APPEND$, and
|