OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fake_file_t
(Results
1 - 16
of
16
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/wcstox/
floatscan.h
4
long double __floatscan(struct
fake_file_t
*, int, int);
intscan.h
6
unsigned long long __intscan(struct
fake_file_t
*, unsigned, int, unsigned long long);
shgetc.h
16
struct
fake_file_t
{
struct
21
// Initialize
fake_file_t
structure from a wide-char string.
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
*);
shgetc.c
5
void shinit_wcstring(struct
fake_file_t
*f, const wchar_t* wcs) {
12
int shgetc(struct
fake_file_t
*f) {
22
void shunget(struct
fake_file_t
*f) {
30
void shlim(struct
fake_file_t
*f, off_t lim) {
37
off_t shcnt(struct
fake_file_t
*f) {
wcstod.c
11
struct
fake_file_t
f;
wcstol.c
13
struct
fake_file_t
f;
intscan.c
32
#define FILE struct
fake_file_t
floatscan.c
56
// type to match our custom
fake_file_t
from shgetc.h
58
#define FILE struct
fake_file_t
/prebuilts/ndk/r13/sources/android/support/src/wcstox/
floatscan.h
4
long double __floatscan(struct
fake_file_t
*, int, int);
intscan.h
6
unsigned long long __intscan(struct
fake_file_t
*, unsigned, int, unsigned long long);
shgetc.h
16
struct
fake_file_t
{
struct
21
// Initialize
fake_file_t
structure from a wide-char string.
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
*);
shgetc.c
5
void shinit_wcstring(struct
fake_file_t
*f, const wchar_t* wcs) {
12
int shgetc(struct
fake_file_t
*f) {
22
void shunget(struct
fake_file_t
*f) {
30
void shlim(struct
fake_file_t
*f, off_t lim) {
37
off_t shcnt(struct
fake_file_t
*f) {
wcstod.c
11
struct
fake_file_t
f;
wcstol.c
13
struct
fake_file_t
f;
intscan.c
32
#define FILE struct
fake_file_t
floatscan.c
56
// type to match our custom
fake_file_t
from shgetc.h
58
#define FILE struct
fake_file_t
Completed in 1589 milliseconds