HomeSort by: relevance | last modified time | path
    Searched refs:next_char (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.cc 123 const char *next_char = StripPrefix(line, suppression_types_[type]); local in function:__sanitizer::SuppressionContext::Parse
124 if (next_char && *next_char == ':') {
125 line = ++next_char;
  /src/lib/libutil/
sockaddr_snprintf.c 235 next_char:
239 goto next_char;

Completed in 11 milliseconds