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

  /bionic/libc/stdio/
fileext.h 48 #define _EXT(fp) ((struct __sfileext *)((fp)->_ext._base))
49 #define _UB(fp) _EXT(fp)->_ub
50 #define _FLOCK(fp) _EXT(fp)->_lock
62 (f)->_ext._base = (unsigned char *)(fext); \
wcio.h 49 (_EXT(fp) ? &(_EXT(fp)->_wcio) : (struct wchar_io_data *)0)
79 memset(&(_EXT(fp)->_wcio), 0, sizeof(struct wchar_io_data))
  /ndk/sources/android/support/src/stdio/
fileext.h 46 #define _EXT(fp) ((struct __sfileext *)((fp)->_ext._base))
47 #define _UB(fp) _EXT(fp)->_ub
48 #define _FLOCK(fp) _EXT(fp)->_lock
69 (f)->_ext._base = (unsigned char *)(fext); \

Completed in 994 milliseconds