Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtrace_ext.c70 int putchar(int c) in putchar() function
100 int putchar(int c) in putchar() function
/optee_os/lib/libutils/isoc/
H A Dfputc.c14 return putchar(c); in fputc()
/optee_os/lib/libutils/isoc/include/
H A Dstdio.h27 int putchar(int c);
/optee_os/lib/libutils/ext/
H A Dsnprintk.c98 #define putchar(c, flags, tty) \ macro
216 putchar((C), oflags, vp); \
/optee_os/core/lib/zlib/
H A Dinflate.c367 putchar(','); in makefixed()
378 putchar(','); in makefixed()
/optee_os/
H A DCHANGELOG.md974 * libutee: printf() and puts() fixes, add putchar() ([#1759], [#1754])