_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 85 lib/stdio-impl.h struct { unsigned char *_base; size_t _size; } _bf; \ _base 92 lib/stdio-impl.h struct { unsigned char *_base; size_t _size; } _ext; \ _base 97 lib/stdio-impl.h struct { unsigned char *_base; size_t _size; } _lb; \ _base 115 lib/stdio-impl.h # define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub _base 119 lib/stdio-impl.h struct { unsigned char *_base; size_t _size; } _ub; /* ungetc buffer */ _base 122 lib/stdio-impl.h # define fp_ub ((struct __sfileext *) fp_->_ext._base)->_ub _base 127 lib/stdio-impl.h # define HASUB(fp) (fp_ub._base != NULL) _base 166 lib/stdio-impl.h unsigned char *_base; \ _base 195 lib/stdio-impl.h unsigned char *_base; _base 76 nt/inc/ms-w32.h #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_ptr - (FILE)->_base)