Searched defs:format (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/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-latest/newlib/libc/stdlib/ |
D | eprintf.c | 22 __eprintf (const char *format, const char *file, unsigned int line, const char *expression) in __eprintf()
|
/picolibc-latest/newlib/libc/stdio/ |
D | diprintf.c | 52 const char *format, ...) in diprintf()
|
D | dprintf.c | 56 const char *__restrict format, ...) in dprintf()
|
D | vdiprintf.c | 17 const char *format, in vdiprintf()
|
D | vdprintf.c | 17 const char *__restrict format, in vdprintf()
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_private.c | 38 xdr_vwarnx (const char *format, in xdr_vwarnx()
|
/picolibc-latest/newlib/libc/time/ |
D | strptime.c | 157 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()
|
D | strftime.c | 676 __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/ |
D | test-fma.c | 155 int strfromf(char *str, size_t n, const char *format, float f) in strfromf()
|
D | printf_scanf.c | 149 check_vsnprintf(char *str, size_t size, const char *format, ...) in check_vsnprintf()
|