Searched refs:strbufc (Results 1 – 1 of 1) sorted by relevance
96 struct strbuf strbufc, strbufd; variable1241 strbufc.maxlen = BUFSIZ; in readstream()1242 strbufc.buf = (char *)ctlbuf; in readstream()1248 ret = getmsg(p, &strbufc, &strbufd, &flags); in readstream()1252 if (strbufc.len <= 0 || ctlbuf[0] == M_DATA) { in readstream()