Searched refs:chars_to_append (Results 1 – 1 of 1) sorted by relevance
87 static const char chars_to_append[] = { 'z', '0', '_' }; in TEST() local88 for (int j = 0; j < static_cast<int>(arraysize(chars_to_append)); ++j) { in TEST()90 buffer[length] = chars_to_append[j]; in TEST()