HomeSort by relevance Sort by last modified time
    Searched refs:extra_eof (Results 1 - 2 of 2) sorted by null

  /ndk/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 2229 milliseconds