Searched refs:str_append (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/include/linux/
H A Dstring.h4 int str_append(char **s, int *len, const char *a);
/external/toybox/kconfig/
H A Dutil.c85 void str_append(struct gstr *gs, const char *s) function
102 str_append(gs, s);
H A Dmconf.c335 str_append(r, " Depends on: ");
337 str_append(r, "\n");
352 str_append(r, "\n");
369 str_append(r, " Selects: ");
376 str_append(r, "\n");
378 str_append(r, " Selected by: ");
380 str_append(r, "\n");
382 str_append(r, "\n\n");
394 str_append(&res, "No matches found.\n");
705 str_append(
[all...]
H A Dlkc.h102 void str_append(struct gstr *gs, const char *s);
H A Dexpr.c1094 str_append((struct gstr*)data, str);
/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-events.c861 str_append(&s, &len, ",");
862 str_append(&s, &len, "cpu/");
863 str_append(&s, &len, p);
864 str_append(&s, &len, "/");
H A Dstring.c392 * str_append - reallocate string and append another
397 int str_append(char **s, int *len, const char *a) function

Completed in 549 milliseconds