Home
last modified time | relevance | path

Searched defs:StrCmp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.cpp24 static int StrCmp(const char *s1, const char *s2) { in StrCmp() function
/freebsd/lib/libefivar/
H A Duefi-dplib.h508 #define StrCmp(a, b) (strcmp(a, b) != 0) macro