Home
last modified time | relevance | path

Searched refs:tbuf_cookie (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/lib/libc/gen/
H A Dsyslog.c146 struct bufcookie tbuf_cookie; in vsyslog1() local
168 tbuf_cookie.base = tbuf; in vsyslog1()
169 tbuf_cookie.left = sizeof(tbuf); in vsyslog1()
170 fp = fwopen(&tbuf_cookie, writehook); in vsyslog1()
203 stdp = tbuf + (sizeof(tbuf) - tbuf_cookie.left); in vsyslog1()
272 cnt = sizeof(tbuf) - tbuf_cookie.left; in vsyslog1()