Home
last modified time | relevance | path

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

/tools/include/uapi/asm-generic/
Dfcntl.h28 #ifndef O_NOCTTY
29 #define O_NOCTTY 00000400 /* not fcntl */ macro
/tools/testing/selftests/filesystems/
Ddevpts_pts.c105 master = open(ptmx, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()
123 slave = ioctl(master, TIOCGPTPEER, O_RDWR | O_NOCTTY | O_CLOEXEC); in do_tiocgptpeer()
/tools/include/nolibc/
Dnolibc.h452 #define O_NOCTTY 0x100 macro
640 #define O_NOCTTY 0x100 macro
824 #define O_NOCTTY 0x100 macro
1020 #define O_NOCTTY 0x100 macro
1229 #define O_NOCTTY 0x0800 macro
1422 #define O_NOCTTY 0x400 macro
/tools/testing/selftests/openat2/
Dopenat2_test.c184 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags()