Home
last modified time | relevance | path

Searched refs:dupstr (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/experimental/svg/model/
DSkSVGXMLDOM.cpp59 attr->fValue = dupstr(fAlloc, (res < 0) ? value : colorBuffer); in setSVGColorAndOpacity()
69 attr->fValue = dupstr(fAlloc, (res < 0) ? value : opacityBuffer); in setSVGColorAndOpacity()
77 attr->fName = dupstr(fAlloc, name); in onAddAttribute()
83 attr->fValue = dupstr(fAlloc, value); in onAddAttribute()
90 attr->fName = dupstr(fAlloc, arr.first.c_str()); in onAddAttribute()
94 attr->fValue = dupstr(fAlloc, arr.second.c_str()); in onAddAttribute()
/third_party/e2fsprogs/ext2ed/
Dmain.c478 return (dupstr (current_type->type_commands.names [i])); in complete_command()
489 return (dupstr (ext2_commands.names [i])); in complete_command()
500 return (dupstr (general_commands.names [i])); in complete_command()
509 return (dupstr ("quit")); in complete_command()
522 char *dupstr (char *src) in dupstr() function
Dext2ed.h300 char *dupstr (char *src);
/third_party/skia/src/xml/
DSkDOM.cpp182 static char* dupstr(SkArenaAlloc* chunk, const char src[], size_t srcLen) { in dupstr() function
239 attr->fName = dupstr(fAlloc, name, strlen(name)); in onAddAttribute()
240 attr->fValue = dupstr(fAlloc, value, strlen(value)); in onAddAttribute()
279 fElemName = dupstr(fAlloc, elem, elemSize); in startCommon()
/third_party/flutter/skia/src/xml/
DSkDOM.cpp180 static char* dupstr(SkArenaAlloc* chunk, const char src[]) { in dupstr() function
238 attr->fName = dupstr(fAlloc, name); in onAddAttribute()
239 attr->fValue = dupstr(fAlloc, value); in onAddAttribute()
278 fElemName = dupstr(fAlloc, elem); in startCommon()
/third_party/quickjs/
Drepl.js785 function dupstr(str, count) { function
813 prompt += dupstr(" ", plen - prompt.length);
819 t = dupstr("0", 5 - t.length) + t;
1280 readline_start(dupstr(" ", level), readline_handle_cmd);