Searched refs:parens (Results 1 – 4 of 4) sorted by relevance
272 int parens = 0; in test_event_printk() local373 parens++; in test_event_printk()378 parens--; in test_event_printk()379 if (WARN_ONCE(parens < 0, in test_event_printk()387 if (in_quote || parens) in test_event_printk()
1626 static int calc_stack(const char *str, int *parens, int *preds, int *err) in calc_stack() argument1718 *parens = max_open; in calc_stack()
919 const char *name = NULL, *prefix = "", *parens = ""; in btf_show_name() local991 parens = "["; in btf_show_name()1027 parens = "{"; in btf_show_name()1039 parens = ""; in btf_show_name()1050 parens); in btf_show_name()1065 array_suffix, parens); in btf_show_name()
1092 * Put a space between all ifs and their open parens '('.