Searched refs:validIndex (Results 1 – 1 of 1) sorted by relevance
1109 void testStrdup(const char *s, unsigned validIndex) { in testStrdup() argument1111 s2[validIndex + 1] = 'b'; in testStrdup()1114 void testWinStrdup(const char *s, unsigned validIndex) { in testWinStrdup() argument1116 s2[validIndex + 1] = 'b'; in testWinStrdup()1119 void testWcsdup(const wchar_t *s, unsigned validIndex) { in testWcsdup() argument1121 s2[validIndex + 1] = 'b'; in testWcsdup()1124 void testWinWcsdup(const wchar_t *s, unsigned validIndex) { in testWinWcsdup() argument1126 s2[validIndex + 1] = 'b'; in testWinWcsdup()1129 int testStrndup(const char *s, unsigned validIndex, unsigned size) { in testStrndup() argument1131 s2 [validIndex + 1] = 'b'; in testStrndup()[all …]