Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp216 static int _strcmp(const char *s1, const char *s2) { in _strcmp() function
1312 if (!_strcmp(func_name, name)) { in InternalGetProcAddress()
1369 if (_strcmp(func_name, ignored) == 0) in OverrideFunction()
1427 if (_strcmp(funcname, function_name) == 0) in OverrideImportedFunction()