Home
last modified time | relevance | path

Searched refs:puts (Results 1 – 25 of 25) sorted by relevance

/picolibc-latest/test/
Dtime-tests.c50 puts("Error: struct tm has changed, so these tests probably need adjusting."); in init_struct_tm()
74 puts("Error calling setenv()."); in main()
98 puts("Test t1 failed."); in main()
109 puts("Test t2 failed."); in main()
119 puts("Error calling setenv()."); in main()
143 puts("Test t3 failed."); in main()
154 puts("Test t4 failed."); in main()
176 puts("Test t5 failed."); in main()
204 puts("Test t6 failed."); in main()
221 puts("Test t7 failed."); in main()
[all …]
Dstack-smash.c71 puts("caught expected stack smash"); in __stack_chk_fail()
76 puts("caught unexpected stack smash"); in __stack_chk_fail()
Dtest-put.c78 a = puts("puts"); in main()
Dt_fmemopen.c39 puts(""); \
/picolibc-latest/newlib/testsuite/newlib.iconv/
Diconvnm.c60 puts("iconv names test"); in main()
73 puts(" ... FAILED"); in main()
78 puts(" ... PASSED"); in main()
92 puts(" ... FAILED"); in main()
96 puts(" ... PASSED"); in main()
Diconvjp.c887 puts("JP iconv test"); in main()
970 puts("None of UTF-8, EUC-JP, SHIFT-JIS and UCS-2_INTERNAL converters " in main()
Diconvru.c398 puts("RU iconv test"); in main()
481 puts("None of ISO-8859-5, KOI8-R and UTF-8 converters linked, SKIP test"); in main()
/picolibc-latest/newlib/libc/ssp/
Dchk_fail.c8 #undef puts
18 puts(CHK_FAIL_MSG); in __chk_fail()
Dstack_protector.c53 puts(STACK_CHK_MSG); in __stack_chk_fail_weak()
/picolibc-latest/newlib/libc/machine/spu/
Dputs.c39 puts (char const * s) in puts() function
/picolibc-latest/newlib/libc/machine/xc16x/
Dputs.c15 int puts(const char *s) in puts() function
/picolibc-latest/newlib/libc/machine/nvptx/
Dputs.c23 puts (const char *str) in puts() function
/picolibc-latest/newlib/libc/tinystdio/
Dputs.c35 puts(const char *str) in puts() function
DCMakeLists.txt103 puts.c
Dmeson.build106 'puts.c',
Dstdio.h236 int puts(const char *__str);
/picolibc-latest/newlib/libc/stdio/
Dputs.c67 puts ( in puts() function
Dstdio.tex91 * Function puts:: Write a character string on standard output
265 @include stdio/puts.def
Dmeson.build83 'puts.c',
Dstdio.h371 int puts (const char *);
/picolibc-latest/hello-world/
DREADME.md94 application needs to land there. Picolibc on RISC-V puts _start at the
/picolibc-latest/newlib/
DNEWS73 - new reduced "tiny" code size printf and puts support
DChangeLog-20153141 * libc/stdio/puts.c (_puts_r): Ditto.
3315 * libc/stdio/puts.c (_puts_r): Fix typo in previous patch. Add local
3320 * libc/stdio/puts.c: Add fp locking and use _stdout_r macro
5549 to puts.c instead of putc.c.
5572 * libc/machine/xc16x/puts.c: Ditto.
7438 * libc/stdio/puts.c (_puts_r): Set stream orientation.
10288 * libc/machine/spu/puts.c: Ditto.
10647 * libc/machine/spu/puts.c: Ditto.
10942 * libc/machine/spu/puts.c: Ditto.
11091 * libc/machine/spu/puts.c: New file
[all …]
/picolibc-latest/doc/
Dprintf.md29 * Printf optimizations in the compiler which map to puts or fputs now
/picolibc-latest/
DCOPYING.picolibc2009 newlib/libc/tinystdio/puts.c
2150 newlib/libc/machine/spu/puts.c
3827 newlib/libc/machine/nvptx/puts.c
3921 newlib/libc/machine/xc16x/puts.c
4495 newlib/libc/stdio/puts.c