Home
last modified time | relevance | path

Searched defs:fmt (Results 101 - 125 of 4082) sorted by relevance

12345678910>>...164

/third_party/musl/src/stdio/
H A Dswscanf.c4 int swscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, ...) in swscanf() argument
H A Dswprintf.c4 int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...) in swprintf() argument
H A Dsnprintf.c4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() argument
H A Dsscanf.c4 int sscanf(const char *restrict s, const char *restrict fmt, ...) in sscanf() argument
H A Dsprintf.c4 int sprintf(char *restrict s, const char *restrict fmt, ...) in sprintf() argument
H A Dprintf.c4 int printf(const char *restrict fmt, ...) in printf() argument
H A Dvscanf.c4 int vscanf(const char *restrict fmt, va_list ap) in vscanf() argument
H A Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() argument
H A Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() argument
H A Dfprintf.c8 int fprintf(FILE *restrict f, const char *restrict fmt, ...) in fprintf() argument
H A Dvdprintf.c3 int vdprintf(int fd, const char *restrict fmt, va_list ap) in vdprintf() argument
H A Dscanf.c4 int scanf(const char *restrict fmt, ...) in scanf() argument
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfprintf.c4 int fprintf(FILE *restrict f, const char *restrict fmt, ...) in fprintf() argument
H A Dsnprintf.c4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() argument
H A Dsprintf.c4 int sprintf(char *restrict s, const char *restrict fmt, ...) in sprintf() argument
H A Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() argument
H A Dprintf.c4 int printf(const char *restrict fmt, ...) in printf() argument
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dsnprintf.c4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() argument
H A Dsscanf.c4 int sscanf(const char *restrict s, const char *restrict fmt, ...) in sscanf() argument
H A Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() argument
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dsscanf.c4 int sscanf(const char *restrict s, const char *restrict fmt, ...) in sscanf() argument
H A Dvscanf.c4 int vscanf(const char *restrict fmt, va_list ap) in vscanf() argument
H A Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() argument
H A Dsnprintf.c4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() argument
H A Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() argument

Completed in 4 milliseconds

12345678910>>...164