Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/size/
Dget_size.c34 static inline char *num_to_str(unsigned long num, char *buf, int len) in num_to_str() function
54 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num()
/linux-4.4.14/include/linux/
Dkernel.h398 extern int num_to_str(char *buf, int size, unsigned long long num);
/linux-4.4.14/fs/
Dseq_file.c699 len = num_to_str(m->buf + m->count, m->size - m->count, num); in seq_put_decimal_ull()
/linux-4.4.14/tools/lib/traceevent/
Dparse-filter.c2232 static char *num_to_str(struct event_filter *filter, struct filter_arg *arg) in num_to_str() function
2327 return num_to_str(filter, arg); in arg_to_str()
/linux-4.4.14/lib/
Dvsprintf.c331 int num_to_str(char *buf, int size, unsigned long long num) in num_to_str() function