Home
last modified time | relevance | path

Searched refs:_ch (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h532 #define putc(_ch, _fp) __PUTC(_ch, _fp) argument
901 #define fputc(_ch, _fp) __FPUTC(_ch, _fp) argument
907 #define putc_unlocked(_ch, _fp) __PUTC_UNLOCKED(_ch, _fp) argument
912 #define fputc_unlocked(_ch, _fp) __FPUTC_UNLOCKED(_ch, _fp) argument
916 #define putchar(_ch) __PUTC((_ch), __stdout) argument
920 #define putchar_unlocked(_ch) __PUTC_UNLOCKED((_ch), __stdout) argument

Completed in 2 milliseconds