Home
last modified time | relevance | path

Searched refs:__fputwc_unlock (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfputwc.c40 __fputwc_unlock(wchar_t wc, FILE *fp) in __fputwc_unlock() function
83 r = __fputwc_unlock(wc, fp); in fputwc()
Dfputws.c48 if (__fputwc_unlock(*ws++, fp) == WEOF) {
/bionic/libc/stdio/
Dlocal.h253 wint_t __fputwc_unlock(wchar_t wc, FILE* fp);
Dprintf_common.h736 if ((fp->_flags & __SSTR) == 0) return __fputwc_unlock(wc, fp); in xfputwc()