Home
last modified time | relevance | path

Searched refs:str_append (Results 1 – 11 of 11) sorted by relevance

/external/toybox/kconfig/
Dmconf.c335 str_append(r, " Depends on: "); in get_prompt_str()
337 str_append(r, "\n"); in get_prompt_str()
352 str_append(r, "\n"); in get_prompt_str()
369 str_append(r, " Selects: "); in get_symbol_str()
376 str_append(r, "\n"); in get_symbol_str()
378 str_append(r, " Selected by: "); in get_symbol_str()
380 str_append(r, "\n"); in get_symbol_str()
382 str_append(r, "\n\n"); in get_symbol_str()
394 str_append(&res, "No matches found.\n"); in get_relations_str()
705 str_append(&help, _(sym->help)); in show_help()
[all …]
Dutil.c85 void str_append(struct gstr *gs, const char *s) in str_append() function
102 str_append(gs, s); in str_printf()
Dlkc.h102 void str_append(struct gstr *gs, const char *s);
Dexpr.c1094 str_append((struct gstr*)data, str); in expr_print_gstr_helper()
/external/u-boot/scripts/kconfig/
Dmenu.c759 str_append(r, "\n"); in get_prompt_str()
784 str_append(r, prefix); in get_symbol_props_str()
791 str_append(r, "\n"); in get_symbol_props_str()
811 str_append(r, "\n"); in get_symbol_str()
823 str_append(r, _(" Depends on: ")); in get_symbol_str()
825 str_append(r, "\n"); in get_symbol_str()
843 str_append(r, "\n\n"); in get_symbol_str()
855 str_append(&res, _("No matches found.\n")); in get_relations_str()
Dutil.c101 void str_append(struct gstr *gs, const char *s) in str_append() function
121 str_append(gs, s); in str_printf()
Dlkc.h132 void str_append(struct gstr *gs, const char *s);
Dexpr.c1264 str_append(gs, "\\\n"); in expr_print_gstr_helper()
1267 str_append(gs, str); in expr_print_gstr_helper()
/external/skqp/tools/debugger/
DSkDrawCommand.cpp201 static SkString* str_append(SkString* str, const SkRect& r) { in str_append() function
1125 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON()
1190 str_append(&desc, fRect)->appendf(" %s", fKey.c_str()); in toJSON()
1262 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON()
1336 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON()
1430 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON()
1477 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON()
1830 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, bounds)->c_str()); in toJSON()
1899 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON()
/external/skia/tools/debugger/
DSkDrawCommand.cpp202 static SkString* str_append(SkString* str, const SkRect& r) { in str_append() function
1126 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON()
1191 str_append(&desc, fRect)->appendf(" %s", fKey.c_str()); in toJSON()
1263 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON()
1337 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON()
1431 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON()
1478 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON()
1852 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, bounds)->c_str()); in toJSON()
1921 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON()
/external/strace/
DChangeLog50253 * file.c: Remove static str_append().
50254 (sprint_open_modes): Use stpcpy() instead of str_append().