append_str
static int append_str(char *buf, char **curp, int *lenp, const char *s)
static void append_str(char *dst, const char *src, size_t dst_cap)