Home
last modified time | relevance | path

Searched defs:fmt (Results 76 - 100 of 1471) sorted by relevance

12345678910>>...59

/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() 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
/third_party/musl/src/stdio/
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
H A Dfscanf.c7 int fscanf(FILE *restrict f, const char *restrict fmt, ...) in fscanf() argument
H A Dfwprintf.c5 int fwprintf(FILE *restrict f, const wchar_t *restrict fmt, ...) in fwprintf() argument
H A Dwscanf.c5 int wscanf(const wchar_t *restrict fmt, ...) in wscanf() argument
H A Dwprintf.c5 int wprintf(const wchar_t *restrict fmt, ...) in wprintf() argument
H A Dvwscanf.c5 int vwscanf(const wchar_t *restrict fmt, va_list ap) in vwscanf() argument
H A Dvwprintf.c4 int vwprintf(const wchar_t *restrict fmt, va_list ap) in vwprintf() argument
/third_party/musl/porting/liteos_a/kernel/src/stdio/
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/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
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dcall-variadic.c6 int foo(const char *fmt, int a, long l, int *p) in foo() argument
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dcall-variadic.c5 int foo(const char *fmt, int a, long l, int *p) in foo() argument
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs554 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 Dmod.rs33 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...]

Completed in 10 milliseconds

12345678910>>...59