Lines Matching defs:PRfilebuf
63 #define PRfilebuf streambuf
70 class PR_IMPLEMENT(PRfilebuf): public streambuf
73 PRfilebuf();
74 PRfilebuf(PRFileDesc *fd);
75 PRfilebuf(PRFileDesc *fd, char * buffptr, int bufflen);
76 ~PRfilebuf();
82 PRfilebuf *open(const char *name, int mode, int flags);
83 PRfilebuf *attach(PRFileDesc *fd);
84 PRfilebuf *close();
103 PRfilebuf* rdbuf(){return (PRfilebuf*) ios::rdbuf(); }
122 PRfilebuf* rdbuf() { return (PRfilebuf*) ios::rdbuf(); }
141 PRfilebuf* rdbuf(){ return (PRfilebuf*) ostream::rdbuf(); }