Home
last modified time | relevance | path

Searched refs:fake_file_t (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/src/wcstox/
Dshgetc.h16 struct fake_file_t { struct
22 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 *);
Dshgetc.c5 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()
Dintscan.h6 unsigned long long __intscan(struct fake_file_t *, unsigned, int, unsigned long long);
Dfloatscan.h4 long double __floatscan(struct fake_file_t *, int, int);
Dwcstod.c11 struct fake_file_t f; in wcstox()
Dwcstol.c13 struct fake_file_t f; in wcstox()
Dintscan.c32 #define FILE struct fake_file_t
Dfloatscan.c58 #define FILE struct fake_file_t