Searched refs:fwide (Results 1 – 22 of 22) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | fwide.c | 31 int result = fwide(fp, 5); in fwide_0100() 48 int result = fwide(fp, 0); in fwide_0200() 65 int result = fwide(fp, -5); in fwide_0300()
|
D | test_src_functionalext_supplement_stdio.gni | 82 "fwide",
|
/third_party/musl/src/stdio/ |
D | fwide.c | 5 int fwide(FILE *f, int mode) in fwide() function
|
D | fputws.c | 13 fwide(f, 1); in fputws()
|
D | ungetwc.c | 16 if (f->mode <= 0) fwide(f, 1); in ungetwc()
|
D | fputwc.c | 13 if (f->mode <= 0) fwide(f, 1); in __fputwc_unlocked()
|
D | fgetwc.c | 51 if (f->mode <= 0) fwide(f, 1); in __fgetwc_unlocked()
|
D | open_wmemstream.c | 99 fwide(&f->f, 1); in open_wmemstream()
|
D | vfwscanf.c | 106 fwide(f, 1); in vfwscanf()
|
D | vfwprintf.c | 356 fwide(f, 1); in vfwprintf()
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
D | open_wmemstream.c | 101 fwide(&f->f, 1); in open_wmemstream()
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 102 {int(*p)(FILE*,int) = fwide;} in g()
|
D | wchar.c | 26 {int(*p)(FILE*,int) = fwide;} in f()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 97 using ::fwide;
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 106 int fwide (FILE *, int);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 106 int fwide (FILE *, int);
|
/third_party/musl/include/ |
D | wchar.h | 106 int fwide (FILE *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 108 int fwide (FILE *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 108 int fwide (FILE *, int);
|
/third_party/musl/ |
D | libc.map.txt | 753 fwide;
|
D | musl_src.gni | 1112 "src/stdio/fwide.c",
|
D | WHATSNEW | 1318 - incorrect return value for fwide function
|