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

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c730 * This function concatenates append to the text described in the buf_ctrl
736 cat_and_count(struct dm_buf *buf_ctrl, char *append) argument
740 while ((buf_ctrl->offset + (int)strlen(append))
741 >= buf_ctrl->allocation) {
743 if ((buf_ctrl->text_buffer =
744 (char *)realloc(buf_ctrl->text_buffer,
745 buf_ctrl->allocation + BLK_SIZE)) == NULL) {
748 free(buf_ctrl->text_buffer);
753 (void) memset(buf_ctrl->text_buffer +
754 buf_ctrl
[all...]

Completed in 15 milliseconds