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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstdio.h925 #define _putc_nolock(_c,_stream) _fputc_nolock(_c,_stream) macro
927 #define _putchar_nolock(_c) _putc_nolock((_c),stdout)
H A Dtchar.h574 #define _puttc_nolock _putc_nolock
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstdio.h925 #define _putc_nolock(_c,_stream) _fputc_nolock(_c,_stream) macro
927 #define _putchar_nolock(_c) _putc_nolock((_c),stdout)
H A Dtchar.h574 #define _puttc_nolock _putc_nolock

Completed in 87 milliseconds