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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfputws.c66 if (__fputwc_unlock(*ws++, fp) == WEOF) {
H A Dfputwc.c52 __fputwc_unlock(wchar_t wc, FILE *fp) function
110 r = __fputwc_unlock(wc, fp);
H A Dlocal.h79 extern wint_t __fputwc_unlock(wchar_t, FILE *);
H A Dvfwprintf.c210 return (__fputwc_unlock(wc, fp));

Completed in 336 milliseconds