/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A 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);
|
H A D | sscanf.c | 9 ret = vsscanf(s, fmt, ap); in sscanf()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A 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);
|
H A D | sscanf.c | 9 ret = vsscanf(s, fmt, ap); in sscanf()
|
/third_party/musl/src/stdio/ |
H A D | vsscanf.c | 10 int vsscanf(const char *restrict s, const char *restrict fmt, va_list ap) in vsscanf() function 21 weak_alias(vsscanf,__isoc99_vsscanf);
|
H A D | sscanf.c | 9 ret = vsscanf(s, fmt, ap); in sscanf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vsscanf.c | 10 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 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/libc-test/src/functionalext/supplement/stdio/ |
H A D | vsscanf.c | 26 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 D | stdio.h | 122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 124 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 125 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 122 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/include/ |
H A D | stdio.h | 125 int vsscanf(const char *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 124 {int(*p)(const char*restrict,const char*restrict,va_list) = vsscanf;} in h()
|
/third_party/ltp/lib/ |
H A D | safe_file_ops.c | 194 ret = vsscanf(line, fmt, ap); in file_lines_scanf()
|
H A D | tst_cgroup.c | 1420 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 D | crashdec.c | 196 if (vsscanf(line, fmt, ap) != n) { in parseline()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_stdio.cpp | 864 ret = vsscanf(str, format, args); in MyVfscanf()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2380 extern int vsscanf (const char *__restrict __s, 22941 using ::vsscanf; 22951 using ::__gnu_cxx::vsscanf; [all...] |