Home
last modified time | relevance | path

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

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