Searched refs:fake_file_t (Results 1 – 8 of 8) sorted by relevance
16 struct fake_file_t { struct22 void shinit_wcstring(struct fake_file_t *, const wchar_t *wcs);27 int shgetc(struct fake_file_t *);30 void shunget(struct fake_file_t *);36 void shlim(struct fake_file_t *, off_t lim);39 off_t shcnt(struct fake_file_t *);
5 void shinit_wcstring(struct fake_file_t *f, const wchar_t* wcs) { in shinit_wcstring()12 int shgetc(struct fake_file_t *f) { in shgetc()22 void shunget(struct fake_file_t *f) { in shunget()30 void shlim(struct fake_file_t *f, off_t lim) { in shlim()37 off_t shcnt(struct fake_file_t *f) { in shcnt()
6 unsigned long long __intscan(struct fake_file_t *, unsigned, int, unsigned long long);
4 long double __floatscan(struct fake_file_t *, int, int);
11 struct fake_file_t f; in wcstox()
13 struct fake_file_t f; in wcstox()
32 #define FILE struct fake_file_t
58 #define FILE struct fake_file_t