Searched defs:stricmp (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.h153 #define stricmp strcasecmp macro
/vbox/include/iprt/nocrt/
H A Dstring.h45 int RT_NOCRT(stricmp)(const char *psz1, const char *psz2);
67 # define stricmp RT_NOCRT(stricmp) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstring.h137 static inline int stricmp(const char* s1, const char* s2) { return _stricmp(s1, s2); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstring.h122 static inline int stricmp(const char* s1, const char* s2) { return _stricmp(s1, s2); } function
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c390 stricmp ( function
588 if ( 0 == stricmp ((char *)pOption, "blksize" )) {
636 else if ( 0 == stricmp ((char *)pOption, "timeout" )) {
674 else if ( 0 == stricmp ((char *)pOption, "tsize" )) {
980 if ( 0 != stricmp ((char *)pMode, "octet" )) {
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py1278 def stricmp(sFirst, sSecond): function

Completed in 515 milliseconds