Searched refs:__PUTC_UNLOCKED (Results 1 – 2 of 2) sorted by relevance
390 #define __PUTC_UNLOCKED(__c, __stream) (__fputc_unlocked)((__c),(__stream)) macro467 # undef __PUTC_UNLOCKED468 # define __PUTC_UNLOCKED(__c, __stream) \485 # undef __PUTC_UNLOCKED486 # define __PUTC_UNLOCKED(__c, __stream) __FPUTC_UNLOCKED((__c), (__stream)) macro
907 #define putc_unlocked(_ch, _fp) __PUTC_UNLOCKED(_ch, _fp)920 #define putchar_unlocked(_ch) __PUTC_UNLOCKED((_ch), __stdout)
Completed in 5 milliseconds