custr_append
(void) custr_append(cus, macbuf);
(void) custr_append(cus, ipbuf);
if (custr_append(hl->hl_date, "<Unknown date>") != 0) {
if (custr_append(hl->hl_date, c) != 0) {
(void) custr_append(s->s_errstr, error);
#define sbuf_cat(s, str) custr_append((s)->s_custr, (str))
int custr_append(custr_t *, const char *);
if (custr_append(cus, s) != 0) {
if (custr_append(str, attr) != 0) {
if (i > 0 && custr_append(str, ", ") != 0) {
(void) custr_append(s->s_errstr, error);
if (custr_append(st_custr, s) == -1) {
VERIFY0(custr_append(cu, "12345"));
VERIFY0(custr_append(cu, "456"));
VERIFY0(custr_append(cu, "12345"));
if (name != NULL && custr_append(p->p_name, name) < 0)
VERIFY0(custr_append(p->p_name, name));