Home
last modified time | relevance | path

Searched refs:mbstr (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Ddirent.h138 const char *mbstr,
143 char *mbstr,
557 const char *mbstr, in dirent_mbstowcs_s() argument
565 sizeInWords, mbstr, count); in dirent_mbstowcs_s()
572 n = mbstowcs(wcstr, mbstr, sizeInWords); in dirent_mbstowcs_s()
606 char *mbstr, in dirent_wcstombs_s() argument
615 error = wcstombs_s(pReturnValue, mbstr, sizeInBytes, wcstr, count); in dirent_wcstombs_s()
623 n = wcstombs(mbstr, wcstr, sizeInBytes); in dirent_wcstombs_s()
624 if (!mbstr || n < count) { in dirent_wcstombs_s()
626 if (mbstr && sizeInBytes) { in dirent_wcstombs_s()
[all …]