Searched refs:ofstream (Results 1 – 9 of 9) sorted by relevance
/haiku/src/libs/stdc++/legacy/ |
H A D | PlotFile.cc | 64 ofstream::put(c); in cmd() 71 ofstream::put((char)(x>>8)); in operator <<() 72 ofstream::put((char)(x&0377)); in operator <<() 74 ofstream::put((char)(x&0377)); in operator <<() 75 ofstream::put((char)(x>>8)); in operator <<() 82 *(ofstream*)this << s; in operator <<()
|
/haiku/headers/cpp/ |
H A D | PlotFile.h | 48 class PlotFile : public ofstream 57 PlotFile() : ofstream() { } in PlotFile() 58 PlotFile(int fd) : ofstream(fd) { } in PlotFile() 60 : ofstream(name, mode, prot) { } in ofstream() function
|
H A D | fstream.h | 70 class ofstream : public fstreambase, public ostream { 72 ofstream() : fstreambase() { } in ofstream() function 73 ofstream(int fd) : fstreambase(fd) { } in ofstream() function 74 ofstream(int fd, char *p, int l) : fstreambase(fd, p, l) { } /*Deprecated*/ in ofstream() function 75 ofstream(const char *name, int mode=ios::out, int prot=0664)
|
H A D | pfstream.h | 53 class opfstream : public ofstream {
|
H A D | iosfwd | 13 class ofstream;
|
/haiku/src/tools/gensyscalls/ |
H A D | gensyscalls.cpp | 324 ofstream file(filename, ofstream::out | ofstream::trunc); in _WriteSyscallsFile() 348 ofstream file(filename, ofstream::out | ofstream::trunc); in _WriteDispatcherFile() 393 ofstream file(filename, ofstream::out | ofstream::trunc); in _WriteNumbersFile() 420 ofstream file(filename, ofstream::out | ofstream::trunc); in _WriteTableFile() 505 ofstream file(filename, ofstream::out | ofstream::trunc); in _WriteSTraceFile()
|
H A D | gensyscallinfos.cpp | 349 ofstream file(filename, ofstream::out | ofstream::trunc); in _WriteSyscallInfoFile() 420 ofstream file(filename, ofstream::out | ofstream::trunc); in _WriteSyscallTypeSizes()
|
/haiku/src/add-ons/print/transports/shared/ |
H A D | SocketStream.cpp | 48 ofstream ofs("recv.log", ios::binary | ios::app); in underflow() 86 ofstream ofs("send.log", ios::binary | ios::app); in sync()
|
/haiku/src/add-ons/print/drivers/canon_lips/lips3/ |
H A D | Compress3.cpp | 93 ofstream ofs("test.bin", ios::binary); in main()
|