/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vsprintf.c | 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() argument
|
H A D | vscanf.c | 4 int vscanf(const char *restrict fmt, va_list ap) in vscanf() argument
|
H A D | vprintf.c | 3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() argument
|
/third_party/musl/src/stdio/ |
H A D | fprintf.c | 8 int fprintf(FILE *restrict f, const char *restrict fmt, ...) in fprintf() argument
|
H A D | vdprintf.c | 3 int vdprintf(int fd, const char *restrict fmt, va_list ap) in vdprintf() argument
|
H A D | scanf.c | 4 int scanf(const char *restrict fmt, ...) in scanf() argument
|
H A D | fscanf.c | 7 int fscanf(FILE *restrict f, const char *restrict fmt, ...) in fscanf() argument
|
H A D | fwprintf.c | 5 int fwprintf(FILE *restrict f, const wchar_t *restrict fmt, ...) in fwprintf() argument
|
H A D | wscanf.c | 5 int wscanf(const wchar_t *restrict fmt, ...) in wscanf() argument
|
H A D | wprintf.c | 5 int wprintf(const wchar_t *restrict fmt, ...) in wprintf() argument
|
H A D | vwscanf.c | 5 int vwscanf(const wchar_t *restrict fmt, va_list ap) in vwscanf() argument
|
H A D | vwprintf.c | 4 int vwprintf(const wchar_t *restrict fmt, va_list ap) in vwprintf() argument
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | snprintf.c | 4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() argument
|
H A D | sprintf.c | 4 int sprintf(char *restrict s, const char *restrict fmt, ...) in sprintf() argument
|
H A D | vprintf.c | 3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() argument
|
H A D | printf.c | 4 int printf(const char *restrict fmt, ...) in printf() argument
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | sscanf.c | 4 int sscanf(const char *restrict s, const char *restrict fmt, ...) in sscanf() argument
|
H A D | vscanf.c | 4 int vscanf(const char *restrict fmt, va_list ap) in vscanf() argument
|
H A D | vprintf.c | 3 int vprintf(const char *restrict fmt, va_list ap) in vprintf() argument
|
H A D | snprintf.c | 4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) in snprintf() argument
|
H A D | vsprintf.c | 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() argument
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | call-variadic.c | 6 int foo(const char *fmt, int a, long l, int *p) in foo() argument
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | call-variadic.c | 5 int foo(const char *fmt, int a, long l, int *p) in foo() argument
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | addr.rs | 554 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() functions 615 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() functions 675 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { fmt() functions 739 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { fmt() functions 1073 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 1315 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 1434 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 1797 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 1807 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 2283 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 2400 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 2513 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 2524 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 2632 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 2692 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 2816 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 2946 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions 2952 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions [all...] |
/third_party/rust/crates/env_logger/src/fmt/writer/ |
H A D | mod.rs | 33 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions 75 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions 213 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { fmt() functions [all...] |