Searched refs:str_append (Results 1 – 6 of 6) sorted by relevance
/external/toybox/kconfig/ |
D | mconf.c | 335 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 …]
|
D | util.c | 85 void str_append(struct gstr *gs, const char *s) in str_append() function 102 str_append(gs, s); in str_printf()
|
D | lkc.h | 102 void str_append(struct gstr *gs, const char *s);
|
D | expr.c | 1094 str_append((struct gstr*)data, str); in expr_print_gstr_helper()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 188 static SkString* str_append(SkString* str, const SkRect& r) { in str_append() function 1765 result[SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC] = Json::Value(str_append(&desc, fRect)->c_str()); in toJSON() 1872 str_append(&desc, fRect)->appendf(" %s", fKey.c_str()); in toJSON() 2081 result[SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC] = Json::Value(str_append(&desc, fDst)->c_str()); in toJSON() 2259 result[SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC] = Json::Value(str_append(&desc, fDst)->c_str()); in toJSON() 2324 result[SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC] = Json::Value(str_append(&desc, fDst)->c_str()); in toJSON() 2984 result[SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC] = Json::Value(str_append(&desc, bounds)->c_str()); 3149 result[SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC] = Json::Value(str_append(&desc, fRect)->c_str());
|
/external/strace/ |
D | ChangeLog | 31063 * file.c: Remove static str_append(). 31064 (sprint_open_modes): Use stpcpy() instead of str_append().
|