Searched refs:vscanf (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/src/stdio/ |
H A D | vscanf.c | 4 int vscanf(const char *restrict fmt, va_list ap) in vscanf() function 9 weak_alias(vscanf,__isoc99_vscanf);
|
H A D | scanf.c | 9 ret = vscanf(fmt, ap); in scanf()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vscanf.c | 4 int vscanf(const char *restrict fmt, va_list ap) in vscanf() function 9 weak_alias(vscanf,__isoc99_vscanf);
|
/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() function 9 weak_alias(vscanf,__isoc99_vscanf);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 120 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 122 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 123 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 120 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/include/ |
H A D | stdio.h | 123 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 121 {int(*p)(const char*restrict,va_list) = vscanf;} in h()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2376 extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg) 22939 using ::vscanf; 22949 using ::__gnu_cxx::vscanf; [all...] |
Completed in 26 milliseconds