Home
last modified time | relevance | path

Searched refs:O_RDWR (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dragonfly/tools/regression/nfsmmap/test2/
H A Dtest2.c21 fd = open("test2.data", O_RDWR|O_CREAT, 0666); in main()
29 fd = open("test2.data", O_RDWR); in main()
42 fd2 = open("test2.scratch", O_RDWR|O_CREAT, 0666); in main()
/dragonfly/contrib/binutils-2.27/ld/
H A Dsysdep.h89 #ifndef O_RDWR
90 #define O_RDWR 2 macro
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/dragonfly/contrib/binutils-2.34/ld/
H A Dsysdep.h89 #ifndef O_RDWR
90 #define O_RDWR 2 macro
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/dragonfly/tools/regression/nfsmmap/test1/
H A Dtest1.c21 fd = open("test1.data", O_RDWR|O_CREAT, 0666); in main()
29 fd = open("test1.data", O_RDWR); in main()
44 fd2 = open("test1.scratch", O_RDWR|O_CREAT, 0666); in main()
/dragonfly/crypto/openssh/
H A Dsshpty.c106 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty()
119 fd = open(_PATH_TTY, O_RDWR | O_NOCTTY); in pty_make_controlling_tty()
134 fd = open(tty, O_RDWR); in pty_make_controlling_tty()
227 if ((fd = open(_PATH_TTY, O_RDWR | O_NOCTTY)) >= 0) { in disconnect_controlling_tty()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dsysdep.h105 #ifndef O_RDWR
106 #define O_RDWR 2 macro
109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/dragonfly/contrib/gdb-7/bfd/
H A Dsysdep.h102 #ifndef O_RDWR
103 #define O_RDWR 2 macro
106 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/dragonfly/contrib/binutils-2.34/bfd/
H A Dsysdep.h102 #ifndef O_RDWR
103 #define O_RDWR 2 macro
106 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/dragonfly/test/stress/stress2/misc/
H A Dnamecache.sh162 if ((fd = open(path, O_RDWR, 0600)) < 0) {
175 if ((fd = open(path, O_RDWR, 0600)) < 0) {
193 if ((fd = open(path, O_CREAT | O_RDWR, 0600)) == -1)
H A Dfragments.sh148 if ((fd = open(file, O_RDWR | O_CREAT | O_TRUNC, 0600)) < 0) {
172 if ((fd = open(file, O_RDWR | O_CREAT | O_TRUNC, 0600)) < 0) {
223 if ((fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0600)) < 0) {
H A Drevoke.sh100 ttyfd = open(argv[1], O_RDWR);
113 if (open(CTTY, O_RDWR) < 0) {
/dragonfly/bin/notty/
H A Dnotty.c76 ttyfd = open("/dev/null", O_RDWR); in main()
88 fd = open("/dev/tty", O_RDWR); in main()
/dragonfly/test/stress/stress2/testcases/lockf2/
H A Dlockf2.c58 if ((fd = open(file,O_CREAT | O_TRUNC | O_RDWR, 0600)) == -1) in setup()
81 if ((fd = open(file, O_RDWR, 0600)) == -1) in test()
/dragonfly/test/sysperf/
H A Dlockmgr2.c30 close(open("/tmp/lockmgr2.test", O_RDWR|O_CREAT, 0666)); in main()
50 close(open(path, O_RDWR|O_CREAT, 0666)); in main()
H A Dlockmgr3.c30 fd = open("/tmp/lockmgr3.test", O_RDWR|O_CREAT, 0666); in main()
52 fd = open(path, O_RDWR|O_CREAT, 0666); in main()
H A Dread1.c46 fd = open(filename, O_RDWR|O_CREAT|O_TRUNC, 0666); in main()
50 fd = open(filename, O_RDWR|O_CREAT|O_TRUNC, 0666); in main()
/dragonfly/lib/libutil/
H A Dpty.c53 master = posix_openpt(O_RDWR|O_NOCTTY); in openpty()
67 slave = open(slavename, O_RDWR); in openpty()
/dragonfly/usr.sbin/cron/cron/
H A Dpopen.c126 open(_PATH_DEVNULL, O_RDWR); in cron_popen()
140 open(_PATH_DEVNULL, O_RDWR); in cron_popen()
142 open(_PATH_DEVNULL, O_RDWR); in cron_popen()
/dragonfly/lib/libc/db/recno/
H A Drec_open.c81 O_RDWR, S_IRUSR | S_IWUSR, &btopeninfo, dflags); in __rec_open()
83 dbp = __bt_open(NULL, O_RDWR, S_IRUSR | S_IWUSR, NULL, dflags); in __rec_open()
136 case O_RDWR: in __rec_open()
/dragonfly/usr.bin/nohup/
H A Dnohup.c99 fd = open(p, O_RDWR | O_CREAT | O_APPEND, S_IRUSR | S_IWUSR); in dofile()
105 fd = open(p = path, O_RDWR | O_CREAT | O_APPEND, in dofile()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dsysdep.h123 #ifndef O_RDWR
124 #define O_RDWR 2 macro
/dragonfly/usr.bin/dsynth/
H A Dmonitor.c78 StatsFd = open(StatsFilePath, O_RDWR|O_CREAT|O_CLOEXEC, 0644); in MonitorInit()
83 LockFd = open(StatsLockPath, O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, in MonitorInit()
212 LockFd = open(lkfile, O_RDWR); in MonitorDirective()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dsysdep.h123 #ifndef O_RDWR
124 #define O_RDWR 2 macro
/dragonfly/test/stress/stress2/testcases/mkfifo/
H A Dmkfifo.c52 if ((fd = open(path, O_RDWR, 0600)) < 0) { in reader()
73 if ((fd = open(path, O_RDWR, 0600)) < 0) { in writer()
/dragonfly/usr.bin/truss/
H A Dsetup.c117 fd = open(buf, O_RDWR); in setup_and_wait()
150 fd = open(buf, O_RDWR); in start_tracing()

12345678910>>...15