Searched refs:textbuf (Results 1 – 2 of 2) sorted by relevance
165 char *bgstr, *textbuf = NULL; in main() local441 (textbuf = (char *)malloc((5 + 9)*75)) != NULL) in main()452 p = textbuf + TEXT_TITLE_OFFSET; in main()482 p = textbuf + TEXT_AUTHOR_OFFSET; in main()512 p = textbuf + TEXT_DESC_OFFSET; in main()522 if ((len = p - (textbuf + TEXT_DESC_OFFSET)) > 1) { in main()527 wpng_info.desc = textbuf + TEXT_DESC_OFFSET; in main()529 p = textbuf + TEXT_DESC_OFFSET; in main()552 p = textbuf + TEXT_COPY_OFFSET; in main()582 p = textbuf + TEXT_EMAIL_OFFSET; in main()[all …]
493 char textbuf[_TEXTBUF_SIZE + 1]; // extra 1 in case LF at end in _M_write() local494 char * nextblock = buf, * ptrtextbuf = textbuf; in _M_write()495 char * endtextbuf = textbuf + _TEXTBUF_SIZE; in _M_write()519 char * writetextbuf = textbuf; in _M_write()520 for (size_t NumberOfBytesToWrite = (size_t)(ptrtextbuf - textbuf); in _M_write()