Searched refs:strcpyend (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/top/dist/ |
| H A D | utils.c | 235 strcpyend(char *to, const char *from) in strcpyend() function 322 resp = strcpyend(resp, p); in string_list() 325 resp = strcpyend(resp, ", "); in string_list()
|
| H A D | display.c | 258 p = strcpyend(p, color_setstr(0)); in display_move() 278 p = strcpyend(p, color_setstr(color)); in display_move() 876 p = strcpyend(scratchbuf, "cpu."); in display_init() 888 p = strcpyend(scratchbuf, "kernel."); in display_init() 899 p = strcpyend(scratchbuf, "memory."); in display_init() 911 p = strcpyend(scratchbuf, "swap."); in display_init()
|
| H A D | utils.h | 48 char *strcpyend(char *, const char *);
|