/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | Comparison.c | 108 strcasecmp(const char *s1, const char *s2) function
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/ |
H A D | VBoxDTraceLibCWrappers.h | 52 #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 D | string.h | 134 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 D | string.h | 119 static inline int strcasecmp(const char* s1, const char* s2) { return _stricmp(s1, s2); } function
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsCRT.h | 150 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 D | config.h | 53 #define strcasecmp stricmp macro
|
H A D | dix.h | 812 /* strcasecmp.c */ 814 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | dix.h | 637 /* strcasecmp.c */ 639 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | dix.h | 556 /* strcasecmp.c */ 558 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | string.c | 131 int strcasecmp(const char *a, const char *b) function
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | config.h | 54 #define strcasecmp stricmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | config.h | 54 #define strcasecmp stricmp macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prlog.c | 100 #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 D | os.h | 551 /* strcasecmp.c */ 553 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | os.h | 513 /* strcasecmp.c */ 515 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | os.h | 443 /* strcasecmp.c */ 445 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | os.h | 441 /* strcasecmp.c */ 443 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | os.h | 447 /* strcasecmp.c */ 449 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | os.h | 484 /* strcasecmp.c */ 486 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | os.h | 466 /* strcasecmp.c */ 468 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | os.h | 473 /* strcasecmp.c */ 475 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | os.h | 474 /* strcasecmp.c */ 476 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | os.h | 545 /* strcasecmp.c */ 547 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | os.h | 544 /* strcasecmp.c */ 546 #define strcasecmp xstrcasecmp macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | os.h | 551 /* strcasecmp.c */ 553 #define strcasecmp xstrcasecmp macro
|