Searched refs:__fputwc_unlock (Results 1 – 4 of 4) sorted by relevance
40 __fputwc_unlock(wchar_t wc, FILE *fp) in __fputwc_unlock() function83 r = __fputwc_unlock(wc, fp); in fputwc()
48 if (__fputwc_unlock(*ws++, fp) == WEOF) {
253 wint_t __fputwc_unlock(wchar_t wc, FILE* fp);
736 if ((fp->_flags & __SSTR) == 0) return __fputwc_unlock(wc, fp); in xfputwc()