OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extra_eof
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r11/sources/android/support/src/wcstox/
shgetc.c
9
f->
extra_eof
= 0;
14
f->
extra_eof
++;
23
if (f->
extra_eof
) {
24
f->
extra_eof
--;
shgetc.h
12
// |
extra_eof
| is a counter of positions past EOF. Needed because the
18
int
extra_eof
;
member in struct:fake_file_t
/prebuilts/ndk/r13/sources/android/support/src/wcstox/
shgetc.c
9
f->
extra_eof
= 0;
14
f->
extra_eof
++;
23
if (f->
extra_eof
) {
24
f->
extra_eof
--;
shgetc.h
12
// |
extra_eof
| is a counter of positions past EOF. Needed because the
18
int
extra_eof
;
member in struct:fake_file_t
Completed in 788 milliseconds