Lines Matching refs:wcstombs
73 size_t wcstombs (char * __restrict dest,
836 The wcstombs function converts a sequence of wide characters from the
854 valid multibyte character, the wcstombs function returns
855 (size_t)(-1). Otherwise, the wcstombs function returns the number
859 size_t wcstombs(char * __restrict Dest, const wchar_t * __restrict Src, size_t Limit);