vlist_append
if ((nerr = vlist_append(vlistp, vcntp, 0)) != 0)
if (nerr || (nerr = vlist_append(vlistp, vcntp, value)))
nerr = vlist_append(vlistp, vcntp, 0);