Searched refs:commp_add_str (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcommputil/common/
H A Dcommp_util.h70 extern int commp_add_str(char **, const char *, int);
H A Dsdp.c313 if ((ret = commp_add_str(&origin->o_username, name, strlen(name))) != 0)
315 if ((ret = commp_add_str(&origin->o_nettype, nettype,
319 if ((ret = commp_add_str(&origin->o_addrtype, addrtype,
323 if ((ret = commp_add_str(&origin->o_address, address,
345 return (commp_add_str(&session->s_name, name, strlen(name)));
359 return (commp_add_str(information, value, strlen(value)));
373 return (commp_add_str(&session->s_uri, uri, strlen(uri)));
423 if ((ret = commp_add_str(&new_conn->c_nettype, nettype,
427 if ((ret = commp_add_str(&new_conn->c_addrtype, addrtype,
431 if ((ret = commp_add_str(
[all...]
H A Dcommp_util.c176 commp_add_str(char **dest, const char *src, int len) function

Completed in 551 milliseconds