Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dexpr.c69 static char num_buf[21]; in num_to_str() local
70 snprintf(num_buf, sizeof(num_buf), "%lld", num); in num_to_str()
71 return num_buf; in num_to_str()