Home
last modified time | relevance | path

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

12

/picolibc-latest/newlib/libc/machine/spu/
Dfprintf.S37 GLOBL fprintf
38 .type fprintf, @function
39 fprintf: label
59 .size fprintf, .-fprintf
Dfiprintf.S33 #define fprintf fiprintf macro
Dassert.c21 fprintf(stderr, in __assert_func()
Dspu_timer_internal.h136 fprintf(stderr, "Internal error, aborting: %s:%d\n", __FILE__, __LINE__);\
Dspu-gmon.c279 fprintf (stderr, "Cannot allocate ea memory for the froms array.\n"); in __monstartup()
293 fprintf (stderr, "Cannot allocate ea memory for the tos array.\n"); in __monstartup()
/picolibc-latest/newlib/libc/stdlib/
Dnano-malloc-stats.c37 fprintf(stderr, "max system bytes = %10lu\n", in malloc_stats()
39 fprintf(stderr, "system bytes = %10lu\n", in malloc_stats()
41 fprintf(stderr, "in use bytes = %10lu\n", in malloc_stats()
43 fprintf(stderr, "free blocks = %10lu\n", in malloc_stats()
Dassert_no_arg.c57 fprintf(stderr, "assertion failed\n"); in __assert_no_args()
Dmstats.c97 fprintf (stderr, "Memory allocation statistics %s\n", s); in mstats()
Deprintf.c24 (void) fprintf (stderr, format, file, line, expression); in __eprintf()
Dassert_func.c62 fprintf(stderr, in __assert_func()
/picolibc-latest/newlib/libc/tinystdio/
Dperror.c43 fprintf(stderr, "%s: ", msg); in perror()
44 fprintf(stderr, "%s\n", strerror(err)); in perror()
Dfprintf.c35 fprintf(FILE *stream, const char *fmt, ...) in fprintf() function
/picolibc-latest/newlib/libc/signal/
Dpsignal.c44 fprintf(stderr, "%s: ", s); in psignal()
45 fprintf(stderr, "%s\n", strsignal(sig)); in psignal()
/picolibc-latest/newlib/libm/test/
Dmath.c61 fprintf(file, "0x%08lx, 0x%08lx", (unsigned long) bits.parts.msw, (unsigned long) bits.parts.lsw); in translate_to()
313 fprintf(f, "{%2d,", p->error_bit); in frontline()
317 fprintf(f, "{%2d,",mag); in frontline()
321 fprintf(f,"%2d,%3d,", merror,my_errno); in frontline()
322 fprintf(f, "__LINE__, "); in frontline()
333 fprintf(f, ", "); in frontline()
335 fprintf(f,"0x%08lx, 0x%08lx", (unsigned long) p->qs[1].msw, (unsigned long) p->qs[1].lsw); in frontline()
340 fprintf(f, ", "); in frontline()
341 fprintf(f,"0x%08lx, 0x%08lx", (unsigned long) p->qs[2].msw, (unsigned long) p->qs[2].lsw); in frontline()
344 fprintf(f,"}, /* %g=f(%g",result, in frontline()
[all …]
Dtest.h219 fprintf(f,"#include \"test.h\"\n");\
220 fprintf(f," one_line_type %s_vec[] = {\n", x);\
225 fprintf(f,"0,};\n"); \
226 fprintf(f,"test_%s(int m) {run_vector_1(m,%s_vec,(char *)(%s),\"%s\",\"%s\"); } \n",\
/picolibc-latest/test/
Dtest-put.c46 fprintf(stderr, "%s: expect %d got %d\n", label, expect, got); in check()
56 fprintf(stderr, "%s: expect %zd got %zd\n", label, expect, got); in check_s()
Dposix-io.c74 if ((size_t) fprintf(f, "%s", test_string) != strlen(test_string)) { in main()
Dtest-funopen.c125 fprintf(fp, "%s", MESSAGE); in main()
/picolibc-latest/newlib/libc/stdio/
Dfprintf.c24 fprintf ( in fprintf() function
/picolibc-latest/newlib/libc/search/
Dhash_page.c241 (void)fprintf(stderr, "split %d/%d\n", in __split_page()
480 (void)fprintf(stderr, "ADDOVFLPAGE: %d->ovfl was %d is now %d\n", in __add_ovflpage()
761 (void)fprintf(stderr, "OVERFLOW_PAGE: ADDR: %d BIT: %d PAGE %d\n", in overflow_page()
789 (void)fprintf(stderr, "OVERFLOW_PAGE: ADDR: %d BIT: %d PAGE %d\n", in overflow_page()
810 (void)fprintf(stderr, "Freeing %d\n", addr); in __free_ovflpage()
830 (void)fprintf(stderr, "FREE_OVFLPAGE: ADDR: %d BIT: %d PAGE %d\n", in __free_ovflpage()
915 (void)fprintf(stderr, "%d ", addr);
921 (void)fprintf(stderr, "%d ", (int)oaddr);
925 (void)fprintf(stderr, "\n");
Dhash_buf.c270 (void)fprintf(stderr, "NEWBUF1: %d->ovfl was %d is now %d\n", in newbuf()
280 (void)fprintf(stderr, "NEWBUF2: %d->ovfl was %d is now %d\n", in newbuf()
Dhash.c240 (void)fprintf(stderr,
431 (void)fprintf(stderr, "hdestroy: accesses %ld collisions %ld\n",
433 (void)fprintf(stderr, "hdestroy: expansions %ld\n",
435 (void)fprintf(stderr, "hdestroy: overflows %ld\n",
437 (void)fprintf(stderr, "keys %ld maxp %d segmentcount %d\n",
441 (void)fprintf(stderr,
/picolibc-latest/newlib/libc/machine/xstormy16/
Dtiny-malloc.c580 fprintf (fp, "malloc has reserved %u bytes between %p and %p\n", in malloc_stats()
582 fprintf (fp, "there are %u bytes free in %u chunks\n", in malloc_stats()
584 fprintf (fp, "of which %u bytes are at the end of the reserved space\n", in malloc_stats()
586 fprintf (fp, "and %u bytes are in use.\n", i.uordblks); in malloc_stats()
/picolibc-latest/newlib/testsuite/newlib.search/
Dhsearchtest.c47 fprintf(stderr, "TEST FAILED: %s: file %s, line %ld\n", in testfail()
/picolibc-latest/newlib/testsuite/newlib.string/
Dmemcpy-1.c63 fprintf (stderr, "Too many errors.\n"); in print_error()

12