Searched refs:num_to_str (Results 1 – 2 of 2) sorted by relevance
67 static char *num_to_str(long long num) in num_to_str() function78 char *ls = lhs->s ? lhs->s : num_to_str(lhs->i); in cmp()79 char *rs = rhs->s ? rhs->s : num_to_str(rhs->i); in cmp()
2088 static char *num_to_str(struct event_filter *filter, struct filter_arg *arg) in num_to_str() function2196 return num_to_str(filter, arg); in arg_to_str()