Searched refs:__FPUTC_UNLOCKED (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | uClibc_stdio.h | 387 #define __FPUTC_UNLOCKED(__c, __stream) (__fputc_unlocked)((__c),(__stream)) macro 478 # undef __FPUTC_UNLOCKED 479 # define __FPUTC_UNLOCKED(__c, __stream) \ macro 486 # define __PUTC_UNLOCKED(__c, __stream) __FPUTC_UNLOCKED((__c), (__stream)) 504 # define __FPUTC(__c, __stream) __FPUTC_UNLOCKED((__c),(__stream)) 506 # define __PUTC(__c, __stream) __FPUTC_UNLOCKED((__c),(__stream))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | stdio.h | 912 #define fputc_unlocked(_ch, _fp) __FPUTC_UNLOCKED(_ch, _fp)
|
Completed in 5 milliseconds