Home
last modified time | relevance | path

Searched defs:O_NOCTTY (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dfcntl.h25 #define O_NOCTTY 00400000 /* not fcntl */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/bits/
Dfcntl.h26 #define O_NOCTTY 00000400 /* not fcntl. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dfcntl.h26 #define O_NOCTTY 010000 /* not fcntl */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/
Dfcntl.h31 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dfcntl.h33 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/glibc-2.36/bits/
Dfcntl.h34 #define O_NOCTTY 0x8000 /* Don't assign a controlling terminal. */ macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dfcntl.h134 #define O_NOCTTY 0 /* Don't assign a controlling terminal. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h53 # define O_NOCTTY 0400 /* Not fcntl. */ macro