Searched refs:prefix2 (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Tools/faqwiz/ |
D | move-faqwiz.sh | 29 cut_n_pad $2 1 prefix2 39 file2=faq$prefix2.$suffix2.htp 41 echo "Moving FAQ question $prefix1.$suffix1 to $prefix2.$suffix2"
|
/external/libxml2/ |
D | hash.c | 114 const xmlChar *prefix2, const xmlChar *name2, in xmlHashComputeQKey() argument 139 if (prefix2 != NULL) { in xmlHashComputeQKey() 140 while ((ch = *prefix2++) != 0) { in xmlHashComputeQKey() 509 const xmlChar *name, const xmlChar *prefix2, in xmlHashQLookup2() argument 511 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL)); in xmlHashQLookup2() 813 const xmlChar *prefix2, const xmlChar *name2, in xmlHashQLookup3() argument 822 key = xmlHashComputeQKey(table, prefix, name, prefix2, in xmlHashQLookup3() 828 (xmlStrQEqual(prefix2, name2, entry->name2)) && in xmlHashQLookup3()
|
D | parser.c | 8775 const xmlChar *prefix2; in xmlParseQNameAndCompare() local 8803 ret = xmlParseQName (ctxt, &prefix2); in xmlParseQNameAndCompare() 8804 if ((ret == name) && (prefix == prefix2)) in xmlParseQNameAndCompare()
|
D | testapi.c | 10224 xmlChar * prefix2; /* the second prefix of the userdata */ in test_xmlHashQLookup2() local 10238 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3); in test_xmlHashQLookup2() 10241 …(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *… in test_xmlHashQLookup2() 10247 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3); in test_xmlHashQLookup2() 10284 xmlChar * prefix2; /* the second prefix of the userdata */ in test_xmlHashQLookup3() local 10304 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3); in test_xmlHashQLookup3() 10309 …(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *… in test_xmlHashQLookup3() 10315 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3); in test_xmlHashQLookup3()
|
/external/libxml2/include/libxml/ |
D | hash.h | 193 const xmlChar *prefix2); 199 const xmlChar *prefix2,
|
/external/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 192 d prefix2 * value options(*string) const xmlChar * 200 d prefix2 * value options(*string) const xmlChar *
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 677 prefix2 = indent + self.PS2 686 prefix = prefix2
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 41 .. option:: --check-prefixes prefix1,prefix2,...
|