Searched refs:lstr (Results 1 – 1 of 1) sorted by relevance
/tools/lib/traceevent/ |
D | parse-filter.c | 2178 char *lstr; in exp_to_str() local 2183 lstr = arg_to_str(filter, arg->exp.left); in exp_to_str() 2185 if (!lstr || !rstr) in exp_to_str() 2224 asprintf(&str, "%s %s %s", lstr, op, rstr); in exp_to_str() 2226 free(lstr); in exp_to_str() 2234 char *lstr; in num_to_str() local 2239 lstr = arg_to_str(filter, arg->num.left); in num_to_str() 2241 if (!lstr || !rstr) in num_to_str() 2268 asprintf(&str, "%s %s %s", lstr, op, rstr); in num_to_str() 2277 free(lstr); in num_to_str()
|