Searched refs:vfwscanf (Results 1 – 25 of 41) sorted by relevance
12
/third_party/musl/src/stdio/ |
D | vwscanf.c | 7 return vfwscanf(stdin, fmt, ap); in vwscanf()
|
D | fwscanf.c | 10 ret = vfwscanf(f, fmt, ap); in fwscanf()
|
D | vfwscanf.c | 86 int vfwscanf(FILE *restrict f, const wchar_t *restrict fmt, va_list ap) in vfwscanf() function 332 weak_alias(vfwscanf,__isoc99_vfwscanf);
|
D | vswscanf.c | 35 return vfwscanf(&f, fmt, ap); in vswscanf()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | vfwscanf.c | 38 int result = vfwscanf(fp, format, args); in read_from_file()
|
D | test_src_functionalext_supplement_stdio.gni | 39 "vfwscanf",
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 127 {int(*p)(FILE*restrict,const wchar_t*restrict,va_list) = vfwscanf;} in h()
|
D | wchar.c | 41 {int(*p)(FILE*restrict,const wchar_t*restrict,va_list) = vfwscanf;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 122 int vfwscanf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 124 int vfwscanf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
|
/third_party/musl/include/ |
D | wchar.h | 124 int vfwscanf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 124 int vfwscanf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 124 int vfwscanf (FILE *__restrict, const wchar_t *__restrict, __isoc_va_list);
|
/third_party/musl/ |
D | libc.map.txt | 1869 vfwscanf;
|
D | musl_src.gni | 1185 "src/stdio/vfwscanf.c",
|
/third_party/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 926 <!-- int vfwscanf(__FILE*, const wchar_t*, typedef __va_list_tag __va_list_tag*) --> 927 …<function-decl name='vfwscanf' filepath='/usr/include/wchar.h' line='689' column='1' visibility='d…
|
D | libtest24-drop-fns-2.so.abi | 1099 <!-- int vfwscanf(__FILE*, const wchar_t*, typedef __va_list_tag __va_list_tag*) --> 1100 …<function-decl name='vfwscanf' filepath='/usr/include/wchar.h' line='689' column='1' visibility='d…
|
D | libtest24-drop-fns.so.abi | 1099 <!-- int vfwscanf(__FILE*, const wchar_t*, typedef __va_list_tag __va_list_tag*) --> 1100 …<function-decl name='vfwscanf' filepath='/usr/include/wchar.h' line='689' column='1' visibility='d…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | libtest23.so.abi | 558 …<function-decl name='vfwscanf' filepath='/usr/include/wchar.h' line='689' column='1' visibility='d…
|
D | libtest24-drop-fns-2.so.abi | 686 …<function-decl name='vfwscanf' filepath='/usr/include/wchar.h' line='689' column='1' visibility='d…
|
D | libtest24-drop-fns.so.abi | 686 …<function-decl name='vfwscanf' filepath='/usr/include/wchar.h' line='689' column='1' visibility='d…
|
D | test-libaaudio.so.abi | 1843 …<function-decl name='vfwscanf' filepath='bionic/libc/include/wchar.h' line='67' column='1' visibil…
|
D | PR22015-libboost_iostreams.so.abi | 1437 …<function-decl name='vfwscanf' filepath='/usr/include/wchar.h' line='692' column='1' visibility='d…
|
D | test9-pr18818-clang.so.abi | 1313 …<function-decl name='vfwscanf' filepath='/usr/include/wchar.h' line='689' column='1' visibility='d…
|
/third_party/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-v1.so.abi | 4050 …<function-decl name='vfwscanf' filepath='/usr/include/wchar.h' line='689' column='1' visibility='d…
|
12