Home
last modified time | relevance | path

Searched defs:format (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dstrfromd.c39 const char *restrict format, double fp) in strfromd()
Dstrfromf.c39 const char *restrict format, float fp) in strfromf()
Dstrfroml.c39 const char *restrict format, long double fp) in strfroml()
/picolibc-latest/newlib/libc/stdlib/
Deprintf.c22 __eprintf (const char *format, const char *file, unsigned int line, const char *expression) in __eprintf()
/picolibc-latest/newlib/libc/stdio/
Ddiprintf.c52 const char *format, ...) in diprintf()
Ddprintf.c56 const char *__restrict format, ...) in dprintf()
Dvdiprintf.c17 const char *format, in vdiprintf()
Dvdprintf.c17 const char *__restrict format, in vdprintf()
/picolibc-latest/newlib/libc/xdr/
Dxdr_private.c38 xdr_vwarnx (const char *format, in xdr_vwarnx()
/picolibc-latest/newlib/libc/time/
Dstrptime.c157 strptime_l (const char *buf, const char *format, struct tm *timeptr, in strptime_l()
515 strptime (const char *buf, const char *format, struct tm *timeptr) in strptime()
Dstrftime.c676 __strftime (CHAR *s, size_t maxsize, const CHAR *format, in __strftime()
1456 const CHAR *__restrict format, in strftime()
1476 strftime_l (CHAR *__restrict s, size_t maxsize, const CHAR *__restrict format, in strftime_l()
/picolibc-latest/test/
Dtest-fma.c155 int strfromf(char *str, size_t n, const char *format, float f) in strfromf()
Dprintf_scanf.c149 check_vsnprintf(char *str, size_t size, const char *format, ...) in check_vsnprintf()