Home
last modified time | relevance | path

Searched refs:sgetc (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c340 * sgetc(const char *inputbuf, int *offsetptr)
348 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/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp24368 __int_type __c = __in.rdbuf()->sgetc();
24433 __int_type __c = __in.rdbuf()->sgetc();
26860 __ret = this->sgetc();
26879 sgetc()
27204 typename _Traits::int_type __c = __sbin->sgetc();
27697 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
27857 int_type __c = __sb->sgetc();
27893 int_type __c = __sb->sgetc();
27905 __c = __sb->sgetc();
32036 __int_type __c = __sb->sgetc();
[all...]

Completed in 23 milliseconds