Searched refs:sb_str (Results 1 – 1 of 1) sorted by relevance
965 char *sb_str; in sip_sent_by_to_str() local987 sb_str = malloc(sb_len + 1); in sip_sent_by_to_str()988 if (sb_str == NULL) { in sip_sent_by_to_str()995 p = sb_str; in sip_sent_by_to_str()1008 sb_str[sb_len] = '\0'; in sip_sent_by_to_str()1010 return (sb_str); in sip_sent_by_to_str()