Re: PRINTF, STDOUT

2006-11-30 Thread Daniel Eischen
On Thu, 30 Nov 2006, Christopher Olsen wrote: 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 __

PRINTF, STDOUT

2006-11-30 Thread Christopher Olsen
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 copie