Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Ddirent.h144 size_t sizeInBytes,
607 size_t sizeInBytes, /* max size of 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()
626 if (mbstr && sizeInBytes) { in dirent_wcstombs_s()
627 if (n >= sizeInBytes) in dirent_wcstombs_s()
628 n = sizeInBytes - 1; in dirent_wcstombs_s()