/picolibc-latest/newlib/libc/machine/spu/ |
D | fprintf.S | 37 GLOBL fprintf 38 .type fprintf, @function 39 fprintf: label 59 .size fprintf, .-fprintf
|
D | fiprintf.S | 33 #define fprintf fiprintf macro
|
D | assert.c | 21 fprintf(stderr, in __assert_func()
|
D | spu_timer_internal.h | 136 fprintf(stderr, "Internal error, aborting: %s:%d\n", __FILE__, __LINE__);\
|
D | spu-gmon.c | 279 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/ |
D | nano-malloc-stats.c | 37 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()
|
D | assert_no_arg.c | 57 fprintf(stderr, "assertion failed\n"); in __assert_no_args()
|
D | mstats.c | 97 fprintf (stderr, "Memory allocation statistics %s\n", s); in mstats()
|
D | eprintf.c | 24 (void) fprintf (stderr, format, file, line, expression); in __eprintf()
|
D | assert_func.c | 62 fprintf(stderr, in __assert_func()
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | perror.c | 43 fprintf(stderr, "%s: ", msg); in perror() 44 fprintf(stderr, "%s\n", strerror(err)); in perror()
|
D | fprintf.c | 35 fprintf(FILE *stream, const char *fmt, ...) in fprintf() function
|
/picolibc-latest/newlib/libc/signal/ |
D | psignal.c | 44 fprintf(stderr, "%s: ", s); in psignal() 45 fprintf(stderr, "%s\n", strsignal(sig)); in psignal()
|
/picolibc-latest/newlib/libm/test/ |
D | math.c | 61 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 …]
|
D | test.h | 219 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/ |
D | test-put.c | 46 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()
|
D | posix-io.c | 74 if ((size_t) fprintf(f, "%s", test_string) != strlen(test_string)) { in main()
|
D | test-funopen.c | 125 fprintf(fp, "%s", MESSAGE); in main()
|
/picolibc-latest/newlib/libc/stdio/ |
D | fprintf.c | 24 fprintf ( in fprintf() function
|
/picolibc-latest/newlib/libc/search/ |
D | hash_page.c | 241 (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");
|
D | hash_buf.c | 270 (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()
|
D | hash.c | 240 (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/ |
D | tiny-malloc.c | 580 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/ |
D | hsearchtest.c | 47 fprintf(stderr, "TEST FAILED: %s: file %s, line %ld\n", in testfail()
|
/picolibc-latest/newlib/testsuite/newlib.string/ |
D | memcpy-1.c | 63 fprintf (stderr, "Too many errors.\n"); in print_error()
|