Home | History | Annotate | Download | only in gregbook

Lines Matching refs:textbuf

165     char *bgstr, *textbuf = NULL;
441 (textbuf = (char *)malloc((5 + 9)*75)) != NULL)
452 p = textbuf + TEXT_TITLE_OFFSET;
482 p = textbuf + TEXT_AUTHOR_OFFSET;
512 p = textbuf + TEXT_DESC_OFFSET;
522 if ((len = p - (textbuf + TEXT_DESC_OFFSET)) > 1) {
527 wpng_info.desc = textbuf + TEXT_DESC_OFFSET;
529 p = textbuf + TEXT_DESC_OFFSET;
552 p = textbuf + TEXT_COPY_OFFSET;
582 p = textbuf + TEXT_EMAIL_OFFSET;
612 p = textbuf + TEXT_URL_OFFSET;
675 /* free textbuf, since it's a completely local variable and all text info
678 if (text && textbuf) {
679 free(textbuf);
680 textbuf = NULL;