Home
last modified time | relevance | path

Searched refs:vsscanf (Results 1 – 25 of 31) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvsscanf.c8 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function
17 weak_alias(vsscanf,__isoc99_vsscanf);
Dsscanf.c9 ret = vsscanf(s, fmt, ap); in sscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvsscanf.c8 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function
17 weak_alias(vsscanf,__isoc99_vsscanf);
Dsscanf.c9 ret = vsscanf(s, fmt, ap); in sscanf()
/third_party/musl/src/stdio/
Dvsscanf.c8 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function
17 weak_alias(vsscanf,__isoc99_vsscanf);
Dsscanf.c9 ret = vsscanf(s, fmt, ap); in sscanf()
/third_party/libxml2/
Dtrio.h210 # undef vsscanf
211 # define vsscanf trio_vsscanf macro
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvsscanf.c26 int result = vsscanf(s, fmt, ap); in get_return_vaule()
Dtest_src_functionalext_supplement_stdio.gni41 "vsscanf",
/third_party/alsa-lib/src/
Dinput.c242 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/
Dstdio.h122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/libc-test/src/api/
Dstdio.c124 {int(*p)(const char*restrict,const char*restrict,va_list) = vsscanf;} in h()
/third_party/musl/ndk_musl_include/
Dstdio.h122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/linux/user/include/
Dstdio.h122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/ltp/lib/
Dsafe_file_ops.c194 ret = vsscanf(line, fmt, ap); in file_lines_scanf()
Dtst_cgroup.c1150 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/
DSDL_stdinc.h513 #define SDL_vsscanf vsscanf
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni125 "$MUSLPORTINGDIR/src/stdio/vsscanf.c",
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni121 "$MUSLPORTINGDIR/src/stdio/vsscanf.c",
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec.c230 if (vsscanf(line, fmt, ap) != n) { in parseline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1396 /// 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/
Dlibc.map.txt1873 vsscanf;

12