Home
last modified time | relevance | path

Searched refs:strncpy_DYN (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/ncurses/progs/
H A Ddump_entry.c141 strncpy_DYN(dst, src, strlen(src)); in strcpy_DYN()
719 strncpy_DYN(buffer, "\t", (size_t) 1); in indent_DYN()
783 strncpy_DYN(&tmpbuf, src++, (size_t) 1); 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()
811 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
812 strncpy_DYN(&tmpbuf, src, (size_t) 1); in fmt_complex()
835 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
855 strncpy_DYN(&tmpbuf, "%", (size_t) 1); in fmt_complex()
[all …]