commp_add_str
extern int commp_add_str(char **, const char *, int);
if ((ret = commp_add_str(&origin->o_username, name, strlen(name))) != 0)
if ((ret = commp_add_str(&origin->o_nettype, nettype,
if ((ret = commp_add_str(&origin->o_addrtype, addrtype,
if ((ret = commp_add_str(&origin->o_address, address,
return (commp_add_str(&session->s_name, name, strlen(name)));
return (commp_add_str(information, value, strlen(value)));
return (commp_add_str(&session->s_uri, uri, strlen(uri)));
if ((ret = commp_add_str(&new_conn->c_nettype, nettype,
if ((ret = commp_add_str(&new_conn->c_addrtype, addrtype,
if ((ret = commp_add_str(&new_conn->c_address, address,
if ((ret = commp_add_str(&new_bw->b_type, type, strlen(type))) != 0) {
if ((ret = commp_add_str(&new_zone->z_offset, offset,
if ((ret = commp_add_str(&((*key)->k_method), method,
if ((ret = commp_add_str(&((*key)->k_enckey), enckey,
if ((ret = commp_add_str(&new_attr->a_name, name, strlen(name))) != 0)
if ((ret = commp_add_str(&new_attr->a_value, value,
if ((ret = commp_add_str(&new_media->m_name, name, strlen(name))) != 0)
if ((ret = commp_add_str(&new_media->m_proto, protocol,