Searched refs:prefix2 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/pathname/lib/
H A Dpathname.rb335 prefix2 = path2
338 while r2 = chop_basename(prefix2)
339 prefix2, basename2 = r2
340 index_list2.unshift prefix2.length
343 return path2 if prefix2 != ''
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dhash.h190 const xmlChar *prefix2);
196 const xmlChar *prefix2,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dhash.h190 const xmlChar *prefix2);
196 const xmlChar *prefix2,
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCD.c130 CFStringRef prefix2; local
205 !CFDictionaryGetValueIfPresent(formatOptions, CFSTR("PREFIX2"), (const void **)&prefix2)) {
206 prefix2 = prefix1;
248 prefix2,
254 prefix2);
271 CFStringAppendFormat(str, formatOptions, CFSTR("\n%@}"), prefix2);
334 prefix2,
340 prefix2);
363 CFStringAppendFormat(str, formatOptions, CFSTR("\n%@}"), prefix2);
/macosx-10.10/libxml2-26/libxml2/
H A Dhash.c114 const xmlChar *prefix2, const xmlChar *name2,
139 if (prefix2 != NULL) {
140 while ((ch = *prefix2++) != 0) {
488 * @prefix2: the second prefix of the userdata
497 const xmlChar *name, const xmlChar *prefix2,
499 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL));
789 * @prefix2: the second prefix of the userdata
801 const xmlChar *prefix2, const xmlChar *name2,
810 key = xmlHashComputeQKey(table, prefix, name, prefix2,
816 (xmlStrQEqual(prefix2, name
112 xmlHashComputeQKey(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
496 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
799 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
[all...]
H A Dparser.c8834 const xmlChar *prefix2; local
8862 ret = xmlParseQName (ctxt, &prefix2);
8863 if ((ret == name) && (prefix == prefix2))
H A Dtestapi.c10149 xmlChar * prefix2; /* the second prefix of the userdata */ local
10163 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3);
10166 ret_val = xmlHashQLookup2(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2);
10172 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3);
10209 xmlChar * prefix2; /* the second prefix of the userdata */ local
10229 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3);
10234 ret_val = xmlHashQLookup3(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2, (const xmlChar *)prefix3, (const xmlChar *)name3);
10240 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3);
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dhash.c90 const xmlChar *prefix2, const xmlChar *name2,
111 if (prefix2 != NULL) {
112 while ((ch = *prefix2++) != 0) {
456 * @prefix2: the second prefix of the userdata
465 const xmlChar *name, const xmlChar *prefix2,
467 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL));
757 * @prefix2: the second prefix of the userdata
769 const xmlChar *prefix2, const xmlChar *name2,
778 key = xmlHashComputeQKey(table, prefix, name, prefix2,
784 (xmlStrQEqual(prefix2, name
88 xmlHashComputeQKey(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
464 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
767 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
[all...]
H A Dparser.c8383 const xmlChar *prefix2; local
8411 ret = xmlParseQName (ctxt, &prefix2);
8412 if ((ret == name) && (prefix == prefix2))
H A Dtestapi.c10105 xmlChar * prefix2; /* the second prefix of the userdata */ local
10119 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3);
10122 ret_val = xmlHashQLookup2(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2);
10128 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3);
10165 xmlChar * prefix2; /* the second prefix of the userdata */ local
10185 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3);
10190 ret_val = xmlHashQLookup3(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2, (const xmlChar *)prefix3, (const xmlChar *)name3);
10196 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3);
[all...]
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dattributes.c423 const xmlChar *prefix2 = NULL; local
430 ncname2 = xsltSplitQName(style->dict, curval, &prefix2);
434 refAttrItems->ns = prefix2;
/macosx-10.10/ruby-106/ruby/tool/
H A Dtranscode-tblgen.rb308 prefix2 = prefix + "%02X" % byte_min
310 prefix2 = prefix + "{%02X-%02X}" % [byte_min, byte_max]
312 child_tree = expand_rec(prefix2, r_rects2, &block)
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm300 =item autowrap( $class1 => $prefix1, $class2 => $prefix2, ... )
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c1361 Tcl_UniChar prefix1[800], prefix2[800], suffix1[800], suffix2[800]; local
1374 prefix2[0] = '\0';
1494 p += addCurrencySymbol (p, prefix2, &i);
1496 prefix2[i++] = *p;
1501 prefix2[i] = '\0';
1527 p1 = prefix2;
1548 prefix = prefix2;

Completed in 387 milliseconds