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

12345

/haiku/src/tests/servers/input/comm/
H A Darea.c16 int fd = open ("/tmp/input_area.bin", O_WRONLY | O_CREAT | O_TRUNC, 0644);
/haiku/src/tests/system/libroot/os/
H A Dfs_attr_test.cpp60 int fd = open(kTestFileName, O_CREAT | O_TRUNC | O_WRONLY);
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc93 posix_mode = O_WRONLY, read_write = _IO_NO_READS;
H A Dfstream.cc103 return O_WRONLY;
/haiku/src/bin/
H A Drescan.c38 fd_dev = open("/dev", O_WRONLY);
H A Dmvattr.cpp83 O_CREAT | O_WRONLY | O_TRUNC);
/haiku/src/build/libbe/storage/
H A DFile.cpp328 && ((fMode & O_ACCMODE) == O_WRONLY
/haiku/src/bin/network/ftpd/
H A Dlogwtmp.c84 if (fd < 0 && (fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) < 0)
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp100 outFD = open(outputFile, O_WRONLY | O_CREAT | O_TRUNC,
/haiku/src/bin/fwcontrol/
H A Dfwmpegts.c177 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/
H A DFinePixTest.cpp26 int fd = open(fname, O_WRONLY | O_CREAT,0644);

Completed in 122 milliseconds

12345