OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_append
(Results
1 - 3
of
3
) sorted by null
/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);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
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, "/");
string.c
392
*
str_append
- reallocate string and append another
397
int
str_append
(char **s, int *len, const char *a)
function
Completed in 544 milliseconds