/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | snprintf_lite.cc | 34 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, 45 __throw_insufficient_space(const char *__buf, const char *__bufend) 49 __throw_insufficient_space(const char *__buf, const char *__bufend) in __throw_insufficient_space() argument 52 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | snprintf_lite.cc | 34 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, 45 __throw_insufficient_space(const char *__buf, const char *__bufend) 49 __throw_insufficient_space(const char *__buf, const char *__bufend) in __throw_insufficient_space() argument 52 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | snprintf_lite.cc | 34 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, 45 __throw_insufficient_space(const char *__buf, const char *__bufend) 49 __throw_insufficient_space(const char *__buf, const char *__bufend) in __throw_insufficient_space() argument 52 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | snprintf_lite.cc | 34 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, 45 __throw_insufficient_space(const char *__buf, const char *__bufend) 49 __throw_insufficient_space(const char *__buf, const char *__bufend) in __throw_insufficient_space() argument 52 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | snprintf_lite.cc | 34 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, 45 __throw_insufficient_space(const char *__buf, const char *__bufend) 49 __throw_insufficient_space(const char *__buf, const char *__bufend) in __throw_insufficient_space() argument 52 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | snprintf_lite.cc | 34 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, 45 __throw_insufficient_space(const char *__buf, const char *__bufend) 49 __throw_insufficient_space(const char *__buf, const char *__bufend) in __throw_insufficient_space() argument 52 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | snprintf_lite.cc | 34 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, 45 __throw_insufficient_space(const char *__buf, const char *__bufend) 49 __throw_insufficient_space(const char *__buf, const char *__bufend) in __throw_insufficient_space() argument 52 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/ |
A D | snprintf_lite.cc | 34 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, 45 __throw_insufficient_space(const char *__buf, const char *__bufend) 49 __throw_insufficient_space(const char *__buf, const char *__bufend) in __throw_insufficient_space() argument 52 const size_t __len = __bufend - __buf + 1; in __throw_insufficient_space()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | vswprintf.c | 54 f.__bufend = (unsigned char *) (buf + size); in vswprintf() 62 if (f.__bufpos == f.__bufend) { in vswprintf()
|
A D | _fopen.c | 178 stream->__bufend = stream->__bufstart + BUFSIZ; in _stdio_fopen() 183 stream->__bufend = stream->__builtinbuf + sizeof(stream->__builtinbuf); in _stdio_fopen() 185 stream->__bufend = stream->__bufstart; in _stdio_fopen()
|
A D | fgetwc.c | 16 stream->__bufend = stream->__bufstart = buf; in munge_stream() 52 ++stream->__bufend; in fgetwc_unlocked()
|
A D | _stdio.c | 380 assert(stream->__bufpos <= stream->__bufend); in _stdio_validate_FILE() 383 assert(stream->__bufread <= stream->__bufend); in _stdio_validate_FILE() 437 assert(stream->__bufputc_u <= stream->__bufend); in _stdio_validate_FILE()
|
A D | _rfill.c | 37 stream->__bufend - stream->__bufstart); in __stdio_rfill()
|
A D | vsnprintf.c | 58 f.__bufend = (unsigned char *) buf + size; in vsnprintf() 69 if (f.__bufpos == f.__bufend) { in vsnprintf()
|
A D | vdprintf.c | 22 f.__bufend = (unsigned char *) buf + sizeof(buf); in vdprintf()
|
A D | _wfwrite.c | 32 count = (((wchar_t *)(stream->__bufend)) in _wstdio_fwrite()
|
A D | _stdio.h | 248 ((void)((S)->__bufputc_u = (S)->__bufend)) 325 #define __STDIO_STREAM_BUFFER_SIZE(S) ((S)->__bufend - (S)->__bufstart) 330 #define __STDIO_STREAM_BUFFER_WAVAIL(S) ((S)->__bufend - (S)->__bufpos)
|
A D | setvbuf.c | 79 stream->__bufend = (unsigned char *) buf + size; in setvbuf()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | uClibc_stdio.h | 232 unsigned char *__bufend; /* pointer to 1 past end of buffer */ member
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | locale_facets.tcc | 794 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, in __int_to_char() argument 797 _CharT* __buf = __bufend; in __int_to_char() 831 return __bufend - __buf; in __int_to_char()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | locale_facets.tcc | 794 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, in __int_to_char() argument 797 _CharT* __buf = __bufend; in __int_to_char() 831 return __bufend - __buf; in __int_to_char()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | locale_facets.tcc | 812 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, in __int_to_char() argument 815 _CharT* __buf = __bufend; in __int_to_char() 849 return __bufend - __buf; in __int_to_char()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | locale_facets.tcc | 794 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, in __int_to_char() argument 797 _CharT* __buf = __bufend; in __int_to_char() 831 return __bufend - __buf; in __int_to_char()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | locale_facets.tcc | 794 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, in __int_to_char() argument 797 _CharT* __buf = __bufend; in __int_to_char() 831 return __bufend - __buf; in __int_to_char()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | locale_facets.tcc | 794 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit, in __int_to_char() argument 797 _CharT* __buf = __bufend; in __int_to_char() 831 return __bufend - __buf; in __int_to_char()
|