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

/freebsd-13-stable/libexec/phttpget/
H A Dphttpget.c78 char *ctext, *pc; local
91 if ((ctext = malloc(ctlen)) == NULL)
93 ctext[ctlen - 1] = 0;
97 * writing 4 bytes to ctext, until we run out of input.
99 for (pt = ptext, pc = ctext; ptlen; ptlen -= 3, pc += 4) {
121 return (ctext);

Completed in 96 milliseconds