Lines Matching refs:expected_str
694 char expected_str[100];
695 sprintf(expected_str, ASAN_PCRE_DOTALL
698 return string(expected_str);
711 char expected_str[100];
712 sprintf(expected_str, ASAN_PCRE_DOTALL "%s.*located %d bytes to the left",
714 return string(expected_str);
727 char expected_str[100];
728 sprintf(expected_str, "located %d bytes to the left", oob_distance);
729 return string(expected_str);