Home
last modified time | relevance | path

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

/sysdeps/mach/hurd/bits/
A Dfcntl.h134 #define O_NOCTTY 0 /* Don't assign a controlling terminal. */ macro
147 # define FNOCTTY O_NOCTTY
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dfcntl.h26 #define O_NOCTTY 00000400 /* not fcntl. */ macro
/sysdeps/unix/sysv/linux/alpha/bits/
A Dfcntl.h26 #define O_NOCTTY 010000 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/hppa/bits/
A Dfcntl.h25 #define O_NOCTTY 00400000 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dfcntl.h33 #define O_NOCTTY 0x8000 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/mips/bits/
A Dfcntl.h31 #define O_NOCTTY 0x0800 /* not fcntl */ macro
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h52 #ifndef O_NOCTTY
53 # define O_NOCTTY 0400 /* Not fcntl. */ macro
/sysdeps/unix/sysv/linux/
A Dtst-ttyname.c55 xclose (xopen (path, O_WRONLY|O_CREAT|O_NOCTTY, mode)); in touch()
283 master = posix_openpt (O_RDWR|O_NOCTTY|O_NONBLOCK); in do_in_chroot_1()
357 VERIFY ((master = posix_openpt (O_RDWR|O_NOCTTY|O_NONBLOCK)) >= 0); in do_in_chroot_2()
482 if (posix_openpt (O_RDWR|O_NOCTTY|O_NONBLOCK) < 0) in run_chroot_tests()

Completed in 9 milliseconds