Searched refs:wcsnrtombs (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | wchar.cpp | 148 size_t wcsnrtombs(char* dst, const wchar_t** src, size_t nwc, size_t len, mbstate_t* ps) { in wcsnrtombs() function 212 return wcsnrtombs(dst, src, SIZE_MAX, len, ps); in wcsrtombs()
|
/bionic/tests/headers/posix/ |
D | wchar_h.c | 96 FUNCTION(wcsnrtombs, size_t (*f)(char*, const wchar_t**, size_t, size_t, mbstate_t*)); in wchar_h()
|
/bionic/libc/include/ |
D | wchar.h | 93 size_t wcsnrtombs(char* _Nullable __dst, const wchar_t* __BIONIC_COMPLICATED_NULLNESS * _Nullable _…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1151 wcsnrtombs
|
/bionic/docs/ |
D | status.md | 251 …cstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull`/`wcstoull_l`, `mbsnrtowcs`/`wcsnrtombs`, `wcscoll_l`/`w…
|
/bionic/libc/ |
D | libc.map.txt | 1180 wcsnrtombs; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1180 wcsnrtombs; # introduced=21
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_063.S | 11187 CALL(wcsnrtombs)
|