HomeSort by relevance Sort by last modified time
    Searched defs:_r (Results 1 - 9 of 9) sorted by null

  /bionic/libc/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /development/ndk/platforms/android-3/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /development/ndk/platforms/android-8/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
382 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 100 * if _flags&__SWR, _r is 0
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
121 int _r; /* read space left for getc() */ member in struct:__sFILE
139 int _ur; /* saved _r when _r is counting ungetc data */
380 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))

Completed in 427 milliseconds