Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Ddirent.h136 wchar_t *wcstr,
145 const wchar_t *wcstr,
555 wchar_t *wcstr, in dirent_mbstowcs_s() argument
564 error = mbstowcs_s(pReturnValue, wcstr, in dirent_mbstowcs_s()
572 n = mbstowcs(wcstr, mbstr, sizeInWords); in dirent_mbstowcs_s()
573 if (!wcstr || n < count) { in dirent_mbstowcs_s()
576 if (wcstr && sizeInWords) { in dirent_mbstowcs_s()
579 wcstr[n] = 0; in dirent_mbstowcs_s()
608 const wchar_t *wcstr, in dirent_wcstombs_s() argument
615 error = wcstombs_s(pReturnValue, mbstr, sizeInBytes, wcstr, count); in dirent_wcstombs_s()
[all …]