Searched refs:SFile (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A DSFile.cc45 #include <SFile.h>
47 SFile::SFile(const char *filename, int size, int mode, int prot) function in class:SFile
53 SFile::SFile(int fd, int size) function in class:SFile
59 void SFile::open(const char *name, int size, int mode, int prot)
65 SFile& SFile::get(void* x)
71 SFile& SFile
[all...]
H A DSFile.h35 class SFile: public fstream class in inherits:fstream
41 SFile() : fstream() { } function in class:SFile
42 SFile(int fd, int size);
43 SFile(const char *name, int size, int mode, int prot=0664);
49 SFile& get(void* x);
50 SFile& put(void* x);
51 SFile& operator[](long i);
/haiku-buildtools/legacy/gcc/libio/tests/
H A DtFile.cc38 #include <SFile.h>
237 cout << "\nMaking SFile rf...";
239 SFile rf("recfile", sizeof(record), io_readwrite, a_create);
241 SFile rf("recfile", sizeof(record), ios::in|ios::out|ios::trunc);
H A DtFile.exp25 Making SFile rf...odd elements of file in reverse order:

Completed in 92 milliseconds