Searched refs:lstr (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/lib/traceevent/ |
D | parse-filter.c | 2182 char *lstr; in exp_to_str() local 2187 lstr = arg_to_str(filter, arg->exp.left); in exp_to_str() 2189 if (!lstr || !rstr) in exp_to_str() 2228 asprintf(&str, "%s %s %s", lstr, op, rstr); in exp_to_str() 2230 free(lstr); in exp_to_str() 2238 char *lstr; in num_to_str() local 2243 lstr = arg_to_str(filter, arg->num.left); in num_to_str() 2245 if (!lstr || !rstr) in num_to_str() 2272 asprintf(&str, "%s %s %s", lstr, op, rstr); in num_to_str() 2281 free(lstr); in num_to_str()
|