Searched refs:strcpy_DYN (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/ncurses/progs/ |
| HD | dump_entry.c | 128 strcpy_DYN(DYNBUF * dst, const char *src) in strcpy_DYN() function 132 strcpy_DYN(dst, ""); in strcpy_DYN() 411 strcpy_DYN(&outbuf, trailer); in force_wrap() 425 strcpy_DYN(&outbuf, src); in wrap_concat() 426 strcpy_DYN(&outbuf, separator); in wrap_concat() 623 strcpy_DYN(&outbuf, 0); in fmt_entry() 627 strcpy_DYN(&outbuf, tterm->term_names); in fmt_entry() 641 strcpy_DYN(&outbuf, separator); in fmt_entry() 831 strcpy_DYN(&tmpbuf, 0); in fmt_entry() 832 strcpy_DYN(&tmpbuf, name); in fmt_entry() [all …]
|