Home
last modified time | relevance | path

Searched refs:vscanf (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/src/stdio/
H A Dvscanf.c4 int vscanf(const char *restrict fmt, va_list ap) in vscanf() function
9 weak_alias(vscanf,__isoc99_vscanf);
H A Dscanf.c9 ret = vscanf(fmt, ap); in scanf()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvscanf.c4 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 Dvscanf.c4 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 Dstdio.h120 int vscanf(const char *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h122 int vscanf(const char *__restrict, __isoc_va_list);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h123 int vscanf(const char *__restrict, __isoc_va_list);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h120 int vscanf(const char *__restrict, __isoc_va_list);
/third_party/musl/include/
H A Dstdio.h123 int vscanf(const char *__restrict, __isoc_va_list);
/third_party/musl/libc-test/src/api/
H A Dstdio.c121 {int(*p)(const char*restrict,va_list) = vscanf;} in h()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2376 extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
22939 using ::vscanf;
22949 using ::__gnu_cxx::vscanf;
[all...]

Completed in 38 milliseconds