Searched refs:StrCmp (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_linux.cpp24 static int StrCmp(const char *s1, const char *s2) { function in namespace:__interception
39 if (StrCmp(name, "sigaction"))
/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-parse.c1133 if (StrCmp (PrimarySecondaryStr, "Primary") == 0) {
1135 } else if (StrCmp (PrimarySecondaryStr, "Secondary") == 0) {
1140 if (StrCmp (SlaveMasterStr, "Master") == 0) {
1142 } else if (StrCmp (SlaveMasterStr, "Slave") == 0) {
1532 if (StrCmp (ValueStr, "XonXoff") == 0) {
1534 } else if (StrCmp (ValueStr, "Hardware") == 0) {
1588 if (StrCmp (SASSATAStr, "NoTopology") == 0) {
1591 } else if ((StrCmp (SASSATAStr, "SATA") == 0) || (StrCmp (SASSATAStr, "SAS") == 0)) {
1600 if (StrCmp (SASSATASt
[all...]
H A Duefi-dplib.h511 * Quirky StrCmp returns 0 if equal, 1 if not. This is what the code
513 * return value. EDK2's StrCmp returns values just like C's strcmp,
519 #define StrCmp(a, b) (strcmp(a, b) != 0) macro
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h1203 StrCmp (

Completed in 188 milliseconds