Home
last modified time | relevance | path

Searched refs:slstr (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libsip/common/
H A Dsip_headers.c904 char *slstr; in _sip_startline_to_str() local
918 if ((slstr = malloc(len + 1)) == NULL) { in _sip_startline_to_str()
924 (void) strncpy(slstr, sip_msg->sip_msg_start_line->sip_hdr_start, len); in _sip_startline_to_str()
926 slstr[len] = '\0'; in _sip_startline_to_str()
927 return (slstr); in _sip_startline_to_str()