Searched refs:O_RDWR (Results 101 - 125 of 630) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dxmmap.c58 open("/dev/zero", O_RDWR), (off_t)0);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fchownat.c87 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
115 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
178 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
200 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
H A Dt_utimensat.c72 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
98 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
150 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
168 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
/freebsd-11.0-release/contrib/netbsd-tests/lib/librumphijack/
H A Dh_netget.c77 fd = open(argv[3], O_CREAT | O_RDWR, 0644);
/freebsd-11.0-release/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_arc4.c54 fd = open("/dev/crypto", O_RDWR, 0);
H A Dh_cbcdes.c55 fd = open("/dev/crypto", O_RDWR, 0);
H A Dh_null.c50 fd = open("/dev/crypto", O_RDWR, 0);
/freebsd-11.0-release/contrib/netbsd-tests/dev/md/
H A Dh_mdserv.c86 if ((fd = rump_sys_open(argv[1], O_RDWR)) == -1)
/freebsd-11.0-release/contrib/netbsd-tests/fs/common/
H A Dfstest_zfs.c67 if ((fd = open(image, O_RDWR | O_CREAT, 0777)) == -1)
H A Dsnapshot.c29 fd = rump_sys_open(path, O_CREAT | O_RDWR, 0777);
62 fd = rump_sys_open("/mnt/myfile", O_RDWR | O_CREAT, 0777);
68 fssfd = rump_sys_open("/dev/rfss0", O_RDWR);
199 fssfd = rump_sys_open("/dev/rfss0", O_RDWR);
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/
H A Dt_mountd.c66 fd = rump_sys_open("file", O_RDWR | O_CREAT);
/freebsd-11.0-release/contrib/netbsd-tests/fs/puffs/
H A Dt_io.c46 RL(fd = rump_sys_open("afile", O_CREAT | O_RDWR, 0755));
/freebsd-11.0-release/contrib/netbsd-tests/fs/vfs/
H A Dt_full.c70 fd = rump_sys_open("afile", O_CREAT | O_RDWR);
/freebsd-11.0-release/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_fifo.c65 RL(fd = open(FIFONAME, O_RDWR, 0644));
/freebsd-11.0-release/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_fifo.c66 RL(fd = open(FIFONAME, O_RDWR, 0644));
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dmkstemps.c126 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dmkstemps.c126 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Dtmpname.cpp106 : open(tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/freebsd-11.0-release/contrib/ipfilter/samples/
H A Duserauth.c26 fd = open(IPL_NAME, O_RDWR);
/freebsd-11.0-release/share/examples/ses/srcs/
H A Dsetobjstat.c60 fd = open(v[1], O_RDWR);
/freebsd-11.0-release/lib/libc/stdio/
H A Dfdopen.c75 if (tmp != O_RDWR && (tmp != (oflags & O_ACCMODE))) {
/freebsd-11.0-release/libexec/ypxfr/
H A Dyp_dbwrite.c68 #define FLAGS O_RDWR|O_EXLOCK|O_EXCL|O_CREAT
/freebsd-11.0-release/tests/sys/file/
H A Dfcntlflags_test.c107 subtests("/dev/null", O_RDWR, "O_RDWR");
/freebsd-11.0-release/tests/sys/mqueue/
H A Dmqtest1.c26 mq = mq_open(MQNAME, O_CREAT | O_RDWR | O_EXCL, 0666, &attr);
/freebsd-11.0-release/tests/sys/netinet/
H A Dudp_dontroute.c69 t = open(argv[2], O_RDWR | O_NONBLOCK);

Completed in 139 milliseconds

1234567891011>>