reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
  104   while (*s != '\0') {
  105     CHECK_GE(s, z);
  107     if (*s == '\033' && *(s + 1) == '[') {
  107     if (*s == '\033' && *(s + 1) == '[') {
  108       s = internal_strchrnul(s, 'm');
  108       s = internal_strchrnul(s, 'm');
  109       if (*s == '\0') {
  112       s++;
  118     if (s != z)
  119       *z = *s;
  123     s++;