Searched refs:O_RDWR (Results 1 – 16 of 16) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | gentempfd.c | 27 int fd = __open (P_tmpdir, O_RDWR | O_TMPFILE | O_EXCL | flags, in __gen_tempfd() 30 fd = __open ("/tmp", O_RDWR | O_TMPFILE | O_EXCL | flags, in __gen_tempfd()
|
A D | getpt.c | 38 return __posix_openpt (O_RDWR); in weak_alias()
|
A D | tst-ofdlocks-compat.c | 75 int fd = open64 (temp_filename, O_RDWR, 0666); in do_test()
|
A D | tst-ofdlocks.c | 60 int fd = open64 (temp_filename, O_RDWR, 0666); in do_test()
|
A D | tst-o_path-locks.c | 40 int fd = xopen (path, O_RDWR, 0); in subprocess()
|
A D | tst-ttyname.c | 283 master = posix_openpt (O_RDWR|O_NOCTTY|O_NONBLOCK); in do_in_chroot_1() 297 int slave = xopen (slavename, O_RDWR, 0); in do_in_chroot_1() 357 VERIFY ((master = posix_openpt (O_RDWR|O_NOCTTY|O_NONBLOCK)) >= 0); in do_in_chroot_2() 379 int slave = xopen (slavename, O_RDWR, 0); in do_in_chroot_2() 482 if (posix_openpt (O_RDWR|O_NOCTTY|O_NONBLOCK) < 0) in run_chroot_tests()
|
/sysdeps/mach/hurd/ |
A D | tmpfile.c | 46 err = __dir_mkfile (dir, O_RDWR, S_IRUSR | S_IWUSR, &file); in __tmpfile() 53 fd = _hurd_intern_fd (file, O_RDWR, 1); /* dealloc on error */ in __tmpfile()
|
A D | check_fds.c | 78 check_one_fd (STDOUT_FILENO, O_RDWR); in check_standard_fds() 79 check_one_fd (STDERR_FILENO, O_RDWR); in check_standard_fds()
|
/sysdeps/mach/hurd/bits/ |
A D | fcntl.h | 41 #define O_RDWR (O_RDONLY|O_WRONLY) /* Open for reading and writing. */ macro 42 #define O_ACCMODE O_RDWR /* Mask for file access modes. */
|
/sysdeps/unix/bsd/ |
A D | getpt.c | 79 return __bsd_openpt (O_RDWR); in __getpt()
|
/sysdeps/pthread/ |
A D | sem_open.c | 68 (oflag & ~(O_CREAT|O_ACCMODE)) | O_NOFOLLOW | O_RDWR); in __sem_open() 135 fd = __open (tmpfname, O_RDWR | O_CREAT | O_EXCL, mode); in __sem_open()
|
A D | tst-cancel9.c | 39 int fd = open ("/dev/null", O_RDWR); in tf()
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | ioperm.c | 84 fd = __open ("/dev/mem", O_RDWR | O_SYNC); in _ioperm()
|
/sysdeps/unix/sysv/linux/bits/ |
A D | fcntl-linux.h | 45 #define O_RDWR 02 macro
|
/sysdeps/posix/ |
A D | tempname.c | 180 | O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in try_file()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | ioperm.c | 718 fd = __open ("/dev/mem", O_RDWR); in _ioperm()
|
Completed in 19 milliseconds