Searched refs:sgetc (Results 1 – 4 of 4) sorted by relevance
105 x1 = this->This()->m_sb.sgetc();
348 static int sgetc(const char *inputbuf, int *offsetptr) in sgetc() function377 while ((--buflen > 0) && ((c = sgetc(inputbuf, offsetptr)) >= 0)) { in slgets()386 while ((c = sgetc(inputbuf, offsetptr)) >= 0) { in slgets()
1834 for(int c = buf->sgetc(); appender.get_count() < limit; c = buf->snextc() ) { in operator >>()1895 typename Tr::int_type c = buf->sgetc(); in operator >>()
2044 int c = is.rdbuf()->sgetc(); in read_string_while()