Searched refs:num_to_str (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/size/
H A Dget_size.c45 static inline char *num_to_str(unsigned long num, char *buf, int len) function
65 return print(num_to_str(num, num_buf, sizeof(num_buf)));
/linux-master/include/linux/
H A Dsprintf.h8 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width);
/linux-master/fs/
H A Dseq_file.c719 len = num_to_str(m->buf + m->count, m->size - m->count, num, width);
810 len = num_to_str(m->buf + m->count, m->size - m->count, num, 0);
/linux-master/lib/
H A Dvsprintf.c379 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width) function
/linux-master/drivers/of/
H A Dunittest.c325 num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0);

Completed in 560 milliseconds