Searched refs:num_to_str (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/size/ |
H A D | get_size.c | 45 static inline char *num_to_str(unsigned long num, char *buf, int len) in num_to_str() function 65 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num()
|
/linux/include/linux/ |
H A D | sprintf.h | 8 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width);
|
/linux/lib/ |
H A D | vsprintf.c | 379 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) in num_to_str() function
|
/linux/drivers/of/ |
H A D | unittest.c | 325 num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0); in of_unittest_printf()
|