Lines Matching refs:tmpbuf

76 static DYNBUF tmpbuf;  variable
160 free_DYN(&tmpbuf); in _nc_leaks_dump_entry()
790 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
794 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
804 tmpbuf.text[tmpbuf.used - 1] = '\n'; in fmt_complex()
807 indent_DYN(&tmpbuf, level); in fmt_complex()
808 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
809 strncpy_DYN(&tmpbuf, src, (size_t) 1); in fmt_complex()
813 strncpy_DYN(&tmpbuf, "\n", (size_t) 1); in fmt_complex()
814 indent_DYN(&tmpbuf, level + 1); in fmt_complex()
817 indent_DYN(&tmpbuf, level + 1); in fmt_complex()
818 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
819 strncpy_DYN(&tmpbuf, src, (size_t) 1); in fmt_complex()
823 strncpy_DYN(&tmpbuf, "\n", (size_t) 1); in fmt_complex()
824 indent_DYN(&tmpbuf, level + 1); in fmt_complex()
840 tmpbuf.text[tmpbuf.used - 1] = '\n'; in fmt_complex()
841 indent_DYN(&tmpbuf, level); in fmt_complex()
842 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
843 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
847 tmpbuf.text[tmpbuf.used++] = '\n'; in fmt_complex()
848 indent_DYN(&tmpbuf, level); in fmt_complex()
859 if (percent && params && !leading_DYN(&tmpbuf, "%")) { in fmt_complex()
860 tmpbuf.text[tmpbuf.used - 1] = '\n'; in fmt_complex()
861 indent_DYN(&tmpbuf, level + 1); in fmt_complex()
862 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
867 strncpy_DYN(&tmpbuf, "\\s", (size_t) 2); in fmt_complex()
874 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
1173 strcpy_DYN(&tmpbuf, 0); in fmt_entry()
1174 strcpy_DYN(&tmpbuf, name); in fmt_entry()
1175 strcpy_DYN(&tmpbuf, "="); in fmt_entry()
1181 strcpy_DYN(&tmpbuf, src); in fmt_entry()
1184 WRAP_CONCAT1(tmpbuf.text); in fmt_entry()