Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Duefi-dplib.h515 #define StrnCmp(a, b, n) strncmp(a, b, n) macro
H A Defivar-dp-parse.c116 if (StrnCmp (Str, NodeName, NodeNameLength) != 0) { in GetParamByNodeName()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h1160 StrnCmp (
/freebsd/sys/contrib/edk2/
H A DMdePkg.dec2132 # BaseLib functions: StrLen(), StrSize(), StrCmp(), StrnCmp(), StrCpy(), StrnCpy()<BR><BR>