Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cpp85 if (const char *bslash_pos = internal_strrchr(module, '\\')) in StripModuleName() local
86 return StripModuleName(bslash_pos + 1); in StripModuleName()