Searched refs:PL_strcmp (Results 1 - 20 of 20) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcmp.c42 PL_strcmp(const char *a, const char *b)
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestID.cpp68 if (0 != PL_strcmp(cp, ids[4*(i/4) + 3])) {
H A DTestCRT.cpp62 PRIntn clib = PL_strcmp(s1, s2);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dgetproto.c93 else if (PL_strcmp("tcp", proto.p_name)) {
105 else if (PL_strcmp("udp", proto.p_name)) {
H A Ddlltest.c83 if (argc >= 2 && PL_strcmp(argv[1], "-d") == 0) {
H A Dmultiwait.c650 if ((NULL == test_name) || (0 == PL_strcmp(name, test_name)))
H A Dcltsrv.c1021 if (0 != PL_strcmp(serverName, DEFAULT_SERVER)) serverIsLocal = PR_FALSE;
H A Dprovider.c1238 if (0 != PL_strcmp(serverName, DEFAULT_SERVER)) serverIsLocal = PR_FALSE;
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dbase64t.c1884 if( 0 != PL_strcmp((char *)cypher, rv) )
1935 if( 0 != PL_strcmp((char *)cypher, rv) )
1992 if( 0 != PL_strcmp((char *)cypher, rv) )
2032 if( 0 != PL_strcmp(rv, array[i].cyphertext) )
2425 if( 0 != PL_strcmp((char *)plain, rv) )
2471 if( 0 != PL_strcmp((char *)plain, rv) )
2522 if( 0 != PL_strcmp((char *)plain, rv) )
2575 if( 0 != PL_strcmp((char *)plain, rv) )
2633 if( 0 != PL_strcmp((char *)plain, rv) )
2672 if( 0 != PL_strcmp(r
[all...]
H A Dstring.c895 /* PL_strcmp */
940 printf("Test 011 (PL_strcmp) ..."); fflush(stdout);
944 PRIntn rv = PL_strcmp(array[i].one, array[i].two);
3044 if( PL_strcmp(token, tokens[i]) != 0 )
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h66 #define PL_strcmp VBoxNsplPL_strcmp macro
247 * PL_strcmp
256 PL_strcmp(const char *a, const char *b);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiWorkingSet.cpp101 return str1 == str2 || 0 == PL_strcmp(str1, str2);
258 0 == PL_strcmp(name, file.GetName()))
312 if(0 == PL_strcmp(name, mZipItemArray[i].GetName()))
H A DxptiManifest.cpp366 if(0 != PL_strcmp(values[0]+1, token))
438 if(0 != PL_strcmp(values[1], g_TOKEN_Version))
463 if(0 != PL_strcmp(values[1], g_TOKEN_AppDir))
H A Dxptiprivate.h213 0 == PL_strcmp(mName, r.mName);
274 return 0 == PL_strcmp(mName, r.mName);
H A DxptiInterfaceInfoManager.cpp605 if(0 == PL_strcmp(aName, aWorkingSet->GetFileAt(i).GetName()))
1376 if(0 == PL_strcmp(destFilename, srcFilename) &&
1383 if(0 == PL_strcmp(destEntry->GetTheName(), srcEntry->GetTheName()))
H A DxptiInterfaceInfo.cpp353 if (PL_strcmp(methodName, info->GetName()) == 0) {
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h141 return PRInt32(PL_strcmp(s1, s2));
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/
H A DtmTransactionService.cpp342 PL_strcmp(qmap->joinedQueueName, (char*) aTrans->GetMessage()) == 0) {
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp538 if (PL_strcmp(left->GetClassName(), right->GetClassName()) < 0) {
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp1019 if (0 != PL_strcmp(values[0]+1, token))

Completed in 133 milliseconds