Searched refs:O_WRONLY (Results 76 - 100 of 111) sorted by last modified time

12345

/haiku/src/bin/
H A Dfdinfo.cpp38 case O_WRONLY:
/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/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp883 case O_WRONLY:
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp399 if ((openMode & O_RWMASK) == O_WRONLY)
/haiku/src/bin/fwcontrol/
H A Dfwdv.c121 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
/haiku/src/system/libroot/posix/unistd/
H A Dhostname.cpp44 int file = open(path, O_WRONLY | O_CREAT, 0644);
/haiku/src/tools/
H A Ddata_to_source.cpp53 int outFD = open(outFileName, O_WRONLY | O_CREAT | O_TRUNC,
/haiku/src/kits/storage/
H A DFile.cpp214 && ((fMode & O_RWMASK) == O_WRONLY || (fMode & O_RWMASK) == O_RDWR);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioDevice.cpp126 fDevice = open(fPath, O_WRONLY);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeRegular.cpp154 if (newMode == O_RDWR || newMode == O_WRONLY)
197 if (mode == O_RDWR || mode == O_WRONLY)
H A DNFS4Defs.h193 case O_WRONLY:
/haiku/src/system/kernel/util/
H A Dhostname.cpp44 int file = open(path, O_WRONLY | O_CREAT, 0644);
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.c54 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
77 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.c71 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
94 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.c73 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
96 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/generic/mpu401/
H A Ddebug.c67 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
88 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/bin/package/
H A Dcommand_extract.cpp587 O_WRONLY | O_CREAT | O_TRUNC);
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp361 if ((fOpenMode & O_ACCMODE) != O_WRONLY
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp236 fd = open(path, O_WRONLY | O_EXCL);
255 if ((flags & O_ACCMODE) != O_WRONLY) {
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp203 mode |= O_WRONLY;
/haiku/src/system/libroot/posix/glibc/libio/
H A Diofdopen.c95 #define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
101 || ((fd_flags & O_ACCMODE) == O_WRONLY && !(read_write & _IO_NO_READS)))
/haiku/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c19 file = open("__file", O_CREAT | O_TRUNC | O_WRONLY);
31 file = open("__directory/1", O_CREAT | O_WRONLY);
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp197 int file = open(name, O_WRONLY | O_TRUNC | O_CREAT);
/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/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp636 int fd = open_file(file.name, O_WRONLY | O_APPEND);
660 int fd = open_file(file.name, O_CREAT | O_WRONLY | O_TRUNC);
686 int fd = open_file(file.name, O_WRONLY | O_TRUNC);

Completed in 180 milliseconds

12345