Searched defs:a_buf (Results 1 – 1 of 1) sorted by relevance
100 struct abbr_buf a_buf; member214 static void init_abbr_buf(struct abbr_buf* a_buf) { in init_abbr_buf()232 static void free_abbr_buf(struct abbr_buf* a_buf) { in free_abbr_buf()237 static void add_line_to_abbr_buf(struct abbr_buf* a_buf, char* linebuf, int linelen) { in add_line_to_abbr_buf()247 struct abbr_buf* a_buf = &log_info->a_buf; in print_abbr_buf() local