Searched refs:num_buf (Results 1 – 1 of 1) sorted by relevance
69 static char num_buf[21]; in num_to_str() local70 snprintf(num_buf, sizeof(num_buf), "%lld", num); in num_to_str()71 return num_buf; in num_to_str()