Searched refs:O_NOCTTY (Results 1 – 8 of 8) sorted by relevance
134 #define O_NOCTTY 0 /* Don't assign a controlling terminal. */ macro147 # define FNOCTTY O_NOCTTY
26 #define O_NOCTTY 00000400 /* not fcntl. */ macro
26 #define O_NOCTTY 010000 /* not fcntl */ macro
25 #define O_NOCTTY 00400000 /* not fcntl */ macro
33 #define O_NOCTTY 0x8000 /* not fcntl */ macro
31 #define O_NOCTTY 0x0800 /* not fcntl */ macro
52 #ifndef O_NOCTTY53 # define O_NOCTTY 0400 /* Not fcntl. */ macro
55 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 10 milliseconds