Searched refs:vscanf (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/src/stdio/ |
D | vscanf.c | 4 int vscanf(const char *restrict fmt, va_list ap) in vscanf() function 9 weak_alias(vscanf,__isoc99_vscanf);
|
D | scanf.c | 9 ret = vscanf(fmt, ap); in scanf()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
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/ |
D | vscanf.c | 4 int vscanf(const char *restrict fmt, va_list ap) in vscanf() function 9 weak_alias(vscanf,__isoc99_vscanf);
|
/third_party/libxml2/ |
D | trio.h | 194 # undef vscanf 195 # define vscanf trio_vscanf macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdio.h | 120 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/include/ |
D | stdio.h | 120 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 120 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 121 {int(*p)(const char*restrict,va_list) = vscanf;} in h()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 120 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 120 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 120 int vscanf(const char *__restrict, __isoc_va_list);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1387 /// int vscanf(const char *format, va_list arg); 1388 TLI_DEFINE_ENUM_INTERNAL(vscanf) 1389 TLI_DEFINE_STRING_INTERNAL("vscanf")
|
/third_party/musl/ |
D | libc.map.txt | 1870 vscanf;
|
D | musl_src.gni | 1170 "src/stdio/vscanf.c",
|
/third_party/NuttX/ |
D | ReleaseNotes | 22214 - vscanf(): Moved vscanf logic to lib_sscanf.c Switched to stream 22219 vscanf(). From Johannes.
|