Home
last modified time | relevance | path

Searched refs:putc_unlocked (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dfputc.c49 #undef putc_unlocked
52 __strong_reference(fputc, putc_unlocked);
55 int putc_unlocked(int c, FILE *stream) { return fputc(c, stream); } in putc_unlocked() function
Dstdio.h376 int putc_unlocked (int, FILE *);
380 #define putc_unlocked(c, f) fputc(c, f) macro
/picolibc-latest/newlib/libc/stdio/
Dputc_u.c70 #undef putc_unlocked
73 putc_unlocked ( in putc_unlocked() function
Dfputc_u.c37 return putc_unlocked ( ch, file); in fputc_unlocked()
Dputchar_u.c67 return putc_unlocked (c, stdout); in putchar_unlocked()
Dstdio.h516 int putc_unlocked (int, FILE *);
792 #define putchar_unlocked(x) putc_unlocked(x, stdout)
Dstdio.tex88 * Function putc_unlocked:: Write a character on a stream or file (macro)
/picolibc-latest/newlib/
DChangeLog-201518250 getchar_unlocked, putc_unlocked and putchar_unlocked.