Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h391 #define __PUTC(__c, __stream) (fputc)((__c),(__stream)) macro
471 # undef __PUTC
472 # define __PUTC(__c, __stream) __PUTC_UNLOCKED_MACRO((__c), (__stream))
498 # undef __PUTC
499 # define __PUTC(__c, __stream) __FPUTC((__c), (__stream)) macro
505 # undef __PUTC
506 # define __PUTC(__c, __stream) __FPUTC_UNLOCKED((__c),(__stream)) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h532 #define putc(_ch, _fp) __PUTC(_ch, _fp)
916 #define putchar(_ch) __PUTC((_ch), __stdout)

Completed in 5 milliseconds