Searched defs:new_content (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.c143 sip_content_t *new_content = NULL; local
193 new_content->sip_content_next = msg_content;
194 new_content = msg_content;
/illumos-gate/usr/src/cmd/man/
H A Dmakewhatis.c178 char *new_content; local
192 if ((new_content = realloc(sbuf->content, size)) == NULL) {
198 sbuf->content = new_content;
199 sbuf->end = new_content + cntsize;
200 sbuf->last = new_content + size - 1;

Completed in 62 milliseconds