Home
last modified time | relevance | path

Searched refs:putc (Results 1 – 14 of 14) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dfputc.c48 #undef putc
51 __strong_reference(fputc, putc);
54 int putc(int c, FILE *stream) { return fputc(c, stream); } in putc() function
Dputchar.c39 return putc(c, stdout); in putchar()
Dstdio.h219 int putc(int __c, FILE *__stream);
221 #define putc(__c, __stream) fputc(__c, __stream) macro
/picolibc-latest/newlib/libc/stdio/
Dputc.c78 #undef putc
81 putc ( in putc() function
Dputchar.c73 return putc ( c, stdout ); in putchar()
Dfputc.c97 result = putc ( ch, file); in fputc()
Dstdio.h369 int putc (int, FILE *);
761 #define putc(_c, _p) _sputc( _c, _p) macro
788 #define putchar(x) putc(x, stdout)
Dstdio.tex87 * Function putc:: Write a character on a stream or file (macro)
253 @include stdio/putc.def
Dmeson.build79 'putc.c',
/picolibc-latest/newlib/libc/machine/spu/
Dputc.c50 putc (c, fp) in putc() function
/picolibc-latest/test/
Dtest-put.c69 a = putc('X', stdout); in main()
/picolibc-latest/doc/
Dos.md24 pointers for putc, getc, which might be defined as follows:
62 This defines a FILE which can read and write characters using the putc
70 | _FDEV_SETUP_WRITE | Write | putc |
71 | _FDEV_SETUP_RW | Read/Write | putc, getc |
/picolibc-latest/newlib/
DChangeLog-20152975 * libc/stdio/putc.c (putc): Likewise.
5549 to puts.c instead of putc.c.
10286 * libc/machine/spu/putc.c: Ditto.
10645 * libc/machine/spu/putc.c: Ditto.
10966 * libc/machine/spu/putc.c: Ditto.
11285 * libc/stdio/putc.c: Ditto.
11463 read/write functions. Change getc/putc macros to have reentrant underlying
11478 * libc/stdio/putc.c: Ditto.
13003 * libc/stdio/putc.c (putc): Ditto.
13996 libc/stdio/printf.c libc/stdio/putc.c libc/stdio/putc_u.c,
[all …]
/picolibc-latest/
DCOPYING.picolibc2148 newlib/libc/machine/spu/putc.c
4491 newlib/libc/stdio/putc.c