Searched refs:outStrLenMax (Results 1 – 1 of 1) sorted by relevance
291 const uint32_t outStrLenMax = OUT_STR_LEN_MAX + 1; in CharToAscii() local294 if (j >= outStrLenMax) { in CharToAscii()306 if (strnlen(outStr, outStrLenMax) == outStrLenMax) { in CharToAscii()322 (void)memset_s(outStr, outStrLenMax + 1, 0, outStrLenMax + 1); in CharToAscii()