Searched defs:stricmp (Results 1 - 6 of 6) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
| H A D | CommonLib.h | 153 #define stricmp strcasecmp macro
|
| /vbox/include/iprt/nocrt/ |
| H A D | string.h | 45 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 D | string.h | 137 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 D | string.h | 122 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 D | TftpServer.c | 390 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 D | utils.py | 1278 def stricmp(sFirst, sSecond): function
|
Completed in 515 milliseconds