Searched refs:PL_strncmp (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcmp.c51 PL_strncmp(const char *a, const char *b, PRUint32 max)
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestCRT.cpp63 PRIntn clib_n = PL_strncmp(s1, s2, n);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dbase64t.c77 if( 0 != PL_strncmp((char *)cypher, result, 4) )
126 if( 0 != PL_strncmp((char *)cypher, result, 4) )
181 if( 0 != PL_strncmp((char *)cypher, result, 4) )
1842 if( 0 != PL_strncmp(result, array[i].cyphertext, clen) )
2075 if( 0 != PL_strncmp((char *)plain, result, 1) )
2119 if( 0 != PL_strncmp((char *)plain, result, 1) )
2168 if( 0 != PL_strncmp((char *)plain, result, 2) )
2219 if( 0 != PL_strncmp((char *)plain, result, 2) )
2274 if( 0 != PL_strncmp((char *)plain, result, 3) )
2327 if( 0 != PL_strncmp(resul
[all...]
H A Dstring.c973 /* PL_strncmp */
1085 printf("Test 012 (PL_strncmp) ..."); fflush(stdout);
1089 PRIntn rv = PL_strncmp(array[i].one, array[i].two, array[i].max);
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h67 #define PL_strncmp VBoxNsplPL_strncmp macro
259 * PL_strncmp
270 PL_strncmp(const char *a, const char *b, PRUint32 max);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h146 return PRInt32(PL_strncmp(s1, s2, aMaxLen));
168 return PRInt32(PL_strncmp(s1,s2,unsigned(aMaxLen)));

Completed in 45 milliseconds