Searched refs:PL_strncasecmp (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcstr.c52 if( 0 == PL_strncasecmp(big, little, ll) )
73 if( 0 == PL_strncasecmp(p, little, ll) )
94 if( 0 == PL_strncasecmp(big, little, ll) )
119 if( 0 == PL_strncasecmp(p, little, ll) )
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringComparator.cpp58 PRInt32 result=PRInt32(PL_strncasecmp(lhs, rhs, aLength));
59 //Egads. PL_strncasecmp is returning *very* negative numbers.
H A DnsStringObsolete.cpp291 result=PRInt32(PL_strncasecmp(aStr1, aStr2, aCount));
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCRT.cpp65 PRIntn clib_case_n = PL_strncasecmp(s1, s2, n);
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h69 #define PL_strncasecmp VBoxNsplPL_strncasecmp macro
285 * PL_strncasecmp
294 PL_strncasecmp(const char *a, const char *b, PRUint32 max);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h156 PRInt32 result=PRInt32(PL_strncasecmp(s1, s2, aMaxLen));
157 //Egads. PL_strncasecmp is returning *very* negative numbers.
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c1196 /* PL_strncasecmp */
1307 printf("Test 014 (PL_strncasecmp) ..."); fflush(stdout);
1311 PRIntn rv = PL_strncasecmp(array[i].one, array[i].two, array[i].max);

Completed in 67 milliseconds