Searched defs:strncasecmp (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceLibCWrappers.h54 #undef strncasecmp macro
55 #define strncasecmp(a_psz1, a_psz2, a_cch) RTStrNICmp(a_psz1, a_psz2, a_cch) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstring.h140 static inline int strncasecmp(const char *str1, const char *str2, size_t n) { return _strnicmp(str1, str2, n); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstring.h125 static inline int strncasecmp(const char *str1, const char *str2, size_t n) { return _strnicmp(str1, str2, n); } function
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h155 static PRInt32 strncasecmp(const char* s1, const char* s2, PRUint32 aMaxLen) { function in class:nsCRT
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddix.h563 #define strncasecmp xstrncasecmp macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c101 #define strncasecmp strnicmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dos.h559 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dos.h521 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dos.h450 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dos.h448 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dos.h454 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dos.h491 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dos.h473 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dos.h480 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dos.h481 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dos.h553 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dos.h552 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dos.h559 #define strncasecmp xstrncasecmp macro
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c437 int strncasecmp (const char *c, const char *s, size_t l) function
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h318 int strncasecmp(const char *str1, const char *str2, size_t n);
320 # define strncasecmp _strnicmp macro
484 #define strncasecmp __WINE_NOT_PORTABLE(strncasecmp) macro
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h424 # define strncasecmp RTStrNICmp macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h322 int strncasecmp(const char *str1, const char *str2, size_t n);
324 # define strncasecmp _strnicmp macro
479 #define strncasecmp __WINE_NOT_PORTABLE(strncasecmp) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h318 int strncasecmp(const char *str1, const char *str2, size_t n);
320 # define strncasecmp _strnicmp macro
484 #define strncasecmp __WINE_NOT_PORTABLE(strncasecmp) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h327 int strncasecmp(const char *str1, const char *str2, size_t n);
329 # define strncasecmp _strnicmp macro
484 #define strncasecmp __WINE_NOT_PORTABLE(strncasecmp) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h318 int strncasecmp(const char *str1, const char *str2, size_t n);
320 # define strncasecmp _strnicmp macro
484 #define strncasecmp __WINE_NOT_PORTABLE(strncasecmp) macro

Completed in 251 milliseconds

12