_base              44 lib/fpending.c   return fp_->_p - fp_->_bf._base;
_base              50 lib/fpending.c   return (fp_->_ptr ? fp_->_ptr - fp_->_base : 0);
_base              48 lib/stdio-impl.h                          struct { unsigned char *_base; int _size; } _bf; \
_base              54 lib/stdio-impl.h                          struct { unsigned char *_base; int _size; } _ub; \
_base              58 lib/stdio-impl.h                          struct { unsigned char *_base; int _size; } _lb; \
_base              91 lib/stdio-impl.h                          struct { unsigned char *_base; size_t _size; } _bf; \
_base              98 lib/stdio-impl.h                          struct { unsigned char *_base; size_t _size; } _ext; \
_base             103 lib/stdio-impl.h                          struct { unsigned char *_base; size_t _size; } _lb; \
_base             121 lib/stdio-impl.h #  define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub
_base             125 lib/stdio-impl.h       struct { unsigned char *_base; size_t _size; } _ub; /* ungetc buffer */
_base             128 lib/stdio-impl.h #  define fp_ub ((struct __sfileext *) fp_->_ext._base)->_ub
_base             133 lib/stdio-impl.h # define HASUB(fp) (fp_ub._base != NULL)
_base             172 lib/stdio-impl.h                          unsigned char *_base; \
_base             201 lib/stdio-impl.h   unsigned char *_base;
_base              76 nt/inc/ms-w32.h #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)