Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dsyslog.c144 struct bufcookie tbuf_cookie; in vsyslog1() local
166 tbuf_cookie.base = tbuf; in vsyslog1()
167 tbuf_cookie.left = sizeof(tbuf); in vsyslog1()
168 fp = fwopen(&tbuf_cookie, writehook); in vsyslog1()
201 stdp = tbuf + (sizeof(tbuf) - tbuf_cookie.left); in vsyslog1()
270 cnt = sizeof(tbuf) - tbuf_cookie.left; in vsyslog1()