Searched refs:PRofstream (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.h65 #define PRofstream ofstream macro
113 class PR_IMPLEMENT(PRofstream) : public ostream {
115 PRofstream();
116 PRofstream(const char *, int mode=ios::out, int flags = 0);
117 PRofstream(PRFileDesc *);
118 PRofstream(PRFileDesc *, char *, int);
119 ~PRofstream();
H A Dprstrms.cpp406 PRofstream::PRofstream(): function in class:PRofstream
412 PRofstream::PRofstream(PRFileDesc *fd): function in class:PRofstream
418 PRofstream::PRofstream(PRFileDesc *fd, char *buff, int bufflen): function in class:PRofstream
424 PRofstream::PRofstream(const char *name, int mode, int flags): function in class:PRofstream
432 PRofstream::~PRofstream()
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp88 PRofstream *ofs[MaxCnt];
122 ofs[i] = new PRofstream;
131 PRofstream *aos = new PRofstream(fname1, ios::out|ios::ate, mode);
146 PRofstream *aos2 = new PRofstream(fname2, ios::out, mode);

Completed in 82 milliseconds