Home
last modified time | relevance | path

Searched defs:fmt (Results 126 - 150 of 4082) sorted by relevance

12345678910>>...164

/third_party/musl/porting/uniproton/kernel/src/stdio/
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 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
H A Dasprintf.c5 int asprintf(char **s, const char *fmt, ...) in asprintf() argument
H A Ddprintf.c4 int dprintf(int fd, const char *restrict fmt, ...) in dprintf() 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/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
H A Dmod.rs308 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 Dmod.rs299 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 Dasn1.rs70 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 Darc.rs616 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 Dx86_64.rs97 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 Dlog.cpp20 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 Ddev_cgroup.c18 char fmt[] = " %d:%d \n"; in bpf_prog1() local
H A Dtrace_printk.c16 static const char fmt[] = "testing,testing %d\n"; in sys_enter() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Ddev_cgroup.c18 char fmt[] = " %d:%d \n"; in bpf_prog1() local
H A Dtrace_printk.c14 const char fmt[] = "Testing,testing %d\n"; variable
/kernel/linux/linux-6.6/net/batman-adv/
H A Dlog.c21 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 Dprintk_safe.c29 asmlinkage int vprintk(const char *fmt, va_list args) in vprintk() argument
/third_party/libuv/src/win/
H A Dsnprintf.c30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() argument

Completed in 8 milliseconds

12345678910>>...164