Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp202 static char* _strchr(char* str, char c) { in _strchr() function
1048 char* separator = _strchr(function_name, '.'); in InternalGetProcAddress()