Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dseq_file.c703 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/
Dkernel.h478 extern int num_to_str(char *buf, int size,
/linux-4.19.296/drivers/of/
Dunittest.c298 num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0); in of_unittest_printf()
/linux-4.19.296/lib/
Dvsprintf.c365 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) in num_to_str() function