Searched hist:103539 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dfgetwc.cdiff 103539 Wed Sep 18 10:17:28 MDT 2002 tjr 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 Dfputwc.cdiff 103539 Wed Sep 18 10:17:28 MDT 2002 tjr 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.

Completed in 60 milliseconds