Searched defs:eof (Results 1 - 25 of 362) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dregexp.h104 __const char *__restrict endbuf, int eof)
137 while ((__ch = (GETC ())) != eof)
103 compile(char *__restrict instring, char *__restrict expbuf, __const char *__restrict endbuf, int eof) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dregexp.h104 __const char *__restrict endbuf, int eof)
137 while ((__ch = (GETC ())) != eof)
103 compile(char *__restrict instring, char *__restrict expbuf, __const char *__restrict endbuf, int eof) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dchar_traits.h72 * right, but the int_type and state_type typedefs, and the eof()
134 eof() function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
281 // To keep both the byte 0xff and the eof symbol 0xffffffff
292 eof() _GLIBCXX_NOEXCEPT
297 { return (__c == eof()) ? 0 : __c; }
361 eof() _GLIBCXX_NOEXCEPT
366 { return eq_int_type(__c, eof()) ? 0 : __c; }
467 eof() noexcept
472 { return eq_int_type(__c, eof())
[all...]
H A Dbasic_ios.h184 eof() const function in class:basic_ios
H A Dstreambuf_iterator.h93 // returns traits_type::eof()), the iterator becomes equal to
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
197 const int_type __eof = traits_type::eof();
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dchar_traits.h72 * right, but the int_type and state_type typedefs, and the eof()
134 eof() function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
281 // To keep both the byte 0xff and the eof symbol 0xffffffff
292 eof() _GLIBCXX_NOEXCEPT
297 { return (__c == eof()) ? 0 : __c; }
361 eof() _GLIBCXX_NOEXCEPT
366 { return eq_int_type(__c, eof()) ? 0 : __c; }
467 eof() noexcept
472 { return eq_int_type(__c, eof())
[all...]
H A Dbasic_ios.h184 eof() const function in class:basic_ios
H A Dstreambuf_iterator.h93 // returns traits_type::eof()), the iterator becomes equal to
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
197 const int_type __eof = traits_type::eof();
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dchar_traits.h72 * right, but the int_type and state_type typedefs, and the eof()
134 eof() function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
281 // To keep both the byte 0xff and the eof symbol 0xffffffff
292 eof() _GLIBCXX_NOEXCEPT
297 { return (__c == eof()) ? 0 : __c; }
361 eof() _GLIBCXX_NOEXCEPT
366 { return eq_int_type(__c, eof()) ? 0 : __c; }
467 eof() noexcept
472 { return eq_int_type(__c, eof())
[all...]
H A Dbasic_ios.h184 eof() const function in class:basic_ios
H A Dstreambuf_iterator.h93 // returns traits_type::eof()), the iterator becomes equal to
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
197 const int_type __eof = traits_type::eof();
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dchar_traits.h72 * right, but the int_type and state_type typedefs, and the eof()
134 eof() function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
281 // To keep both the byte 0xff and the eof symbol 0xffffffff
292 eof() _GLIBCXX_NOEXCEPT
297 { return (__c == eof()) ? 0 : __c; }
361 eof() _GLIBCXX_NOEXCEPT
366 { return eq_int_type(__c, eof()) ? 0 : __c; }
467 eof() noexcept
472 { return eq_int_type(__c, eof())
[all...]
H A Dbasic_ios.h184 eof() const function in class:basic_ios
H A Dstreambuf_iterator.h93 // returns traits_type::eof()), the iterator becomes equal to
103 : _M_sbuf(0), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { } function in class:istreambuf_iterator
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
197 const int_type __eof = traits_type::eof();
253 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof()))
346 while (!traits_type::eq_int_type(__c, traits_type::eof()))
[all...]
/prebuilts/misc/common/swig/include/2.0.11/perl5/
H A Dnoembed.h64 #ifdef eof
65 #undef eof macro
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dchar_traits.h72 * right, but the int_type and state_type typedefs, and the eof()
134 eof() function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
285 // To keep both the byte 0xff and the eof symbol 0xffffffff
296 eof() _GLIBCXX_NOEXCEPT
301 { return (__c == eof()) ? 0 : __c; }
365 eof() _GLIBCXX_NOEXCEPT
370 { return eq_int_type(__c, eof()) ? 0 : __c; }
471 eof() noexcept
476 { return eq_int_type(__c, eof())
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dchar_traits.h72 * right, but the int_type and state_type typedefs, and the eof()
134 eof() function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
285 // To keep both the byte 0xff and the eof symbol 0xffffffff
296 eof() _GLIBCXX_NOEXCEPT
301 { return (__c == eof()) ? 0 : __c; }
365 eof() _GLIBCXX_NOEXCEPT
370 { return eq_int_type(__c, eof()) ? 0 : __c; }
471 eof() noexcept
476 { return eq_int_type(__c, eof())
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dchar_traits.h72 * right, but the int_type and state_type typedefs, and the eof()
134 eof() function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
285 // To keep both the byte 0xff and the eof symbol 0xffffffff
296 eof() _GLIBCXX_NOEXCEPT
301 { return (__c == eof()) ? 0 : __c; }
365 eof() _GLIBCXX_NOEXCEPT
370 { return eq_int_type(__c, eof()) ? 0 : __c; }
471 eof() noexcept
476 { return eq_int_type(__c, eof())
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dchar_traits.h72 * right, but the int_type and state_type typedefs, and the eof()
134 eof() function in struct:char_traits
139 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); }
285 // To keep both the byte 0xff and the eof symbol 0xffffffff
296 eof() _GLIBCXX_NOEXCEPT
301 { return (__c == eof()) ? 0 : __c; }
365 eof() _GLIBCXX_NOEXCEPT
370 { return eq_int_type(__c, eof()) ? 0 : __c; }
471 eof() noexcept
476 { return eq_int_type(__c, eof())
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
H A Dstream.h63 int eof; member in struct:isl_stream
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dpod_char_traits.h176 eof() function in struct:char_traits
184 { return eq_int_type(__c, eof()) ? int_type() : __c; }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
H A Dstream.h63 int eof; member in struct:isl_stream
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dpod_char_traits.h176 eof() function in struct:char_traits
184 { return eq_int_type(__c, eof()) ? int_type() : __c; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dpod_char_traits.h176 eof() function in struct:char_traits
184 { return eq_int_type(__c, eof()) ? int_type() : __c; }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dpod_char_traits.h176 eof() function in struct:char_traits
184 { return eq_int_type(__c, eof()) ? int_type() : __c; }

Completed in 902 milliseconds

1234567891011>>