| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| 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 | 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
|
| H A D | asprintf.c | 5 int asprintf(char **s, const char *fmt, ...) in asprintf() argument
|
| H A D | dprintf.c | 4 int dprintf(int fd, const char *restrict fmt, ...) in dprintf() 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/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
| H A D | mod.rs | 308 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions 372 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions 411 fn fmt( functions [all...] |
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
| H A D | mod.rs | 299 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions 361 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions 398 fn fmt( functions [all...] |
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | asn1.rs | 70 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions 281 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions 297 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { fmt() functions 476 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { fmt() functions 717 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { fmt() functions 735 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { fmt() functions [all...] |
| /kernel/linux/linux-6.6/rust/kernel/sync/ |
| H A D | arc.rs | 616 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() functions 622 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { fmt() functions 628 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { fmt() functions 634 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { fmt() functions [all...] |
| /third_party/rust/crates/libc/src/unix/solarish/ |
| H A D | x86_64.rs | 97 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions 113 fn fmt(&self, f:&mut ::fmt::Formatter) -> ::fmt::Result { in fmt() functions 127 fn fmt( functions 146 fn fmt(&self, f:&mut ::fmt::Formatter) -> ::fmt::Result { fmt() functions [all...] |
| /base/hiviewdfx/hilog/platform/interface/native/ |
| H A D | log.cpp | 20 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, ...) in LogPrint() argument 28 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, va_list args) in LogPrint() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | dev_cgroup.c | 18 char fmt[] = " %d:%d \n"; in bpf_prog1() local
|
| H A D | trace_printk.c | 16 static const char fmt[] = "testing,testing %d\n"; in sys_enter() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | dev_cgroup.c | 18 char fmt[] = " %d:%d \n"; in bpf_prog1() local
|
| H A D | trace_printk.c | 14 const char fmt[] = "Testing,testing %d\n"; variable
|
| /kernel/linux/linux-6.6/net/batman-adv/ |
| H A D | log.c | 21 int batadv_debug_log(struct batadv_priv *bat_priv, const char *fmt, ...) in batadv_debug_log() argument
|
| /kernel/linux/linux-6.6/kernel/printk/ |
| H A D | printk_safe.c | 29 asmlinkage int vprintk(const char *fmt, va_list args) in vprintk() argument
|
| /third_party/libuv/src/win/ |
| H A D | snprintf.c | 30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() argument
|