Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Ddump_entry.c133 strcpy_DYN(DYNBUF * dst, const char *src) in strcpy_DYN() function
137 strcpy_DYN(dst, ""); in strcpy_DYN()
426 strcpy_DYN(&outbuf, trailer); in force_wrap()
625 strcpy_DYN(&outbuf, align); in wrap_concat()
644 strcpy_DYN(&outbuf, align); in wrap_concat()
645 strcpy_DYN(&outbuf, fill + step); in wrap_concat()
648 strcpy_DYN(&outbuf, separator); in wrap_concat()
654 strcpy_DYN(&outbuf, src); in wrap_concat()
656 strcpy_DYN(&outbuf, separator); in wrap_concat()
934 strcpy_DYN(&outbuf, 0); in fmt_entry()
[all …]