Searched defs:putchar (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dstdio.h80 putchar (int __c) function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dstdio.h80 putchar (int __c) function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dsystem.h80 # undef putchar macro
81 # define putchar(C) putchar_unlocked (C) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dpthread.h631 #define putchar(...) (pthread_testcancel(), putchar(__VA_ARGS__)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dpthread.h631 #define putchar(...) (pthread_testcancel(), putchar(__VA_ARGS__)) macro

Completed in 90 milliseconds