HomeSort by: relevance | last modified time | path
    Searched refs:_ur (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libc/stdio/
ftell.c 89 pos -= fp->_ur;
ftello.c 90 pos -= fp->_ur;
refill.c 111 if ((fp->_r = fp->_ur) != 0) {
fseeko.c 113 curoff -= fp->_ur;
190 curoff -= fp->_ur;
203 n += fp->_ur;
ungetc.c 159 fp->_ur = fp->_r;
findfp.c 74 ._ur = 0, \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdio.d 490 int _ur;
533 int _ur;
579 int _ur;
623 int _ur;
725 int _ur;
  /src/include/
stdio.h 106 * _ub (via _ext and struct __sfileext), _up, and _ur are used when ungetc()
110 * data iff _ub._base != NULL) and _up and _ur save the current values of _p
134 int _ur; /* saved _r when _r is counting ungetc data */ member in struct:__sFILE
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.h 483 int _ur; member in struct:__sanitizer::__sanitizer_FILE
sanitizer_platform_limits_netbsd.cpp 2615 CHECK_SIZE_AND_OFFSET(FILE, _ur);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.h 483 int _ur; member in struct:__sanitizer::__sanitizer_FILE
sanitizer_platform_limits_netbsd.cpp 2615 CHECK_SIZE_AND_OFFSET(FILE, _ur);

Completed in 56 milliseconds