Searched defs:name2 (Results 1 - 21 of 21) sorted by relevance

/external/strace/linux/
H A Dioctlsort.c30 const char *name2 = ((struct ioctlent *) b)->name; local
31 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp (name1, name2);
/external/strace/strace/linux/
H A Dioctlsort.c30 const char *name2 = ((struct ioctlent *) b)->name; local
31 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp (name1, name2);
/external/icu4c/test/intltest/
H A Daliastst.cpp164 UnicodeString name1, name2; local
166 newLoc.getDisplayName(name2);
167 if (name1!=name2) {
173 logln(name2);
/external/stlport/src/
H A Dlocale.cpp207 // are taken from name1, and those in category c are taken from name2.
209 const char* name1, const char* name2,
214 L->name = name2;
216 _Stl_loc_combine_names_aux(L, name1, name2, name2, name2, name2, name2, name2, c);
208 _Stl_loc_combine_names(_Locale_impl* L, const char* name1, const char* name2, locale::category c) argument
/external/libxml2/
H A Dhash.c42 xmlChar *name2; member in struct:_xmlHashEntry
64 const xmlChar *name2, const xmlChar *name3) {
74 if (name2 != NULL) {
75 while ((ch = *name2++) != 0) {
90 const xmlChar *prefix2, const xmlChar *name2,
117 if (name2 != NULL) {
118 while ((ch = *name2++) != 0) {
235 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
250 key = xmlHashComputeKey(table, iter->name, iter->name2,
311 if (iter->name2)
63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
88 xmlHashComputeQKey(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
361 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata) argument
400 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f) argument
431 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2) argument
465 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
486 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
602 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
724 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
768 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
881 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
902 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
1020 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, xmlHashDeallocator f) argument
1040 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
H A Dxpointer.c1051 xmlChar *name2; local
1058 name2 = xmlXPathParseName(ctxt);
1059 if (name2 == NULL) {
1064 xmlXPtrEvalChildSeq(ctxt, name2);
H A Drelaxng.c1520 xmlChar *name2; local
1539 name2 = xmlGetProp(tmp, BAD_CAST "name");
1540 xmlRelaxNGNormExtSpace(name2);
1541 if (name2 != NULL) {
1542 if (xmlStrEqual(name, name2)) {
1547 xmlFree(name2);
H A Dxmlschemas.c3057 const char *name2)
3064 BAD_CAST des, BAD_CAST name1, BAD_CAST name2, NULL, NULL); local
3052 xmlSchemaPMutualExclAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const char *name1, const char *name2) argument
/external/dbus/dbus/
H A Ddbus-message-util.c907 const char *name2; local
1166 name2 = dbus_message_get_interface (copy);
1168 _dbus_assert (strcmp (name1, name2) == 0);
1171 name2 = dbus_message_get_member (copy);
1173 _dbus_assert (strcmp (name1, name2) == 0);
/external/icu4c/common/
H A Dpropname.cpp86 uprv_compareASCIIPropertyNames(const char *name1, const char *name2) { argument
91 r2=getASCIIPropertyNameChar(name2);
107 name2+=r2>>8;
112 uprv_compareEBCDICPropertyNames(const char *name1, const char *name2) { argument
117 r2=getEBCDICPropertyNameChar(name2);
133 name2+=r2>>8;
429 typedef int32_t U_CALLCONV PropNameCompareFn(const char *name1, const char *name2);
H A Dusprep.cpp118 UHashTok name1, name2, path1, path2; local
120 name2.pointer = b2->name;
123 return ((UBool)(uhash_compareChars(name1, name2) &
H A Ducnv_io.c481 * @param name2 a converter name or alias, zero-terminated
483 * lexically precedes name2, or a positive value if the name1
484 * lexically follows name2.
489 ucnv_compareNames(const char *name1, const char *name2) { argument
520 while ((c2 = *name2++) != 0) {
528 nextType = GET_CHAR_TYPE(*name2);
H A Duresbund.c60 UHashTok name1, name2, path1, path2; local
62 name2.pointer = b2->fName;
65 return (UBool)(uhash_compareChars(name1, name2) &
/external/icu4c/test/cintltst/
H A Dudatatst.c759 const char* name2="test"; local
793 result=udata_open(testPath, type, name2, &status);
795 log_data_err("FAIL: udata_open() failed for path=%s name2=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status));
826 const char* name2="test"; local
851 result=udata_openChoice(testPath, type, name2, isAcceptable3, NULL, &status);
853 log_data_err("FAIL: udata_openChoice() failed for path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status));
H A Dcustrtst.c1703 char name2[40]; local
1723 strcpy(name2, n2);
1743 compareIterNoIndexes(&iter1, name1, iter, name2, middle);
1744 ++name2[strlen(name2)-1];
H A Dccapitst.c3406 const char *relation, *name1, *name2; local
3422 while((name2=*names++)!=NULL) {
3423 result=ucnv_compareNames(name1, name2);
3425 log_err("ucnv_compareNames(\"%s\", \"%s\")=%d, sign!=%d\n", name1, name2, result, rel);
3427 name1=name2;
H A Dcloctst.c2695 UChar name1[256], name2[256]; local
2708 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status);
2713 if (u_strcmp(name1, name2)!=0) {
2717 u_austrcpy(names2, name2);
/external/v8/src/
H A Dscopes.cc66 String* name2 = *reinterpret_cast<String**>(key2); local
68 ASSERT(name2->IsSymbol());
69 return name1 == name2;
H A Dd8.cc99 const char* name2 = reinterpret_cast<const char*>(key2); local
100 return strcmp(name1, name2) == 0;
H A Dparser.cc1470 String* name2 = String::cast(*key2->handle()); local
1471 if (!name1->Equals(name2)) return false;
/external/yaffs2/yaffs2/direct/
H A Ddtest.c880 char name2[100]; local
1816 int make_file2(const char *name1, const char *name2,int syz) argument
1827 if(name2)
1828 h2 = yaffs_open(name2,O_CREAT | O_TRUNC | O_RDWR, S_IREAD | S_IWRITE);

Completed in 390 milliseconds