Searched refs:ofstream (Results 1 - 8 of 8) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc64 ofstream::put(c);
71 ofstream::put((char)(x>>8));
72 ofstream::put((char)(x&0377));
74 ofstream::put((char)(x&0377));
75 ofstream::put((char)(x>>8));
82 *(ofstream*)this << s;
/haiku/headers/cpp/
H A DPlotFile.h48 class PlotFile : public ofstream
57 PlotFile() : ofstream() { }
58 PlotFile(int fd) : ofstream(fd) { }
60 : ofstream(name, mode, prot) { }
62 // PlotFile& remove() { ofstream::remove(); return *this; }
64 // int filedesc() { return ofstream::filedesc(); }
H A Dpfstream.h47 // opfstream foo("NAME") is like: ofstream foo("NAME").
53 class opfstream : public ofstream {
H A Dfstream.h70 class ofstream : public fstreambase, public ostream { class in inherits:fstreambase,ostream
72 ofstream() : fstreambase() { } function in class:ofstream
73 ofstream(int fd) : fstreambase(fd) { } function in class:ofstream
74 ofstream(int fd, char *p, int l) : fstreambase(fd, p, l) { } /*Deprecated*/ function in class:ofstream
75 ofstream(const char *name, int mode=ios::out, int prot=0664) function in class:ofstream
/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp324 ofstream file(filename, ofstream::out | ofstream::trunc);
348 ofstream file(filename, ofstream::out | ofstream::trunc);
393 ofstream file(filename, ofstream::out | ofstream::trunc);
420 ofstream fil
[all...]
H A Dgensyscallinfos.cpp349 ofstream file(filename, ofstream::out | ofstream::trunc);
420 ofstream file(filename, ofstream::out | ofstream::trunc);
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp48 ofstream ofs("recv.log", ios::binary | ios::app);
86 ofstream ofs("send.log", ios::binary | ios::app);
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DCompress3.cpp93 ofstream ofs("test.bin", ios::binary);

Completed in 87 milliseconds