Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/size/
H A Dget_size.c45 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 Dsprintf.h9 int num_to_str(char *buf, int size, unsigned long long num, unsigned int width);
/linux/fs/
H A Dseq_file.c713 len = num_to_str(m->buf + m->count, m->size - m->count, num, width); in seq_put_decimal_ull_width()
804 len = num_to_str(m->buf + m->count, m->size - m->count, num, 0); in seq_put_decimal_ll()