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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfputws.c48 if (__fputwc_unlock(*ws++, fp) == WEOF) {
H A Dfputwc.c40 __fputwc_unlock(wchar_t wc, FILE *fp) function
83 r = __fputwc_unlock(wc, fp);
/bionic/libc/stdio/
H A Dlocal.h252 wint_t __fputwc_unlock(wchar_t wc, FILE* fp);
H A Dprintf_common.h747 // Like __fputwc_unlock, but handles fake string (__SSTR) files properly.
750 if ((fp->_flags & __SSTR) == 0) return __fputwc_unlock(wc, fp);

Completed in 103 milliseconds