Home
last modified time | relevance | path

Searched refs:num_to_str (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dexpr.c67 static char *num_to_str(long long num) in num_to_str() function
78 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()