/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | vsscanf.c | 8 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function 17 weak_alias(vsscanf,__isoc99_vsscanf);
|
D | sscanf.c | 9 ret = vsscanf(s, fmt, ap); in sscanf()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | vsscanf.c | 8 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function 17 weak_alias(vsscanf,__isoc99_vsscanf);
|
D | sscanf.c | 9 ret = vsscanf(s, fmt, ap); in sscanf()
|
/third_party/musl/src/stdio/ |
D | vsscanf.c | 8 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function 17 weak_alias(vsscanf,__isoc99_vsscanf);
|
D | sscanf.c | 9 ret = vsscanf(s, fmt, ap); in sscanf()
|
/third_party/libxml2/ |
D | trio.h | 210 # undef vsscanf 211 # define vsscanf trio_vsscanf macro
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | vsscanf.c | 26 int result = vsscanf(s, fmt, ap); in get_return_vaule()
|
D | test_src_functionalext_supplement_stdio.gni | 41 "vsscanf",
|
/third_party/alsa-lib/src/ |
D | input.c | 242 extern int vsscanf(const char *, const char *, va_list); in snd_input_buffer_scan() 245 return vsscanf((char *)buffer->ptr, format, args); in snd_input_buffer_scan()
|
/third_party/musl/include/ |
D | stdio.h | 122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 124 {int(*p)(const char*restrict,const char*restrict,va_list) = vsscanf;} in h()
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdio.h | 122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/ltp/lib/ |
D | safe_file_ops.c | 194 ret = vsscanf(line, fmt, ap); in file_lines_scanf()
|
D | tst_cgroup.c | 1150 ret = vsscanf(buf, fmt, va); in safe_cgroup_scanf() 1184 ret = vsscanf(line, fmt, va); in safe_cgroup_lines_scanf()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_stdinc.h | 513 #define SDL_vsscanf vsscanf
|
/third_party/musl/porting/liteos_m/kernel/ |
D | musl.gni | 125 "$MUSLPORTINGDIR/src/stdio/vsscanf.c",
|
/third_party/musl/porting/uniproton/kernel/ |
D | musl.gni | 121 "$MUSLPORTINGDIR/src/stdio/vsscanf.c",
|
/third_party/mesa3d/src/freedreno/decode/ |
D | crashdec.c | 230 if (vsscanf(line, fmt, ap) != n) { in parseline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1396 /// int vsscanf(const char *s, const char *format, va_list arg); 1397 TLI_DEFINE_ENUM_INTERNAL(vsscanf) 1398 TLI_DEFINE_STRING_INTERNAL("vsscanf")
|
/third_party/musl/ |
D | libc.map.txt | 1873 vsscanf;
|