/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/ |
string.h | 4 int str_append(char **s, int *len, const char *a);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 239 static void str_append P_((struct line *, const char *, size_t)); function 241 str_append(to, string, length) 291 str_append(to, string, length); 316 str_append(to, string, length); 333 str_append(to, string, length); 356 str_append(to, string, length); 477 str_append(to, "\n", 1); 478 str_append(to, from->active, from->length); 541 str_append(&line, b, result); 1229 str_append(&s_accum, line.active + start, offset - start) [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
string.c | 392 * str_append - reallocate string and append another 397 int str_append(char **s, int *len, const char *a) function
|
parse-events.c | 861 str_append(&s, &len, ","); 862 str_append(&s, &len, "cpu/"); 863 str_append(&s, &len, p); 864 str_append(&s, &len, "/");
|
/ndk/sources/host-tools/sed-4.2.1/ |
ChangeLog | 426 * sed/execute.c (str_append): Use is_utf8 to skip useless work. 716 (str_append): Keep mbstate up to date. [all...] |