Searched refs:fputs (Results 1 – 20 of 20) sorted by relevance
| /picolibc-latest/newlib/libc/stdlib/ |
| D | getopt.c | 331 fputs (argv[0], stderr); in getopt_internal() 332 fputs (": option `", stderr); in getopt_internal() 333 fputs (argv[data->optind], stderr); in getopt_internal() 334 fputs ("' is ambiguous (could be `--", stderr); in getopt_internal() 335 fputs (longopts[longopt_match].name, stderr); in getopt_internal() 336 fputs ("' or `--", stderr); in getopt_internal() 337 fputs (longopts[optindex].name, stderr); in getopt_internal() 338 fputs ("')\n", stderr); in getopt_internal() 358 fputs (argv[0], stderr); in getopt_internal() 359 fputs (": invalid option -- `-", stderr); in getopt_internal() [all …]
|
| /picolibc-latest/test/ |
| D | test-mktemp.c | 102 fputs(MESSAGE, f); in main() 116 fputs(MESSAGE, f); in main() 132 fputs(MESSAGE, f); in main()
|
| D | test-fopen.c | 86 fputs(MESSAGE, f); in main() 93 fputs(MESSAGE, f); in main()
|
| D | test-fgets-eof.c | 55 fputs(string, file); in main()
|
| D | test-ungetc-ftell.c | 53 fputs(str, file); in main()
|
| D | test-put.c | 81 a = fputs("fputs\n", stdout); in main()
|
| /picolibc-latest/newlib/libc/stdio/ |
| D | fputs.c | 82 #define fputs fputs_unlocked macro 89 fputs ( in fputs() function
|
| D | stdio.tex | 63 * Function fputs:: Write a character string in a file or stream 181 @include stdio/fputs.def
|
| D | meson.build | 57 'fputs.c',
|
| D | stdio.h | 365 int fputs (const char *__restrict, FILE *__restrict);
|
| /picolibc-latest/picocrt/machine/arm/ |
| D | crt0.c | 326 fputs(prefix, stdout); in arm_fault_write_reg() 367 fputs("ARM fault: ", stdout); in arm_fault() 368 fputs(reasons[reason], stdout); in arm_fault() 435 fputs("ARM fault: ", stdout); in arm_fault() 436 fputs(reasons[reason], stdout); in arm_fault()
|
| /picolibc-latest/picocrt/machine/aarch64/ |
| D | crt0.c | 247 fputs(prefix, stdout); in aarch64_fault_write_reg() 281 fputs("AARCH64 fault: ", stdout); in aarch64_fault() 282 fputs(reasons[reason], stdout); in aarch64_fault()
|
| /picolibc-latest/newlib/libc/tinystdio/ |
| D | fputs.c | 35 fputs(const char *str, FILE *stream) in fputs() function
|
| D | CMakeLists.txt | 71 fputs.c
|
| D | meson.build | 73 'fputs.c',
|
| D | stdio.h | 235 int fputs(const char *__str, FILE *__stream);
|
| /picolibc-latest/newlib/libc/machine/spu/ |
| D | fputs.c | 50 fputs (char const *__restrict s, in fputs() function
|
| /picolibc-latest/doc/ |
| D | printf.md | 29 * Printf optimizations in the compiler which map to puts or fputs now
|
| /picolibc-latest/newlib/ |
| D | ChangeLog-2015 | 626 * libc/stdio/fputs.c (_puts_r): Add missing CHECK_INIT(). 1209 * libc/stdio/fputs.c: Add __IMPL_UNLOCKED__ overrides. 2193 libc/stdio/fgets.c, libc/stdio/fputs.c, libc/stdio/fread.c, 2379 libc/machine/spu/fopen.c, libc/machine/spu/fputs.c, 2388 libc/stdio/fprintf.c, libc/stdio/fputs.c, 2422 * newlib/libc/stdlib/getopt.c (getopt_internal): Use fputs()/fputc() 3137 * libc/stdio/fputs.c (_fputs_r): Use _FVWRITE_IN_STREAMIO to 7425 * libc/stdio/fputs.c (_fputs_r): Set stream orientation. 10274 * libc/machine/spu/fputs.c: Ditto. 10632 * libc/machine/spu/fputs.c: Ditto. [all …]
|
| /picolibc-latest/ |
| D | COPYING.picolibc | 1996 newlib/libc/tinystdio/fputs.c 2137 newlib/libc/machine/spu/fputs.c 4466 newlib/libc/stdio/fputs.c
|