Searched refs:rstr (Results 1 – 1 of 1) sorted by relevance
/tools/lib/traceevent/ |
D | parse-filter.c | 2179 char *rstr; in exp_to_str() local 2184 rstr = arg_to_str(filter, arg->exp.right); 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() 2227 free(rstr); in exp_to_str() 2235 char *rstr; in num_to_str() local 2240 rstr = arg_to_str(filter, arg->num.right); 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() 2278 free(rstr); in num_to_str()
|