Searched refs:validIndex (Results 1 – 1 of 1) sorted by relevance
1117 void testStrdup(const char *s, unsigned validIndex) { in testStrdup() argument1119 s2[validIndex + 1] = 'b'; in testStrdup()1122 void testWinStrdup(const char *s, unsigned validIndex) { in testWinStrdup() argument1124 s2[validIndex + 1] = 'b'; in testWinStrdup()1127 void testWcsdup(const wchar_t *s, unsigned validIndex) { in testWcsdup() argument1129 s2[validIndex + 1] = 'b'; in testWcsdup()1132 void testWinWcsdup(const wchar_t *s, unsigned validIndex) { in testWinWcsdup() argument1134 s2[validIndex + 1] = 'b'; in testWinWcsdup()1137 int testStrndup(const char *s, unsigned validIndex, unsigned size) { in testStrndup() argument1139 s2 [validIndex + 1] = 'b'; in testStrndup()[all …]