/third_party/musl/src/stdio/ |
H A D | vscanf.c | 6 return vfscanf(stdin, fmt, ap); in vscanf()
|
H A D | fscanf.c | 15 ret = vfscanf(f, fmt, ap); in fscanf()
|
H A D | vsscanf.c | 4 // Empty implementation because vfscanf operates rpos directly. 18 return vfscanf(&f, fmt, ap); in vsscanf()
|
H A D | vfscanf.c | 61 int vfscanf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfscanf() function 371 weak_alias(vfscanf,__isoc99_vfscanf);
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vscanf.c | 6 return vfscanf(stdin, fmt, ap); in vscanf()
|
H A D | vsscanf.c | 14 return vfscanf(&f, fmt, ap); in vsscanf()
|
H A D | vfscanf.c | 56 int vfscanf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfscanf() function 336 weak_alias(vfscanf,__isoc99_vfscanf);
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vscanf.c | 6 return vfscanf(stdin, fmt, ap); in vscanf()
|
H A D | vsscanf.c | 14 return vfscanf(&f, fmt, ap); in vsscanf()
|
H A D | vfscanf.c | 56 int vfscanf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfscanf() function 336 weak_alias(vfscanf,__isoc99_vfscanf);
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vsscanf.c | 4 // Empty implementation because vfscanf operates rpos directly. 18 return vfscanf(&f, fmt, ap); in vsscanf()
|
H A D | vfscanf.c | 61 int vfscanf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfscanf() function 371 weak_alias(vfscanf,__isoc99_vfscanf);
|
/third_party/alsa-lib/src/ |
H A D | input.c | 138 extern int vfscanf(FILE *, const char *, va_list); in snd_input_stdio_scan() 139 return vfscanf(stdio->fp, format, args); in snd_input_stdio_scan()
|
/third_party/ltp/lib/ |
H A D | safe_file_ops.c | 87 ret = vfscanf(f, fmt, va); in file_scanf() 139 ret = vfscanf(f, fmt, va); in safe_file_scanf()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vfscanf.c | 25 int result = vfscanf(stream, fmt, ap); in readFile() 55 t_error("%s vfscanf get result is %d are less 0\n", __func__, result); in vfscanf_0100() 58 t_error("%s vfscanf get is '%s' are not 'vfscanftest'\n", __func__, buffer); in vfscanf_0100() 61 t_error("%s vfscanf get is %d are not 123\n", __func__, val); in vfscanf_0100() 92 t_error("%s vfscanf get result is %d are less 0\n", __func__, result); in vfscanf_0200() 95 t_error("%s vfscanf get is '%s' are not 'vfscanftest'\n", __func__, buffer); in vfscanf_0200() 98 t_error("%s vfscanf get is '%s' are not '123'\n", __func__, val); in vfscanf_0200() 129 t_error("%s vfscanf get result is %d are more than the 0\n", __func__, result); in vfscanf_0300() 132 t_error("%s vfscanf get is %d are not 0\n", __func__, val1); in vfscanf_0300() 135 t_error("%s vfscanf ge in vfscanf_0300() [all...] |
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 121 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 123 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 124 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 121 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/include/ |
H A D | stdio.h | 124 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 119 {int(*p)(FILE*restrict,const char*restrict,va_list) = vfscanf;} in h()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_stdio.cpp | 854 ret = vfscanf(stream, format, args); in MyScanf1() 873 perror("fopen vfscanf str"); in Bm_function_Vfscanf_str() 876 perror("fprintf vfscanf str"); in Bm_function_Vfscanf_str() 891 perror("fopen vfscanf int"); in Bm_function_Vfscanf_int() 895 perror("fprintf vfscanf int"); in Bm_function_Vfscanf_int() 910 perror("fopen vfscanf double"); in Bm_function_Vfscanf_double() 914 perror("fprintf vfscanf double"); in Bm_function_Vfscanf_double() 929 perror("fopen vfscanf float"); in Bm_function_Vfscanf_float() 933 perror("fprintf vfscanf float"); in Bm_function_Vfscanf_float() 948 perror("fopen vfscanf cha in Bm_function_Vfscanf_char() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2368 extern int vfscanf (FILE *__restrict __s, const char *__restrict __format, 22938 using ::vfscanf; 22948 using ::__gnu_cxx::vfscanf; [all...] |