Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2006 19:54:47 +0000
From:      Christopher Olsen <cwolsen@domainatlantic.com>
To:        freebsd-hackers@freebsd.org
Subject:   PRINTF, STDOUT
Message-ID:  <200611301954.47319.cwolsen@domainatlantic.com>

next in thread | raw e-mail | index | archive | help
Hello,

I've been tracing the printf function from the FreeBSD 6.x libc... I'm trying 
to figure out what mechanism transfers the data from the processes FILE to 
the system so it's written out to the screen... 

>From my findings I get to a function __sfvwrite(FILE,buf) {}

however this just copies into the FILE's buffer and there are no systems 
between this point and returning back from the printf call

-Christopher



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611301954.47319.cwolsen>