Searched refs:fputc (Results 1 – 16 of 16) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | fputc.c | 35 fputc(int c, FILE *stream) in fputc() function 49 __strong_reference(fputc, putc); 51 int putc(int c, FILE *stream) { return fputc(c, stream); } in putc()
|
D | stdio.h | 220 int fputc(int __c, FILE *__stream); 223 #define putc(__c, __stream) fputc(__c, __stream) 224 #define putchar(__c) fputc(__c, stdout)
|
D | CMakeLists.txt | 69 fputc.c
|
D | meson.build | 69 'fputc.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | fputc.c | 91 fputc ( in fputc() function
|
D | sfputs.c | 16 if (fputc (buf[i], fp) == EOF) in __sfputs()
|
D | stdio.tex | 62 * fputc:: Write a character on a stream or file 178 @include stdio/fputc.def
|
D | meson.build | 54 'fputc.c',
|
D | stdio.h | 366 int fputc (int, FILE *);
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | fputc.c | 49 fputc (c, fp) in fputc() function
|
/picolibc-3.7.0-3.6.0/test/ |
D | test-put.c | 75 a = fputc('Z', stdout); in main()
|
D | t_fmemopen.c | 1017 ATF_CHECK(fputc(t->s[i], fp) == t->s[i]); in ATF_TC_BODY() 1030 ATF_CHECK(fputc(0x1, fp) == EOF); in ATF_TC_BODY() 1038 ATF_CHECK(fputc('\0', fp) == '\0'); in ATF_TC_BODY() 1043 ATF_CHECK(fputc('\0', fp) == EOF); in ATF_TC_BODY() 1095 ATF_CHECK(fputc('\0', fp) == EOF); in ATF_TC_BODY() 1133 ATF_CHECK(fputc(t->s[i - len], fp) in ATF_TC_BODY() 1146 ATF_CHECK(fputc(0x1, fp) == EOF); in ATF_TC_BODY() 1152 ATF_CHECK(fputc('\0', fp) == '\0'); in ATF_TC_BODY() 1158 ATF_CHECK(fputc('\0', fp) == EOF); in ATF_TC_BODY()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | getopt.c | 360 fputc (argv[data->optind][data->optwhere], stderr); in getopt_internal() 403 fputc ('-', stderr); in getopt_internal() 409 fputc (*cp, stderr); in getopt_internal()
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 516 value on buffer overflow, add ftello/fseeko, fputc return value,
|
D | COPYING.picolibc | 1911 newlib/libc/tinystdio/fputc.c 2052 newlib/libc/machine/spu/fputc.c 4371 newlib/libc/stdio/fputc.c
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 1207 * libc/stdio/fputc.c: Document unlocked variants. 2422 * newlib/libc/stdlib/getopt.c (getopt_internal): Use fputs()/fputc() 2970 * libc/stdio/fputc.c (fputc): Likewise. 10273 * libc/machine/spu/fputc.c: Ditto. 10631 * libc/machine/spu/fputc.c: Ditto. 10967 * libc/machine/spu/fputc.c: Ditto. 11276 * libc/stdio/fputc.c: Ditto. 11468 * libc/stdio/fputc.c: Ditto. 12994 * libc/stdio/fputc.c (fputc): Ditto. 13987 libc/stdio/fputc.c libc/stdio/fputs.c libc/stdio/fread.c, [all …]
|