Searched defs:strcmp (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
H A Dstrcmp.c46 strcmp(const char *s1, const char *s2) function
/device/linaro/bootloader/edk2/StdLib/LibC/String/
H A DComparison.c34 /** The strcmp function compares the string pointed to by s1 to the string
37 @return The strcmp function returns an integer greater than, equal to, or
41 int strcmp(const char *s1, const char *s2) function
58 return (strcmp(s1, s2));
77 such that if the strcmp function is applied to two transformed strings, it
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A DOnigurumaUefiPort.h68 #define strcmp OnigStrCmp macro
/device/linaro/bootloader/edk2/CryptoPkg/Include/
H A DOpenSslSupport.h205 int strcmp (const char *, const char *);
272 #define strcmp AsciiStrCmp macro

Completed in 129 milliseconds