Searched refs:sizeInBytes (Results 1 – 1 of 1) sorted by relevance
144 size_t sizeInBytes,607 size_t sizeInBytes, /* max size of mbstr */ in dirent_wcstombs_s() argument615 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()