OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strbuf_slopbuf
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
strbuf.h
43
extern char
strbuf_slopbuf
[];
50
#define STRBUF_INIT { 0, 0,
strbuf_slopbuf
}
strbuf.c
17
char
strbuf_slopbuf
[1];
variable
22
sb->buf =
strbuf_slopbuf
;
Completed in 32 milliseconds