Home
last modified time | relevance | path

Searched refs:stringbuf (Results 1 – 25 of 2941) sorted by relevance

12345678910>>...118

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/src/libs/
H A DsSerialStream.cpp28 stringbuf() in isSerialStream()
30 init(&stringbuf); in isSerialStream()
37 stringbuf(data) in isSerialStream()
39 init(&stringbuf); in isSerialStream()
57 : stringbuf() in osSerialStream()
59 init(&stringbuf); in osSerialStream()
74 : stringbuf(data) in osSerialStream()
76 init(&stringbuf); in osSerialStream()
121 : stringbuf() in sSerialStream()
137 : stringbuf(data) in sSerialStream()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/
H A D2.cc59 std::stringbuf::allocator_type a; in test01()
61 std::stringbuf sbuf(std::ios_base::in, a); in test01()
68 std::stringbuf sbuf(a); in test01()
84 std::stringbuf sbuf1(std::move(s1)); in test02()
131 std::stringbuf::allocator_type a; in test03()
154 std::stringbuf sbuf(s1, mode); in test03()
180 std::stringbuf sbuf(s1); in test03()
184 std::stringbuf sbuf2(std::move(s1)); in test03()
213 std::stringbuf sbuf1(cstr); in test04()
215 std::stringbuf::allocator_type a; in test04()
[all …]
H A D1.cc35 std::stringbuf sbuf; in test02()
38 std::stringbuf sbuf1(std::ios::in); in test02()
43 std::stringbuf sbuf2(str); in test02()
46 std::stringbuf sbuf3(str, std::ios::in); in test02()
49 VERIFY( sbuf3.sputc('X') == std::stringbuf::traits_type::eof() ); in test02()
51 std::stringbuf sbuf4(str, std::ios::out); in test02()
54 VERIFY( sbuf4.sgetc() == std::stringbuf::traits_type::eof() ); in test02()
57 static_assert( ! std::is_convertible<std::ios::openmode, std::stringbuf>(), in test02()
60 static_assert( ! std::is_convertible<const std::string&, std::stringbuf>(), in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/
H A D2.cc59 std::stringbuf::allocator_type a; in test01()
61 std::stringbuf sbuf(std::ios_base::in, a); in test01()
68 std::stringbuf sbuf(a); in test01()
84 std::stringbuf sbuf1(std::move(s1)); in test02()
131 std::stringbuf::allocator_type a; in test03()
154 std::stringbuf sbuf(s1, mode); in test03()
180 std::stringbuf sbuf(s1); in test03()
184 std::stringbuf sbuf2(std::move(s1)); in test03()
213 std::stringbuf sbuf1(cstr); in test04()
215 std::stringbuf::allocator_type a; in test04()
[all …]
H A D1.cc35 std::stringbuf sbuf; in test02()
38 std::stringbuf sbuf1(std::ios::in); in test02()
43 std::stringbuf sbuf2(str); in test02()
46 std::stringbuf sbuf3(str, std::ios::in); in test02()
49 VERIFY( sbuf3.sputc('X') == std::stringbuf::traits_type::eof() ); in test02()
51 std::stringbuf sbuf4(str, std::ios::out); in test02()
54 VERIFY( sbuf4.sgetc() == std::stringbuf::traits_type::eof() ); in test02()
57 static_assert( ! std::is_convertible<std::ios::openmode, std::stringbuf>(), in test02()
60 static_assert( ! std::is_convertible<const std::string&, std::stringbuf>(), in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/
H A D2.cc59 std::stringbuf::allocator_type a; in test01()
61 std::stringbuf sbuf(std::ios_base::in, a); in test01()
68 std::stringbuf sbuf(a); in test01()
84 std::stringbuf sbuf1(std::move(s1)); in test02()
131 std::stringbuf::allocator_type a; in test03()
154 std::stringbuf sbuf(s1, mode); in test03()
180 std::stringbuf sbuf(s1); in test03()
184 std::stringbuf sbuf2(std::move(s1)); in test03()
213 std::stringbuf sbuf1(cstr); in test04()
215 std::stringbuf::allocator_type a; in test04()
[all …]
H A D1.cc35 std::stringbuf sbuf; in test02()
38 std::stringbuf sbuf1(std::ios::in); in test02()
43 std::stringbuf sbuf2(str); in test02()
46 std::stringbuf sbuf3(str, std::ios::in); in test02()
49 VERIFY( sbuf3.sputc('X') == std::stringbuf::traits_type::eof() ); in test02()
51 std::stringbuf sbuf4(str, std::ios::out); in test02()
54 VERIFY( sbuf4.sgetc() == std::stringbuf::traits_type::eof() ); in test02()
57 static_assert( ! std::is_convertible<std::ios::openmode, std::stringbuf>(), in test02()
60 static_assert( ! std::is_convertible<const std::string&, std::stringbuf>(), in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/
H A D2.cc59 std::stringbuf::allocator_type a; in test01()
61 std::stringbuf sbuf(std::ios_base::in, a); in test01()
68 std::stringbuf sbuf(a); in test01()
84 std::stringbuf sbuf1(std::move(s1)); in test02()
131 std::stringbuf::allocator_type a; in test03()
154 std::stringbuf sbuf(s1, mode); in test03()
180 std::stringbuf sbuf(s1); in test03()
184 std::stringbuf sbuf2(std::move(s1)); in test03()
213 std::stringbuf sbuf1(cstr); in test04()
215 std::stringbuf::allocator_type a; in test04()
[all …]
H A D1.cc35 std::stringbuf sbuf; in test02()
38 std::stringbuf sbuf1(std::ios::in); in test02()
43 std::stringbuf sbuf2(str); in test02()
46 std::stringbuf sbuf3(str, std::ios::in); in test02()
49 VERIFY( sbuf3.sputc('X') == std::stringbuf::traits_type::eof() ); in test02()
51 std::stringbuf sbuf4(str, std::ios::out); in test02()
54 VERIFY( sbuf4.sgetc() == std::stringbuf::traits_type::eof() ); in test02()
57 static_assert( ! std::is_convertible<std::ios::openmode, std::stringbuf>(), in test02()
60 static_assert( ! std::is_convertible<const std::string&, std::stringbuf>(), in test02()
/dports/lang/pcc/pcc-1.1.0/cc/cpp/
H A Dcpp.c424 stringbuf += c; in line()
472 stringbuf = p; in fsrch_macos_framework()
535 stringbuf++; in fsrch()
641 stringbuf++; in include()
997 if (stringbuf[-1] == ' ' || stringbuf[-1] == '\t') in define()
998 stringbuf--; in define()
1648 iswsnl(stringbuf[-1]) && stringbuf[-3] != EBLOCK) in readargs()
1649 stringbuf--; in readargs()
1688 while (args[i] < stringbuf && iswsnl(stringbuf[-1])) in readargs()
1689 stringbuf--; in readargs()
[all …]
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dscreen.c257 stringbuf, strlen(stringbuf) );
311 stringbuf, strlen(stringbuf) );
339 stringbuf, strlen(stringbuf) );
429 stringbuf, strlen(stringbuf) );
465 stringbuf, strlen(stringbuf));
559 stringbuf, strlen(stringbuf));
653 textcol(0), textrow(1), stringbuf, strlen(stringbuf));
828 stringbuf[0] = '\0'; in show_top_line()
910 strcat(stringbuf, "[]"); in show_top_line()
916 { addstr(stringbuf); in show_top_line()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/
H A D1.cc28 std::stringbuf strb_01(str_01);
29 std::stringbuf strb_02(str_02, std::ios_base::in);
30 std::stringbuf strb_03(str_03, std::ios_base::out);
37 std::stringbuf strb_tmp; in test04()
38 typedef std::stringbuf::int_type int_type; in test04()
39 typedef std::stringbuf::traits_type traits_type; in test04()
40 typedef std::stringbuf::pos_type pos_type; in test04()
41 typedef std::stringbuf::off_type off_type; in test04()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/
H A D1.cc28 std::stringbuf strb_01(str_01);
29 std::stringbuf strb_02(str_02, std::ios_base::in);
30 std::stringbuf strb_03(str_03, std::ios_base::out);
37 std::stringbuf strb_tmp; in test04()
38 typedef std::stringbuf::int_type int_type; in test04()
39 typedef std::stringbuf::traits_type traits_type; in test04()
40 typedef std::stringbuf::pos_type pos_type; in test04()
41 typedef std::stringbuf::off_type off_type; in test04()
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dalloc_entry.c67 if (stringbuf != 0) { in _nc_init_entry()
68 FreeAndNull(stringbuf); in _nc_init_entry()
74 if (stringbuf == 0) in _nc_init_entry()
75 TYPE_MALLOC(char, (size_t) MAX_STRTAB, stringbuf); in _nc_init_entry()
112 result = (stringbuf + next_free - 1); in _nc_save_str()
119 result = (stringbuf + old_next_free); in _nc_save_str()
157 assert(tp->term_names >= stringbuf); in _nc_wrap_entry()
158 n = (unsigned) (tp->term_names - stringbuf); in _nc_wrap_entry()
208 stringbuf + offsets[i], in _nc_wrap_entry()
297 if (stringbuf != 0) { in _nc_alloc_entry_leaks()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/
H A D1.cc28 std::stringbuf strb_01(str_01);
29 std::stringbuf strb_02(str_02, std::ios_base::in);
30 std::stringbuf strb_03(str_03, std::ios_base::out);
37 std::stringbuf strb_tmp; in test04()
39 typedef std::stringbuf::int_type int_type; in test04()
40 typedef std::stringbuf::traits_type traits_type; in test04()
41 typedef std::stringbuf::pos_type pos_type; in test04()
42 typedef std::stringbuf::off_type off_type; in test04()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/
H A D1.cc28 std::stringbuf strb_01(str_01);
29 std::stringbuf strb_02(str_02, std::ios_base::in);
30 std::stringbuf strb_03(str_03, std::ios_base::out);
37 std::stringbuf strb_tmp; in test04()
39 typedef std::stringbuf::int_type int_type; in test04()
40 typedef std::stringbuf::traits_type traits_type; in test04()
41 typedef std::stringbuf::pos_type pos_type; in test04()
42 typedef std::stringbuf::off_type off_type; in test04()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc24 : std::stringbuf
26 using std::stringbuf::eback;
27 using std::stringbuf::egptr;
28 using std::stringbuf::pbase;
29 using std::stringbuf::pptr;
30 using std::stringbuf::epptr;
31 using std::stringbuf::overflow;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc24 : std::stringbuf
26 using std::stringbuf::eback;
27 using std::stringbuf::egptr;
28 using std::stringbuf::pbase;
29 using std::stringbuf::pptr;
30 using std::stringbuf::epptr;
31 using std::stringbuf::overflow;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc24 : std::stringbuf
26 using std::stringbuf::eback;
27 using std::stringbuf::egptr;
28 using std::stringbuf::pbase;
29 using std::stringbuf::pptr;
30 using std::stringbuf::epptr;
31 using std::stringbuf::overflow;
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc24 : std::stringbuf
26 using std::stringbuf::eback;
27 using std::stringbuf::egptr;
28 using std::stringbuf::pbase;
29 using std::stringbuf::pptr;
30 using std::stringbuf::epptr;
31 using std::stringbuf::overflow;
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc24 : std::stringbuf
26 using std::stringbuf::eback;
27 using std::stringbuf::egptr;
28 using std::stringbuf::pbase;
29 using std::stringbuf::pptr;
30 using std::stringbuf::epptr;
31 using std::stringbuf::overflow;
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc24 : std::stringbuf
26 using std::stringbuf::eback;
27 using std::stringbuf::egptr;
28 using std::stringbuf::pbase;
29 using std::stringbuf::pptr;
30 using std::stringbuf::epptr;
31 using std::stringbuf::overflow;
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc24 : std::stringbuf
26 using std::stringbuf::eback;
27 using std::stringbuf::egptr;
28 using std::stringbuf::pbase;
29 using std::stringbuf::pptr;
30 using std::stringbuf::epptr;
31 using std::stringbuf::overflow;
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc24 : std::stringbuf
26 using std::stringbuf::eback;
27 using std::stringbuf::egptr;
28 using std::stringbuf::pbase;
29 using std::stringbuf::pptr;
30 using std::stringbuf::epptr;
31 using std::stringbuf::overflow;
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc24 : std::stringbuf
26 using std::stringbuf::eback;
27 using std::stringbuf::egptr;
28 using std::stringbuf::pbase;
29 using std::stringbuf::pptr;
30 using std::stringbuf::epptr;
31 using std::stringbuf::overflow;

12345678910>>...118