Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dconvert.c484 static char sformat[1024]; in test_sprint() local
486 char *sf = sformat; in test_sprint()
506 sprintf(sbuffer, sformat, (short) si->value); in test_sprint()
508 snprintf(sformat, sizeof(sformat), "I(\"%s\", \"%s\")", buffer, sbuffer); in test_sprint()
510 snprintf(sformat, sizeof(sformat), "\"%s\"", buffer); in test_sprint()
518 -si->value, sformat, si->format_string); in test_sprint()
521 si->value, sformat, si->format_string); in test_sprint()