Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dstrfroml.c41 char nformat[32]; in strfroml() local
48 if (strlen(format) > sizeof(nformat) - 2) in strfroml()
50 nf = nformat; in strfroml()
76 return __d_snprintf(str, n, nformat, fp); in strfroml()