Home
last modified time | relevance | path

Searched refs:buf_pos (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp58 char *buf_pos = buf + 32; in SubstituteForFlagValue() local
60 *--buf_pos = (pid % 10) + '0'; in SubstituteForFlagValue()
63 while (buf_pos < buf + 32 && out < out_end - 1) in SubstituteForFlagValue()
64 *out++ = *buf_pos++; in SubstituteForFlagValue()