Searched refs:putwc (Results 1 – 25 of 43) sorted by relevance
12
/external/musl/src/stdio/ |
D | putwc.c | 4 wint_t putwc(wchar_t c, FILE *f) in putwc() function
|
/external/mtools/ |
D | sysincludes.h | 343 # define putwc(c,f) fprintf((f),"%lc",(c)) macro 353 # define putwc putc macro
|
D | direntry.c | 102 putwc(*ptr, f); in _fprintPwd()
|
D | configure.in | 225 wcsdup wcscasecmp wcsnlen putwc \
|
D | NEWS | 251 Another attempt at putwc fix for OS/2 253 Fallback for putwc if there is wchar (OS/2) 256 Supplied fallback define for putwc
|
D | config.h.in | 153 /* Define to 1 if you have the `putwc' function. */
|
D | configure | 6011 wcsdup wcscasecmp wcsnlen putwc \
|
/external/expat/xmlwf/ |
D | xmltchar.h | 46 # define puttc putwc
|
/external/libcxx/include/ |
D | cwchar | 53 wint_t putwc(wchar_t c, FILE* stream); 135 using ::putwc;
|
/external/mtools/debian/ |
D | changelog | 317 * Another attempt at putwc fix for OS/2 319 * Fallback for putwc if there is wchar (OS/2) 325 * Supplied fallback define for putwc
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 70 ASSERT_SAME_TYPE(std::wint_t, decltype(std::putwc(L' ', fp))); in main()
|
/external/musl/include/ |
D | wchar.h | 132 wint_t putwc (wchar_t, FILE *);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 68 static_assert((std::is_same<decltype(putwc(L' ', fp)), wint_t>::value), ""); in main()
|
/external/libabigail/tests/data/test-annotate/ |
D | libtest23.so.abi | 1106 <!-- wint_t putwc(wchar_t, __FILE*) --> 1107 …<function-decl name='putwc' filepath='/usr/include/wchar.h' line='760' column='1' visibility='defa…
|
D | libtest24-drop-fns.so.abi | 1156 <!-- wint_t putwc(wchar_t, __FILE*) --> 1157 …<function-decl name='putwc' filepath='/usr/include/wchar.h' line='760' column='1' visibility='defa…
|
D | libtest24-drop-fns-2.so.abi | 1156 <!-- wint_t putwc(wchar_t, __FILE*) --> 1157 …<function-decl name='putwc' filepath='/usr/include/wchar.h' line='760' column='1' visibility='defa…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | libtest24-drop-fns.so.abi | 697 …<function-decl name='putwc' filepath='/usr/include/wchar.h' line='760' column='1' visibility='defa…
|
D | libtest23.so.abi | 680 …<function-decl name='putwc' filepath='/usr/include/wchar.h' line='760' column='1' visibility='defa…
|
D | libtest24-drop-fns-2.so.abi | 718 …<function-decl name='putwc' filepath='/usr/include/wchar.h' line='760' column='1' visibility='defa…
|
D | test-libaaudio.so.abi | 1817 …<function-decl name='putwc' filepath='bionic/libc/include/wchar.h' line='61' column='1' visibility…
|
D | PR22015-libboost_iostreams.so.abi | 1467 …<function-decl name='putwc' filepath='/usr/include/wchar.h' line='763' column='1' visibility='defa…
|
D | test9-pr18818-clang.so.abi | 1462 …<function-decl name='putwc' filepath='/usr/include/wchar.h' line='760' column='1' visibility='defa…
|
/external/musl/ |
D | sources.bp | 938 "src/stdio/putwc.c",
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2673 fun:putwc=uninstrumented
|
/external/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-v1.so.abi | 4002 …<function-decl name='putwc' filepath='/usr/include/wchar.h' line='760' column='1' visibility='defa…
|
12