/vbox/src/VBox/Runtime/common/string/ |
H A D | strcmp_alias.c | 3 * IPRT - No-CRT strcmp() alias for gcc. 32 #undef strcmp macro 36 # pragma weak strcmp macro 40 extern int (strcmp)(const char *psz1, const char *psz2) function 42 return RT_NOCRT(strcmp)(psz1, psz2); 47 __asm__(".weak strcmp\t\n" 48 " .set strcmp," RT_NOCRT_STR(strcmp) "\t\n"); 51 extern __typeof(RT_NOCRT(strcmp)) strcmp __attribute_ [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | Comparison.c | 34 /** The strcmp function compares the string pointed to by s1 to the string 37 @return The strcmp function returns an integer greater than, equal to, or 41 int strcmp(const char *s1, const char *s2) function 58 return (strcmp(s1, s2)); 77 such that if the strcmp function is applied to two transformed strings, it
|
/vbox/include/iprt/nocrt/ |
H A D | string.h | 43 int RT_NOCRT(strcmp)(const char *psz1, const char *psz2); 65 # define strcmp RT_NOCRT(strcmp) macro
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsCRT.h | 140 static PRInt32 strcmp(const char* s1, const char* s2) { function in class:nsCRT 207 /// Like strcmp except for ucs2 strings 208 static PRInt32 strcmp(const PRUnichar* s1, const PRUnichar* s2); 209 /// Like strcmp except for ucs2 strings
|
H A D | nsCRT.cpp | 44 * Often, programmers call functions like strcmp(s1,s2), and pass 197 PRInt32 nsCRT::strcmp(const PRUnichar* s1, const PRUnichar* s2) { function in class:nsCRT
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | string.c | 92 * strcmp - Compare two strings 96 int strcmp(const char * cs,const char * ct) function
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 165 int strcmp (const char *, const char *); 232 #define strcmp AsciiStrCmp macro
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | mdmac.c | 202 if (!strcmp(currentVariable->variable, name)) 232 if (!strcmp(currentVariable->variable, variableCopy)) 262 if (strcmp(currentVariable->variable, "LD_LIBRARY_PATH") == 0) 619 int strcmp(const char *str1, const char *str2) function
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 341 #undef strcmp macro 342 #define strcmp(ccp1,ccp2) xf86strcmp(ccp1,ccp2) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 381 #undef strcmp macro 382 #define strcmp(ccp1,ccp2) xf86strcmp(ccp1,ccp2) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 381 #undef strcmp macro 382 #define strcmp(ccp1,ccp2) xf86strcmp(ccp1,ccp2) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 387 #undef strcmp macro 388 #define strcmp(ccp1,ccp2) xf86strcmp(ccp1,ccp2) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 385 #undef strcmp macro 386 #define strcmp(ccp1,ccp2) xf86strcmp(ccp1,ccp2) macro
|