Searched refs:sformat (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libm/test/ |
D | convert.c | 481 static char sformat[1024]; in test_sprint() local 483 char *sf = sformat; in test_sprint() 503 sprintf(sbuffer, sformat, (short) si->value); in test_sprint() 505 snprintf(sformat, sizeof(sformat), "I(\"%s\", \"%s\")", buffer, sbuffer); in test_sprint() 507 snprintf(sformat, sizeof(sformat), "\"%s\"", buffer); in test_sprint() 515 -si->value, sformat, si->format_string); in test_sprint() 518 si->value, sformat, si->format_string); in test_sprint()
|