Lines Matching refs:strncpy_DYN
118 strncpy_DYN(DYNBUF * dst, const char *src, size_t need) in strncpy_DYN() function
139 strncpy_DYN(dst, src, strlen(src)); in strcpy_DYN()
632 strncpy_DYN(&outbuf, fill + step, (size_t) size); in wrap_concat()
720 strncpy_DYN(buffer, "\t", (size_t) 1); in indent_DYN()
788 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
792 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
806 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
807 strncpy_DYN(&tmpbuf, src, (size_t) 1); in fmt_complex()
811 strncpy_DYN(&tmpbuf, "\n", (size_t) 1); in fmt_complex()
816 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
817 strncpy_DYN(&tmpbuf, src, (size_t) 1); in fmt_complex()
821 strncpy_DYN(&tmpbuf, "\n", (size_t) 1); in fmt_complex()
840 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
841 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()
860 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
865 strncpy_DYN(&tmpbuf, "\\s", (size_t) 2); in fmt_complex()
872 strncpy_DYN(&tmpbuf, src++, (size_t) 1); in fmt_complex()