Home
last modified time | relevance | path

Searched refs:vfscanf (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/src/stdio/
H A Dvscanf.c6 return vfscanf(stdin, fmt, ap); in vscanf()
H A Dfscanf.c15 ret = vfscanf(f, fmt, ap); in fscanf()
H A Dvsscanf.c4 // Empty implementation because vfscanf operates rpos directly.
18 return vfscanf(&f, fmt, ap); in vsscanf()
H A Dvfscanf.c61 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 Dvscanf.c6 return vfscanf(stdin, fmt, ap); in vscanf()
H A Dvsscanf.c14 return vfscanf(&f, fmt, ap); in vsscanf()
H A Dvfscanf.c56 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 Dvscanf.c6 return vfscanf(stdin, fmt, ap); in vscanf()
H A Dvsscanf.c14 return vfscanf(&f, fmt, ap); in vsscanf()
H A Dvfscanf.c56 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 Dvsscanf.c4 // Empty implementation because vfscanf operates rpos directly.
18 return vfscanf(&f, fmt, ap); in vsscanf()
H A Dvfscanf.c61 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 Dinput.c138 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 Dsafe_file_ops.c87 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 Dvfscanf.c25 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 Dstdio.h121 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h123 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h124 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h121 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/include/
H A Dstdio.h124 int vfscanf(FILE *__restrict, const char *__restrict, __isoc_va_list);
/third_party/musl/libc-test/src/api/
H A Dstdio.c119 {int(*p)(FILE*restrict,const char*restrict,va_list) = vfscanf;} in h()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdio.cpp854 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 Dstylo.hpp2368 extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
22938 using ::vfscanf;
22948 using ::__gnu_cxx::vfscanf;
[all...]

Completed in 31 milliseconds