Lines Matching refs:tmpbuf
74 static DYNBUF tmpbuf; variable
160 free_DYN(&tmpbuf); in _nc_leaks_dump_entry()
783 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
787 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
797 tmpbuf.text[tmpbuf.used - 1] = '\n'; in fmt_complex()
800 indent_DYN(&tmpbuf, level); in fmt_complex()
801 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
802 strncpy_DYN(&tmpbuf, src, (size_t) 1); in fmt_complex()
806 strncpy_DYN(&tmpbuf, "\n", (size_t) 1); in fmt_complex()
807 indent_DYN(&tmpbuf, level + 1); in fmt_complex()
810 indent_DYN(&tmpbuf, level + 1); in fmt_complex()
811 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
812 strncpy_DYN(&tmpbuf, src, (size_t) 1); in fmt_complex()
816 strncpy_DYN(&tmpbuf, "\n", (size_t) 1); in fmt_complex()
817 indent_DYN(&tmpbuf, level + 1); in fmt_complex()
833 tmpbuf.text[tmpbuf.used - 1] = '\n'; in fmt_complex()
834 indent_DYN(&tmpbuf, level); in fmt_complex()
835 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
836 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
840 tmpbuf.text[tmpbuf.used++] = '\n'; in fmt_complex()
841 indent_DYN(&tmpbuf, level); in fmt_complex()
852 if (percent && params && !leading_DYN(&tmpbuf, "%")) { in fmt_complex()
853 tmpbuf.text[tmpbuf.used - 1] = '\n'; in fmt_complex()
854 indent_DYN(&tmpbuf, level + 1); in fmt_complex()
855 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
861 strncpy_DYN(&tmpbuf, "\\s", (size_t) 2); in fmt_complex()
868 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
1164 strcpy_DYN(&tmpbuf, 0); in fmt_entry()
1165 strcpy_DYN(&tmpbuf, name); in fmt_entry()
1166 strcpy_DYN(&tmpbuf, "="); in fmt_entry()
1172 strcpy_DYN(&tmpbuf, src); in fmt_entry()
1175 WRAP_CONCAT1(tmpbuf.text); in fmt_entry()