Searched refs:O_WRONLY (Results 26 - 50 of 110) sorted by relevance

12345

/haiku/src/system/libroot/posix/unistd/
H A Dhostname.cpp44 int file = open(path, O_WRONLY | O_CREAT, 0644);
/haiku/src/tests/apps/haikudepot/
H A DTarArchiveServiceTest.cpp70 BFile* file = new BFile(path, O_WRONLY | O_CREAT);
/haiku/src/tests/system/libroot/os/
H A Dfs_attr_test.cpp60 int fd = open(kTestFileName, O_CREAT | O_TRUNC | O_WRONLY);
/haiku/src/tools/
H A Ddata_to_source.cpp53 int outFD = open(outFileName, O_WRONLY | O_CREAT | O_TRUNC,
/haiku/src/tests/kits/net/service/
H A DFileTest.cpp57 BFile file(tmpl, O_WRONLY | O_CREAT);
/haiku/src/system/libroot/posix/
H A Dfcntl.cpp26 _kern_open(-1, path, O_CREAT | O_TRUNC | O_WRONLY, mode & ~__gUmask));
/haiku/src/add-ons/print/transports/parallel_port/
H A DParallelTransport.cpp71 fFile = open(device, O_WRONLY | O_EXCL, 0);
/haiku/src/bin/
H A Dunchop.c86 int fdout = open(outfile, O_WRONLY|O_CREAT|O_APPEND);
H A Dchop.c214 fdout = open(fnameN, O_WRONLY|O_CREAT);
H A Dmvattr.cpp83 O_CREAT | O_WRONLY | O_TRUNC);
H A Dfdinfo.cpp38 case O_WRONLY:
/haiku/src/bin/debug/strace/
H A Dfcntl.cpp21 FLAG_INFO_ENTRY(O_WRONLY),
/haiku/headers/posix/
H A Dfcntl.h35 #define O_WRONLY 0x0001 /* write only */ macro
/haiku/src/tests/add-ons/kernel/file_systems/fragmenter/
H A Dfragmenter.cpp47 int fd = open(name, O_CREAT | O_WRONLY | O_TRUNC, 0644);
/haiku/src/add-ons/print/transports/serial_port/
H A DSerialTransport.cpp54 fFile = open(device, O_WRONLY | O_EXCL, 0);
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp236 fd = open(path, O_WRONLY | O_EXCL);
255 if ((flags & O_ACCMODE) != O_WRONLY) {
/haiku/src/build/libroot/
H A Dfs_attr_haiku.cpp184 int fd = open(localFD.Path(), O_NOTRAVERSE | O_WRONLY);
210 int fd = open(localFD.Path(), O_NOTRAVERSE | O_WRONLY);
/haiku/src/bin/fwcontrol/
H A Dfwmpegts.c177 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc93 posix_mode = O_WRONLY, read_write = _IO_NO_READS;
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp86 sLog = open(syslog.Path(), O_APPEND | O_CREAT | O_WRONLY, 0644);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h158 case O_WRONLY:
/haiku/src/libs/util/
H A Dpidfile.c116 fd = open(pfh->pf_path, O_WRONLY | O_CREAT | O_NONBLOCK, mode);
/haiku/src/tests/system/network/multicast/
H A Dmulticat.c91 out_fd = open(optarg, O_CREAT | O_TRUNC | O_WRONLY, 0666);
330 fd = open(filename, O_CREAT | O_TRUNC | O_WRONLY, 0666);
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp289 BFile tmpFile(tmpPath, O_WRONLY | O_CREAT);
342 BFile targetFile(targetFilePath.Path(), O_WRONLY | O_CREAT);
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp105 BFile file(path.Path(), O_WRONLY | O_CREAT | O_APPEND);
324 BFile file(path.Path(), O_WRONLY | O_CREAT);

Completed in 235 milliseconds

12345