Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dputchar.c42 #undef putchar_unlocked
44 __strong_reference(putchar, putchar_unlocked);
46 int putchar_unlocked(int c) { return putchar(c); } in putchar_unlocked() function
Dstdio.h377 int putchar_unlocked (int);
381 #define putchar_unlocked(c, f) fgetc(c, stdin) macro
/picolibc-latest/newlib/libc/stdio/
Dputchar_u.c61 #undef putchar_unlocked
64 putchar_unlocked ( in putchar_unlocked() function
Dstdio.h517 int putchar_unlocked (int);
768 #define putchar_unlocked(_c) _putchar_unlocked(_c) macro
792 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro
Dstdio.tex90 * Function putchar_unlocked:: Write a character on standard output (macro)
/picolibc-latest/newlib/
DChangeLog-201518250 getchar_unlocked, putc_unlocked and putchar_unlocked.