Searched refs:strdup (Results 1 – 10 of 10) sorted by relevance
58 if (utf8) this->utf8 = strdup(utf8); in text()160 dup->utf8 = strdup(utf8); in duplicate()
312 loader->hashpath = strdup(path.c_str()); in loader()328 loader->hashpath = strdup(path.c_str()); in loader()451 loader->hashpath = strdup(name); in loader()
57 #define strdup _strdup macro
79 to->fill.paint.url = strdup(from->fill.paint.url); in _copyStyle()113 to->stroke.paint.url = strdup(from->stroke.paint.url); in _copyStyle()204 to->style->clipPath.url = strdup(from->style->clipPath.url); in cssCopyStyleAttr()208 to->style->mask.url = strdup(from->style->mask.url); in cssCopyStyleAttr()
129 if (str) return strdup(str); in getStringCopy()
210 this->dirName = strdup("."); in open()301 auto temp = strdup(slot); in override()
133 this->key = strdup(key); in set()
97 return strdup(str); in _copyId()1940 return strdup(href); in _idFromHref()2163 text->fontFamily = strdup(value); in _attrParseTextNode()3121 to->style->clipPath.url = strdup(from->style->clipPath.url); in _copyAttr()3125 to->style->mask.url = strdup(from->style->mask.url); in _copyAttr()3164 to->node.path.path = strdup(from->node.path.path); in _copyAttr()3187 to->node.image.href = strdup(from->node.image.href); in _copyAttr()3207 to->node.text.text = strdup(from->node.text.text); in _copyAttr()3211 to->node.text.fontFamily = strdup(from->node.text.fontFamily); in _copyAttr()
567 if (p == itr) *tag = strdup("all"); in simpleXmlParseCSSAttribute()
488 char * pathCopy = strdup(path); in create_folders_if_needed()