Home
last modified time | relevance | path

Searched refs:vsscanf (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvsscanf.c8 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function
17 weak_alias(vsscanf,__isoc99_vsscanf);
H A Dsscanf.c9 ret = vsscanf(s, fmt, ap); in sscanf()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvsscanf.c8 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function
17 weak_alias(vsscanf,__isoc99_vsscanf);
H A Dsscanf.c9 ret = vsscanf(s, fmt, ap); in sscanf()
/third_party/musl/src/stdio/
H A Dvsscanf.c10 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function
21 weak_alias(vsscanf,__isoc99_vsscanf);
H A Dsscanf.c9 ret = vsscanf(s, fmt, ap); in sscanf()
/third_party/musl/porting/linux/user/src/stdio/
H A Dvsscanf.c10 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function
21 weak_alias(vsscanf,__isoc99_vsscanf);
/third_party/alsa-lib/src/
H A 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/libc-test/src/functionalext/supplement/stdio/
H A Dvsscanf.c26 int result = vsscanf(s, fmt, ap); in get_return_vaule()
33 * @tc.desc : Call vsscanf to convert and format the data from the data according to format
42 t_error("%s vsscanf get result is %d are less 0\n", __func__, result); in vsscanf_0100()
45 t_error("%s vsscanf get is '%s' are not 'value'\n", __func__, buffer); in vsscanf_0100()
48 t_error("%s vsscanf get is %d are not 123\n", __func__, val); in vsscanf_0100()
63 t_error("%s vsscanf get result is %d are less 0\n", __func__, result); in vsscanf_0200()
66 t_error("%s vsscanf get is '%s' are not 'value'\n", __func__, buffer); in vsscanf_0200()
69 t_error("%s vsscanf get is %s are not 123\n", __func__, get_val); in vsscanf_0200()
84 t_error("%s vsscanf get result is %d are more than the 0\n", __func__, result); in vsscanf_0300()
87 t_error("%s vsscanf ge in vsscanf_0300()
[all...]
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h124 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h125 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/include/
H A Dstdio.h125 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/libc-test/src/api/
H A Dstdio.c124 {int(*p)(const char*restrict,const char*restrict,va_list) = vsscanf;} in h()
/third_party/ltp/lib/
H A Dsafe_file_ops.c194 ret = vsscanf(line, fmt, ap); in file_lines_scanf()
H A Dtst_cgroup.c1420 ret = vsscanf(buf, fmt, va); in safe_cg_scanf()
1423 "'%s': vsscanf('%s', '%s', ...)", file_name, buf, fmt); in safe_cg_scanf()
1431 "'%s': vsscanf('%s', '%s', ..): Less conversions than expected: %d != %d", in safe_cg_scanf()
1454 ret = vsscanf(line, fmt, va); in safe_cg_lines_scanf()
1464 "'%s': vsscanf('%s', '%s', ..): Less conversions than expected: %d != %d", in safe_cg_lines_scanf()
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec.c196 if (vsscanf(line, fmt, ap) != n) { in parseline()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdio.cpp864 ret = vsscanf(str, format, args); in MyVfscanf()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2380 extern int vsscanf (const char *__restrict __s,
22941 using ::vsscanf;
22951 using ::__gnu_cxx::vsscanf;
[all...]

Completed in 32 milliseconds