Searched refs:char_array_with_nul (Results 1 – 2 of 2) sorted by relevance
130 const char char_array_with_nul[] = "Here's a NUL\0 and some more string"; in TEST() local131 const ::std::string string_with_nul(char_array_with_nul, in TEST()132 sizeof(char_array_with_nul) - 1); in TEST()
4683 static const char char_array_with_nul[] = in TEST() local4686 char_array_with_nul, in TEST()4687 sizeof(char_array_with_nul) - 1); // drops the trailing NUL in TEST()