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

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.h70 extern int commp_add_str(char **, const char *, int);
H A Dsdp.c316 if ((ret = commp_add_str(&origin->o_username, name, strlen(name))) != 0)
318 if ((ret = commp_add_str(&origin->o_nettype, nettype,
322 if ((ret = commp_add_str(&origin->o_addrtype, addrtype,
326 if ((ret = commp_add_str(&origin->o_address, address,
348 return (commp_add_str(&session->s_name, name, strlen(name)));
362 return (commp_add_str(information, value, strlen(value)));
376 return (commp_add_str(&session->s_uri, uri, strlen(uri)));
426 if ((ret = commp_add_str(&new_conn->c_nettype, nettype,
430 if ((ret = commp_add_str(&new_conn->c_addrtype, addrtype,
434 if ((ret = commp_add_str(
[all...]
H A Dcommp_util.c176 commp_add_str(char **dest, const char *src, int len) function

Completed in 47 milliseconds