HomeSort by relevance Sort by last modified time
    Searched full:_ub (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/stdio/
fileext.h 44 struct __sbuf _ub; /* ungetc buffer */ member in struct:__sfileext
56 #define _UB(fp) _EXT(fp)->_ub
61 _UB(fp)._base = NULL; \
62 _UB(fp)._size = 0; \
local.h 98 #define HASUB(fp) (_UB(fp)._base != NULL)
100 if (_UB(fp)._base != (fp)->_ubuf) \
101 free(_UB(fp)._base); \
102 _UB(fp)._base = NULL; \
  /ndk/sources/android/support/src/stdio/
fileext.h 39 struct __sbuf _ub; /* ungetc buffer */ member in struct:__sfileext
47 #define _UB(fp) _EXT(fp)->_ub
52 _UB(fp)._base = NULL; \
53 _UB(fp)._size = 0; \
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
ungetc.c 52 if (_UB(fp)._base == fp->_ubuf) {
58 _UB(fp)._base = p;
59 _UB(fp)._size = BUFSIZ;
66 i = _UB(fp)._size;
67 p = reallocarray(_UB(fp)._base, i, 2);
73 _UB(fp)._base = p;
74 _UB(fp)._size = i * 2;
112 if (fp->_r >= _UB(fp)._size && __submore(fp))
138 _UB(fp)._base = fp->_ubuf;
139 _UB(fp)._size = sizeof(fp->_ubuf)
    [all...]
  /external/bison/lib/
stdio-impl.h 42 struct { unsigned char *_base; int _size; } _ub; \
65 struct __sbuf _ub; /* ungetc buffer */ member in struct:__sfileext
68 # define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub
70 # define fp_ub fp_->_ub
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgcov.a 74 ?__sFILEX? _p??# _r?v# _w?v# _flags??# _file??# _bf??# _lbfsize?v# _cookie??# _close?!# _read?G#$ _seek?g#( _write??#, _ub??#0 _extra??#8 _ur?v#< _ubuf??#@ _nbuf??#C _lb??#D _blksize?v#L _offset?#P v! ?
561 __debug_aranges__DWARF? - ? __debug_macinfo__DWARF?M __debug_line__DWARF??M ? __debug_loc__DWARF?? __debug_pubnames__DWARF='? __debug_pubtypes__DWARFd?? __debug_inlined__DWARF { __debug_str__DWARF { __debug_ranges__DWARF# ? __jump_table__IMPORT# ? ?? < PU??WVS?? ?]?E ??t(fD??3?{????3?{???M u?? [^_??????| ?(C? ???$GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcov.cCintlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned int__int64_t.?long long intlong long unsigned intlong int__darwin_off_tn?fpos_tW:__sbufb?_basec?#_sizedv#?__sFILEX??_p??#_r?v#_w?v#_flags??# _file??#_bf?^#_lbfsize?v#_cookie?8#_close??# _read?#$_seek?8#(_write?c#,_ub?^#0_extra?t#8_ur?v#<_ubuf?z#@_nbuf??#C_lb?^#D_blksize?v#L_offset?P#P v?
650 ??Dl@ PhU??WVS??,?}??????e ??U????E????9?vi?E?U??W+_w ?_?w ?E??U?GW?E?U?9U?tT???? ?E?U??? ?É??? ?E??U?U?3W?E?3 ?t?G?W 9?}?)??G?W ?D_w ??,[^_??????| ?(?? ???{GNU C 4.2.1 (Apple Inc. build 5666) (dot 3)/tmp/gcc/gcc-5666.3/build/obj/src/gcc/libgcov.c?intlong unsigned intcharsigned charunsigned charshort intshort unsigned intunsigned int__int64_t.?long long intlong long unsigned intlong int__darwin_off_tn?fpos_tW:__sbufb?_basec?#_sizedv#?__sFILEX??_p??#_r?v#_w?v#_flags??# _file??#_bf?^#_lbfsize?v#_cookie?8#_close??# _read?#$_seek?8#(_write?c#,_ub?^#0_extra?t#8_ur?v#<_ubuf?z#@_nbuf??#C_lb?^#D_blksize?v#L_offset?P#P v?
    [all...]
  /bionic/libc/include/
stdio.h 99 * _ub, _up, and _ur are used when ungetc() pushes back more characters
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /development/ndk/platforms/android-21/include/
stdio.h 99 * _ub, _up, and _ur are used when ungetc() pushes back more characters
102 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
103 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /development/ndk/platforms/android-3/include/
stdio.h 97 * _ub, _up, and _ur are used when ungetc() pushes back more characters
100 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
101 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /development/ndk/platforms/android-8/include/
stdio.h 97 * _ub, _up, and _ur are used when ungetc() pushes back more characters
100 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
101 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include-fixed/
stdio.h 93 * _ub, _up, and _ur are used when ungetc() pushes back more characters
96 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
97 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 98 * _ub, _up, and _ur are used when ungetc() pushes back more characters
101 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include-fixed/
stdio.h 98 * _ub, _up, and _ur are used when ungetc() pushes back more characters
101 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include-fixed/
stdio.h 100 * _ub, _up, and _ur are used when ungetc() pushes back more characters
103 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
104 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 98 * _ub, _up, and _ur are used when ungetc() pushes back more characters
101 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/include-fixed/
stdio.h 98 * _ub, _up, and _ur are used when ungetc() pushes back more characters
101 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
102 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdio.h 110 * _ub, _up, and _ur are used when ungetc() pushes back more characters
113 * _ub._base becomes non-nil (i.e., a stream has ungetc() data iff
114 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.

Completed in 852 milliseconds

1 2 3 4 5 6 7