PRINTF, STDOUT
- From: Christopher Olsen <cwolsen@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 30 Nov 2006 19:54:47 +0000
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
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: PRINTF, STDOUT
- From: Daniel Eischen
- Re: PRINTF, STDOUT
- Prev by Date: Re: Van Jacobson's network stack restructure
- Next by Date: Re: PRINTF, STDOUT
- Previous by thread: Driver not unset properly after kldunload
- Next by thread: Re: PRINTF, STDOUT
- Index(es):