Lines Matching refs:tbuf
143 char hostname[MAXHOSTNAMELEN], *stdp, tbuf[MAXLINE], fmt_cpy[MAXLINE], in vsyslog1() local
168 tbuf_cookie.base = tbuf; in vsyslog1()
169 tbuf_cookie.left = sizeof(tbuf); in vsyslog1()
203 stdp = tbuf + (sizeof(tbuf) - tbuf_cookie.left); in vsyslog1()
272 cnt = sizeof(tbuf) - tbuf_cookie.left; in vsyslog1()
275 if (tbuf[cnt - 1] == '\n') in vsyslog1()
284 v->iov_len = cnt - (stdp - tbuf); in vsyslog1()
304 if (send(LogFile, tbuf, cnt, 0) < 0) { in vsyslog1()
308 if (send(LogFile, tbuf, cnt, 0) >= 0) in vsyslog1()
325 p = strchr(tbuf, '>') + 3; in vsyslog1()
327 v->iov_len = cnt - (p - tbuf); in vsyslog1()