Searched defs:strcasecmp (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DComparison.c108 strcasecmp(const char *s1, const char *s2) function
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceLibCWrappers.h52 #undef strcasecmp macro
53 #define strcasecmp(a_psz1, a_psz2) RTStrICmp(a_psz1, a_psz2) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstring.h134 static inline int strcasecmp(const char* s1, const char* s2) { return _stricmp(s1, s2); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstring.h119 static inline int strcasecmp(const char* s1, const char* s2) { return _stricmp(s1, s2); } function
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h150 static PRInt32 strcasecmp(const char* s1, const char* s2) { function in class:nsCRT
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h53 #define strcasecmp stricmp macro
H A Ddix.h812 /* strcasecmp.c */
814 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddix.h637 /* strcasecmp.c */
639 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddix.h556 /* strcasecmp.c */
558 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstring.c131 int strcasecmp(const char *a, const char *b) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h54 #define strcasecmp stricmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h54 #define strcasecmp stricmp macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c100 #define strcasecmp stricmp macro
193 * strcasecmp is defined in /usr/ucblib/libucb.a on some platforms
196 * of strcasecmp here.
219 PRIntn strcasecmp(const char *a, const char *b) function
265 if (strcasecmp(module, "sync") == 0) {
267 } else if (strcasecmp(module, "bufsize") == 0) {
274 (0 == strcasecmp (module, "all")) ? PR_TRUE : PR_FALSE;
278 else if (strcasecmp(module, lm->name) == 0) {
383 if ((strcasecmp(module, "all") == 0)
384 || (strcasecmp(modul
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dos.h551 /* strcasecmp.c */
553 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dos.h513 /* strcasecmp.c */
515 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dos.h443 /* strcasecmp.c */
445 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dos.h441 /* strcasecmp.c */
443 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dos.h447 /* strcasecmp.c */
449 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dos.h484 /* strcasecmp.c */
486 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dos.h466 /* strcasecmp.c */
468 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dos.h473 /* strcasecmp.c */
475 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dos.h474 /* strcasecmp.c */
476 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dos.h545 /* strcasecmp.c */
547 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dos.h544 /* strcasecmp.c */
546 #define strcasecmp xstrcasecmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dos.h551 /* strcasecmp.c */
553 #define strcasecmp xstrcasecmp macro

Completed in 95 milliseconds

12