Lines Matching refs:tbuf
141 char hostname[MAXHOSTNAMELEN], *stdp, tbuf[MAXLINE], fmt_cpy[MAXLINE], in vsyslog1() local
166 tbuf_cookie.base = tbuf; in vsyslog1()
167 tbuf_cookie.left = sizeof(tbuf); in vsyslog1()
201 stdp = tbuf + (sizeof(tbuf) - tbuf_cookie.left); in vsyslog1()
270 cnt = sizeof(tbuf) - tbuf_cookie.left; in vsyslog1()
273 if (tbuf[cnt - 1] == '\n') in vsyslog1()
282 v->iov_len = cnt - (stdp - tbuf); in vsyslog1()
302 if (send(LogFile, tbuf, cnt, 0) < 0) { in vsyslog1()
306 if (send(LogFile, tbuf, cnt, 0) >= 0) in vsyslog1()
323 p = strchr(tbuf, '>') + 3; in vsyslog1()
325 v->iov_len = cnt - (p - tbuf); in vsyslog1()