Searched refs:_IO_FILE (Results 1 - 25 of 97) sorted by path

1234

/haiku/headers/cpp/
H A Diostdio.h37 typedef _IO_FILE FILE;
H A Dstreambuf.h287 struct streambuf : public _IO_FILE { // protected??
292 const void *&_vtable() { return *(const void**)((_IO_FILE*)this + 1); }
295 _IO_FILE*& xchain() { return _chain; }
H A Dstrfile.h55 struct _IO_FILE _f;
/haiku/headers/posix/
H A Dstdio_pre.h15 typedef struct _IO_FILE FILE;
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc41 extern "C" int __printf_fp (_IO_FILE *, const struct printf_info *,
H A Dstdiostream.cc66 _IO_do_flush((_IO_FILE*)this);
115 if (_IO_do_flush((_IO_FILE*)this))
H A Dstdstrbufs.cc79 _IO_FILE file;
H A Dstreambuf.cc138 static int _IO_sb_overflow(_IO_FILE *fp, int c)
140 static int _IO_sb_underflow(_IO_FILE *fp)
142 static _IO_size_t _IO_sb_xsputn(_IO_FILE *fp, const void *s, _IO_size_t n)
144 static _IO_size_t _IO_sb_xsgetn(_IO_FILE *fp, void *s, _IO_size_t n)
146 static int _IO_sb_close(_IO_FILE *fp)
148 static int _IO_sb_stat(_IO_FILE *fp, void *b)
150 static int _IO_sb_doallocate(_IO_FILE *fp)
153 static _IO_pos_t _IO_sb_seekoff(_IO_FILE *fp, _IO_off_t pos, int dir, int mode)
158 static _IO_pos_t _IO_sb_seekpos(_IO_FILE *fp, _IO_pos_t pos, int mode)
163 static int _IO_sb_pbackfail(_IO_FILE *f
[all...]
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h78 extern _IO_FILE *_IO_new_fopen __P((const char*, const char*));
80 extern _IO_FILE *_IO_new_fdopen __P((int, const char*));
82 extern int _IO_new_fclose __P((_IO_FILE*));
84 extern int _IO_fputs __P((const char*, _IO_FILE*));
87 extern int _IO_new_fsetpos __P ((_IO_FILE *, const _IO_fpos_t *));
89 extern int _IO_new_fgetpos __P ((_IO_FILE *, _IO_fpos_t *));
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfeof.c33 _IO_FILE* fp;
H A Dfeof_u.c35 _IO_FILE* fp;
H A Dferror.c33 _IO_FILE* fp;
H A Dferror_u.c35 _IO_FILE* fp;
H A Dfiledoalloc.c87 _IO_FILE *fp;
H A Dfileno.c33 _IO_FILE* fp;
H A Dflockfile.c15 _IO_flockfile(_IO_FILE *stream)
22 _IO_funlockfile(_IO_FILE *stream)
29 _IO_ftrylockfile(_IO_FILE *stream)
H A Dfputc.c34 _IO_FILE *fp;
H A Dfputc_u.c36 _IO_FILE *fp;
H A Dfputwc.c34 _IO_FILE *fp;
H A Dfputwc_u.c36 _IO_FILE *fp;
H A Dfseek.c33 _IO_FILE* fp;
H A Dfseeko.c33 _IO_FILE* fp;
H A Dfseeko64.c34 _IO_FILE* fp;
H A Dftello.c36 _IO_FILE *fp;
H A Dftello64.c36 _IO_FILE *fp;

Completed in 76 milliseconds

1234