Searched hist:"0 b7bc80226a5e70af58cce04b29957d71786e835" (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | fputwc.c | diff 0b7bc80226a5e70af58cce04b29957d71786e835 Wed Sep 18 14:17:28 CEST 2002 Tim J. Robbins <tjr@FreeBSD.org> Optimise the common case where no special encoding is in use (LC_CTYPE is "C" or "POSIX", other European locales). Use __sgetc() and __sputc() where possible to avoid a wasteful lock and unlock for each byte and to avoid function call overhead. diff 0b7bc80226a5e70af58cce04b29957d71786e835 Wed Sep 18 14:17:28 CEST 2002 Tim J. Robbins <tjr@FreeBSD.org> Optimise the common case where no special encoding is in use (LC_CTYPE is "C" or "POSIX", other European locales). Use __sgetc() and __sputc() where possible to avoid a wasteful lock and unlock for each byte and to avoid function call overhead.
|
H A D | fgetwc.c | diff 0b7bc80226a5e70af58cce04b29957d71786e835 Wed Sep 18 14:17:28 CEST 2002 Tim J. Robbins <tjr@FreeBSD.org> Optimise the common case where no special encoding is in use (LC_CTYPE is "C" or "POSIX", other European locales). Use __sgetc() and __sputc() where possible to avoid a wasteful lock and unlock for each byte and to avoid function call overhead. diff 0b7bc80226a5e70af58cce04b29957d71786e835 Wed Sep 18 14:17:28 CEST 2002 Tim J. Robbins <tjr@FreeBSD.org> Optimise the common case where no special encoding is in use (LC_CTYPE is "C" or "POSIX", other European locales). Use __sgetc() and __sputc() where possible to avoid a wasteful lock and unlock for each byte and to avoid function call overhead.
|