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

1234567891011>>

/freebsd-12-stable/usr.sbin/mfiutil/
H A Dmfi_properties.c81 fd = mfi_open(mfi_unit, O_RDWR);
133 fd = mfi_open(mfi_unit, O_RDWR);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp39 m_arg = O_NOCTTY | O_CREAT | O_RDWR;
/freebsd-12-stable/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-12-stable/contrib/netbsd-tests/dev/md/
H A Dh_mdserv.c86 if ((fd = rump_sys_open(argv[1], O_RDWR)) == -1)
/freebsd-12-stable/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-12-stable/contrib/netbsd-tests/fs/nfs/
H A Dt_mountd.c66 fd = rump_sys_open("file", O_RDWR | O_CREAT);
/freebsd-12-stable/contrib/netbsd-tests/fs/puffs/
H A Dt_io.c46 RL(fd = rump_sys_open("afile", O_CREAT | O_RDWR, 0755));
/freebsd-12-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_full.c70 fd = rump_sys_open("afile", O_CREAT | O_RDWR);
/freebsd-12-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_fifo.c65 RL(fd = open(FIFONAME, O_RDWR, 0644));
/freebsd-12-stable/contrib/netbsd-tests/kernel/kqueue/write/
H A Dt_fifo.c66 RL(fd = open(FIFONAME, O_RDWR, 0644));
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_fchownat.c85 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
113 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
176 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
198 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
H A Dt_utimensat.c70 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
96 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
148 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
166 ATF_REQUIRE((fd = open(FILE, O_CREAT|O_RDWR, 0644)) != -1);
/freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dh_netget.c77 fd = open(argv[3], O_CREAT | O_RDWR, 0644);
/freebsd-12-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h101 #define O_RDWR _O_RDWR macro
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dmkstemps.c126 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/freebsd-12-stable/contrib/ipfilter/samples/
H A Duserauth.c26 fd = open(IPL_NAME, O_RDWR);
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dmkstemps.c126 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600);
/freebsd-12-stable/contrib/bmake/filemon/
H A Dfilemon_dev.c73 for (i = 0; (F->fd = open(_PATH_FILEMON, O_RDWR|O_CLOEXEC)) == -1; i++) {
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A Ddelete_s.c46 ret = context->db->hdb_open(context->context, context->db, O_RDWR, 0);
/freebsd-12-stable/lib/libc/db/db/
H A Ddb.c60 O_RDONLY | O_RDWR | O_SHLOCK | O_SYNC | O_TRUNC | O_CLOEXEC)
/freebsd-12-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c84 if (!(db = dbopen("bigtest", O_RDWR | O_CREAT, 0644, DB_HASH, &info))) {
H A Dtcreat3.c75 O_CREAT|O_TRUNC|O_RDWR, 0600, DB_HASH, &ctl))){

Completed in 272 milliseconds

1234567891011>>