Home
last modified time | relevance | path

Searched refs:sgetc (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/archive/impl/
Dbasic_binary_iarchive.ipp105 x1 = this->This()->m_sb.sgetc();
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c348 static int sgetc(const char *inputbuf, int *offsetptr) in sgetc() function
377 while ((--buflen > 0) && ((c = sgetc(inputbuf, offsetptr)) >= 0)) { in slgets()
386 while ((c = sgetc(inputbuf, offsetptr)) >= 0) { in slgets()
/third_party/boost/boost/dynamic_bitset/
Ddynamic_bitset.hpp1834 for(int c = buf->sgetc(); appender.get_count() < limit; c = buf->snextc() ) { in operator >>()
1895 typename Tr::int_type c = buf->sgetc(); in operator >>()
/third_party/boost/boost/multiprecision/
Dnumber.hpp2044 int c = is.rdbuf()->sgetc(); in read_string_while()