/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | Comparison.c | 61 /** The strncmp function compares not more than n characters (characters that 65 @return The strncmp function returns an integer greater than, equal to, 70 int strncmp(const char *s1, const char *s2, size_t n) function
|
/vbox/include/iprt/nocrt/ |
H A D | string.h | 44 int RT_NOCRT(strncmp)(const char *psz1, const char *psz2, size_t cch); 66 # define strncmp RT_NOCRT(strncmp) macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/ |
H A D | string.h | 216 static inline int strncmp(const char * cs,const char * ct,size_t count) function
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsCRT.h | 144 static PRInt32 strncmp(const char* s1, const char* s2, function in class:nsCRT 164 static PRInt32 strncmp(const char* s1, const char* s2, PRInt32 aMaxLen) { function in class:nsCRT 210 static PRInt32 strncmp(const PRUnichar* s1, const PRUnichar* s2,
|
H A D | nsCRT.cpp | 227 PRInt32 nsCRT::strncmp(const PRUnichar* s1, const PRUnichar* s2, PRUint32 n) { function in class:nsCRT
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | string.c | 111 * strncmp - Compare two length-limited strings 116 int strncmp(const char * cs,const char * ct,size_t count) function
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 166 int strncmp (const char *, const char *, size_t); 175 int strncmp (const char *, const char *, size_t); 233 #define strncmp(string1,string2,count) (int)(AsciiStrnCmp(string1,string2,(UINTN)(count))) macro
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 353 #undef strncmp macro 354 #define strncmp(ccp1,ccp2,I) xf86strncmp(ccp1,ccp2,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 397 #undef strncmp macro 398 #define strncmp(ccp1,ccp2,I) xf86strncmp(ccp1,ccp2,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 397 #undef strncmp macro 398 #define strncmp(ccp1,ccp2,I) xf86strncmp(ccp1,ccp2,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 403 #undef strncmp macro 404 #define strncmp(ccp1,ccp2,I) xf86strncmp(ccp1,ccp2,I) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 401 #undef strncmp macro 402 #define strncmp(ccp1,ccp2,I) xf86strncmp(ccp1,ccp2,I) macro
|