Searched defs:format (Results 1 – 13 of 13) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | eprintf.c | 21 __eprintf (const char *format, const char *file, unsigned int line, const char *expression) in __eprintf()
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | strfromd.c | 39 const char *restrict format, double fp) in strfromd()
|
D | strfromf.c | 39 const char *restrict format, float fp) in strfromf()
|
D | strfroml.c | 39 const char *restrict format, long double fp) in strfroml()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | diprintf.c | 53 const char *format, ...) in diprintf()
|
D | dprintf.c | 57 const char *__restrict format, ...) in dprintf()
|
D | vdprintf.c | 18 const char *__restrict format, in vdprintf()
|
D | vdiprintf.c | 18 const char *format, in vdiprintf()
|
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/ |
D | xdr_private.c | 38 xdr_vwarnx (const char *format, in xdr_vwarnx()
|
/picolibc-3.7.0-3.6.0/newlib/libc/time/ |
D | strptime.c | 157 strptime_l (const char *buf, const char *format, struct tm *timeptr, in strptime_l() 514 strptime (const char *buf, const char *format, struct tm *timeptr) in strptime()
|
D | strftime.c | 677 __strftime (CHAR *s, size_t maxsize, const CHAR *format, in __strftime() 1477 const CHAR *__restrict format, in strftime() 1497 strftime_l (CHAR *__restrict s, size_t maxsize, const CHAR *__restrict format, in strftime_l()
|
/picolibc-3.7.0-3.6.0/test/ |
D | printf_scanf.c | 130 check_vsnprintf(char *str, size_t size, const char *format, ...) in check_vsnprintf()
|
D | test-fma.c | 155 int strfromf(char *str, size_t n, const char *format, float f) in strfromf()
|