Searched refs:num_to_str (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/tools/testing/selftests/size/ |
H A D | get_size.c | 34 static inline char *num_to_str(unsigned long num, char *buf, int len) num_to_str() function 54 return print(num_to_str(num, num_buf, sizeof(num_buf))); print_num()
|
/linux-4.4.14/tools/lib/traceevent/ |
H A D | parse-filter.c | 2232 static char *num_to_str(struct event_filter *filter, struct filter_arg *arg) num_to_str() function 2327 return num_to_str(filter, arg); arg_to_str()
|
/linux-4.4.14/fs/ |
H A D | seq_file.c | 699 len = num_to_str(m->buf + m->count, m->size - m->count, num); seq_put_decimal_ull()
|
/linux-4.4.14/include/linux/ |
H A D | kernel.h | 398 extern int num_to_str(char *buf, int size, unsigned long long num);
|
/linux-4.4.14/lib/ |
H A D | vsprintf.c | 331 int num_to_str(char *buf, int size, unsigned long long num) num_to_str() function
|
Completed in 469 milliseconds