Home
last modified time | relevance | path

Searched defs:putchar_unlocked (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dputchar.c46 int putchar_unlocked(int c) { return putchar(c); } in putchar_unlocked() function
Dstdio.h381 #define putchar_unlocked(c, f) fgetc(c, stdin) macro
/picolibc-latest/newlib/libc/stdio/
Dputchar_u.c64 putchar_unlocked ( in putchar_unlocked() function
Dstdio.h768 #define putchar_unlocked(_c) _putchar_unlocked(_c) macro
792 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro