Home
last modified time | relevance | path

Searched refs:fulln (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
DSAX2.c1468 xmlChar *fulln; in xmlCheckDefaultedAttributes() local
1471 fulln = xmlStrdup(attr->prefix); in xmlCheckDefaultedAttributes()
1472 fulln = xmlStrcat(fulln, BAD_CAST ":"); in xmlCheckDefaultedAttributes()
1473 fulln = xmlStrcat(fulln, attr->name); in xmlCheckDefaultedAttributes()
1475 fulln = xmlStrdup(attr->name); in xmlCheckDefaultedAttributes()
1477 if (fulln == NULL) { in xmlCheckDefaultedAttributes()
1491 if (xmlStrEqual(att, fulln)) in xmlCheckDefaultedAttributes()
1500 (const char *)fulln, in xmlCheckDefaultedAttributes()
1503 xmlFree(fulln); in xmlCheckDefaultedAttributes()
1540 xmlChar *fulln; in xmlCheckDefaultedAttributes() local
[all …]
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py1072 for n, fulln in elist:
1073 self.fp.write(" '%s' : %s,\n"%(n, fulln))