Searched refs:putc (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | fputc.c | 48 #undef putc 51 __strong_reference(fputc, putc); 54 int putc(int c, FILE *stream) { return fputc(c, stream); } in putc() function
|
D | putchar.c | 39 return putc(c, stdout); in putchar()
|
D | stdio.h | 219 int putc(int __c, FILE *__stream); 221 #define putc(__c, __stream) fputc(__c, __stream) macro
|
/picolibc-latest/newlib/libc/stdio/ |
D | putc.c | 78 #undef putc 81 putc ( in putc() function
|
D | putchar.c | 73 return putc ( c, stdout ); in putchar()
|
D | fputc.c | 97 result = putc ( ch, file); in fputc()
|
D | stdio.h | 369 int putc (int, FILE *); 761 #define putc(_c, _p) _sputc( _c, _p) macro 788 #define putchar(x) putc(x, stdout)
|
D | stdio.tex | 87 * Function putc:: Write a character on a stream or file (macro) 253 @include stdio/putc.def
|
D | meson.build | 79 'putc.c',
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | putc.c | 50 putc (c, fp) in putc() function
|
/picolibc-latest/test/ |
D | test-put.c | 69 a = putc('X', stdout); in main()
|
/picolibc-latest/doc/ |
D | os.md | 24 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/ |
D | ChangeLog-2015 | 2975 * 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/ |
D | COPYING.picolibc | 2148 newlib/libc/machine/spu/putc.c 4491 newlib/libc/stdio/putc.c
|