Searched refs:num_to_str (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ |
D | seq_file.c | 703 len = num_to_str(m->buf + m->count, m->size - m->count, num, width); in seq_put_decimal_ull_width() 794 len = num_to_str(m->buf + m->count, m->size - m->count, num, 0); in seq_put_decimal_ll()
|
/linux-4.19.296/include/linux/ |
D | kernel.h | 478 extern int num_to_str(char *buf, int size,
|
/linux-4.19.296/drivers/of/ |
D | unittest.c | 298 num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0); in of_unittest_printf()
|
/linux-4.19.296/lib/ |
D | vsprintf.c | 365 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) in num_to_str() function
|