/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/ |
H A D | cpp.c | 109 usch *stringbuf = sbf; variable 463 cp = stringbuf; in line() 467 stringbuf = cp; in line() 478 stringbuf = cp; in line() 502 ifiles->fname = stringbuf+1; in line() 504 stringbuf--; in line() 531 usch *saved_stringbuf = stringbuf; in fsrch_macos_framework() 545 stringbuf = p + len; in fsrch_macos_framework() 551 stringbuf = p; in fsrch_macos_framework() 561 stringbuf = ++p; in fsrch_macos_framework() [all …]
|
H A D | token.c | 489 usch *bp = stringbuf; in heapid() 701 cp = stringbuf; in fastscan() 703 stringbuf = cp; in fastscan() 716 stringbuf = cp; in fastscan() 749 usch *cp, *bp = stringbuf; in exprline() 773 stringbuf = cp; in exprline() 783 while (*stringbuf) in exprline() 784 stringbuf++; in exprline() 797 stringbuf = bp; in exprline() 982 usch *sb = stringbuf; in prtline() [all …]
|
H A D | scanner.l | 517 usch *s, *os = stringbuf; 528 stringbuf = os; 789 usch *opb = stringbuf; 796 usch *g = stringbuf; 798 stringbuf = g; 815 stringbuf = opb; 820 while (stringbuf > opb) 821 cunput(*--stringbuf); 868 usch *cp = stringbuf; 891 stringbuf = cp;
|
H A D | cpp.h | 32 extern usch *stringbuf;
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/ |
H A D | stdio.diff | 75 - sb = stringbuf; 86 - xwrite(2, sb, stringbuf - sb); 87 - stringbuf = sb; 101 - sb = stringbuf; 112 - xwrite(2, sb, stringbuf - sb); 113 - stringbuf = sb; 140 upp: sbp = stringbuf; 149 @@ -1391,12 +1368,9 @@ upp: sbp = stringbuf; 162 @@ -1423,7 +1397,7 @@ upp: sbp = stringbuf; 339 cp = stringbuf; [all …]
|
H A D | stdio2.diff | 17 @@ -1392,7 +1392,7 @@ upp: sbp = stringbuf; 161 cp = stringbuf; 163 - printf("%s", stringbuf); 164 + putstr(stringbuf); 168 stringbuf = cp; 193 + usch *sb = stringbuf; 211 + stringbuf = sb; 216 sb = stringbuf; 222 stringbuf = sb;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | read-md.c | 664 char *stringbuf; in read_string() local 677 stringbuf = read_quoted_string (); in read_string() 682 stringbuf = read_braced_string (); in read_string() 698 set_md_ptr_loc (stringbuf, loc); in read_string() 699 return stringbuf; in read_string()
|
H A D | read-rtl.c | 1848 char *stringbuf; in read_rtx_operand() local 1868 stringbuf = read_string (star_if_braced); in read_rtx_operand() 1869 if (!stringbuf) in read_rtx_operand() 1877 if (*stringbuf == '\0' in read_rtx_operand() 1883 const char *old_stringbuf = stringbuf; in read_rtx_operand() 1896 stringbuf = XOBFINISH (string_obstack, char *); in read_rtx_operand() 1897 copy_md_ptr_loc (stringbuf, old_stringbuf); in read_rtx_operand() 1905 end = stringbuf; in read_rtx_operand() 1933 const char *string_ptr = finalize_string (stringbuf); in read_rtx_operand()
|
H A D | read-md.h | 361 virtual const char *finalize_string (char *stringbuf) { return stringbuf; } in finalize_string() argument
|
H A D | read-rtl-function.c | 86 const char *finalize_string (char *stringbuf) FINAL OVERRIDE; 1538 function_reader::finalize_string (char *stringbuf) in finalize_string() argument 1540 return ggc_strdup (stringbuf); in finalize_string()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | read-rtl.cc | 1895 char *stringbuf; in read_rtx_operand() local 1915 stringbuf = read_string (star_if_braced); in read_rtx_operand() 1916 if (!stringbuf) in read_rtx_operand() 1924 if (*stringbuf == '\0' in read_rtx_operand() 1930 const char *old_stringbuf = stringbuf; in read_rtx_operand() 1943 stringbuf = XOBFINISH (string_obstack, char *); in read_rtx_operand() 1944 copy_md_ptr_loc (stringbuf, old_stringbuf); in read_rtx_operand() 1952 end = stringbuf; in read_rtx_operand() 1980 const char *string_ptr = finalize_string (stringbuf); in read_rtx_operand()
|
H A D | read-md.cc | 664 char *stringbuf; in read_string() local 677 stringbuf = read_quoted_string (); in read_string() 682 stringbuf = read_braced_string (); in read_string() 698 set_md_ptr_loc (stringbuf, loc); in read_string() 699 return stringbuf; in read_string()
|
H A D | read-md.h | 361 virtual const char *finalize_string (char *stringbuf) { return stringbuf; } in finalize_string() argument
|
H A D | read-rtl-function.cc | 86 const char *finalize_string (char *stringbuf) FINAL OVERRIDE; 1541 function_reader::finalize_string (char *stringbuf) in finalize_string() argument 1543 return ggc_strdup (stringbuf); in finalize_string()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | iosfwd | 61 typedef basic_stringbuf<char> stringbuf; 166 typedef basic_stringbuf<char> stringbuf; 204 class _LIBCPP_PREFERRED_NAME(stringbuf) _LIBCPP_PREFERRED_NAME(wstringbuf) basic_stringbuf;
|
H A D | sstream | 28 // 27.8.1.1 [stringbuf.cons], constructors: 60 typedef basic_stringbuf<char> stringbuf; 221 // 30.8.2.1 [stringbuf.cons], constructors
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | promlib.c | 334 static char stringbuf[32]; in prom_getpropstring() local 336 return (prom_getpropstringA(node, name, stringbuf, sizeof stringbuf)); in prom_getpropstring()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-1999 | 286 * bits/sstream.tcc (stringbuf::seekoff): Long overdue revamp. Make 412 * bits/sstream.tcc (stringbuf::pbackfail): Fix. 413 * testsuite/27_io/stringbuf.cc: Tweak. 527 * bits/std_sstream.h (stringbuf::_M_really_sync): Add __iend as a 595 * testsuite/27_io/stringbuf.cc: Tweak. 1053 * bits/sstream.tcc (stringbuf::overflow): Copy buffer into string 1223 * bits/sstream.tcc (stringbuf::overflow): Don't update the input 1225 * bits/std_sstream.h (stringbuf::str()): Only in stringbufs return 1404 * bits/std_sstream.h (stringbuf::sync): Change to _M_really_sync, 1407 * bits/sstream.tcc (stringbuf::overflow): Tweak. [all …]
|
H A D | ChangeLog-2002 | 2019 * testsuite/27_io/stringbuf.cc: Same. 2042 * testsuite/27_io/stringbuf.cc: Replace content, move to... 3520 * include/bits/sstream.tcc (stringbuf::seekoff): Be strict about 3522 (stringbuf::seekpos): Same. 4162 * testsuite/27_io/stringbuf.cc (test05, test06): New tests. 4366 * include/bits/sstream.tcc: Same, for stringbuf, wstringbuf, 5136 * testsuite/27_io/stringbuf.cc: Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | sstream | 84 /// Place to stash in || out || in | out settings for current stringbuf. 468 * The buffer is deallocated by the stringbuf object, not the 626 * The buffer is deallocated by the stringbuf object, not the 780 * The buffer is deallocated by the stringbuf object, not the
|
H A D | iosfwd | 147 typedef basic_stringbuf<char> stringbuf;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
H A D | run_doxygen | 434 for f in ios streambuf istream ostream iostream stringbuf \
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
H A D | run_doxygen | 399 for f in ios streambuf istream ostream iostream stringbuf \
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | sstream | 104 /// Place to stash in || out || in | out settings for current stringbuf. 621 * The buffer is deallocated by the stringbuf object, not the 845 * The buffer is deallocated by the stringbuf object, not the 1065 * The buffer is deallocated by the stringbuf object, not the
|
H A D | iosfwd | 147 typedef basic_stringbuf<char> stringbuf;
|