Searched refs:strnicmp (Results 1 - 12 of 12) sorted by relevance

/vbox/include/iprt/nocrt/
H A Dstring.h46 int RT_NOCRT(strnicmp)(const char *psz1, const char *psz2, size_t cch);
68 # define strnicmp RT_NOCRT(strnicmp) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c342 while (*TokenStr != NULL && (strnicmp (*TokenStr, "COMP_NAME", 9) != 0)) {
344 if (strnicmp (*TokenStr, "COMP_LOC", 8) == 0) {
346 if (strnicmp (*TokenStr, "F", 1) == 0) {
348 } else if (strnicmp (*TokenStr, "S", 1) == 0) {
353 } else if (strnicmp (*TokenStr, "COMP_TYPE", 9) == 0) {
361 } else if (strnicmp (*TokenStr, "COMP_VER", 8) == 0) {
363 if (strnicmp (*TokenStr, "-", 1) == 0) {
371 } else if (strnicmp (*TokenStr, "COMP_BIN", 8) == 0) {
374 } else if (strnicmp (*TokenStr, "COMP_SYM", 8) == 0) {
377 } else if (strnicmp (*TokenSt
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.h155 #define strnicmp strncasecmp macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstring.h22 int __pure strnicmp(const char *s1, const char *s2, size_t len) __nonnull;
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstringextra.c43 * strnicmp - Case insensitive, length-limited string comparison
48 int strnicmp(const char *s1, const char *s2, size_t len) function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstring.h141 static inline int strnicmp(const char* s1, const char* s2, size_t n) { return _strnicmp(s1, s2, n); } function
/vbox/src/VBox/Main/src-client/win/
H A Ddllmain.cpp230 if (strnicmp(szProgId, RT_STR_TUPLE("VirtualBox.")))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstring.h126 static inline int strnicmp(const char* s1, const char* s2, size_t n) { return _strnicmp(s1, s2, n); } function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c101 #define strncasecmp strnicmp
/vbox/src/libs/libxml2-2.6.31/
H A Dtriostr.c72 # define strncasecmp(x,y,n) strnicmp(x,y,n)
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp1348 if ( strnicmp( myFilePath.get(), inFilePath.get(), myFilePathLen) == 0)
H A DnsLocalFileWin.cpp2031 if ( strnicmp( myFilePath.get(), inFilePath.get(), myFilePathLen) == 0)

Completed in 1320 milliseconds