Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Ddirent.h135 size_t *pReturnValue,
142 size_t *pReturnValue,
554 size_t *pReturnValue, in dirent_mbstowcs_s() argument
564 error = mbstowcs_s(pReturnValue, wcstr, in dirent_mbstowcs_s()
585 if (pReturnValue) in dirent_mbstowcs_s()
586 *pReturnValue = n + 1; in dirent_mbstowcs_s()
605 size_t *pReturnValue, in dirent_wcstombs_s() argument
615 error = wcstombs_s(pReturnValue, mbstr, sizeInBytes, wcstr, count); in dirent_wcstombs_s()
634 if (pReturnValue) in dirent_wcstombs_s()
635 *pReturnValue = n + 1; in dirent_wcstombs_s()