Searched defs:strncmp (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DComparison.c61 /** 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 Dstring.h44 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 Dstring.h216 static inline int strncmp(const char * cs,const char * ct,size_t count) function
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h144 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 DnsCRT.cpp227 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 Dstring.c111 * 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 DOpenSslSupport.h166 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 Dxf86_libc.h353 #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 Dxf86_libc.h397 #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 Dxf86_libc.h397 #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 Dxf86_libc.h403 #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 Dxf86_libc.h401 #undef strncmp macro
402 #define strncmp(ccp1,ccp2,I) xf86strncmp(ccp1,ccp2,I) macro

Completed in 73 milliseconds