num_to_str        298 drivers/of/unittest.c 	num_to_str(phandle_str, sizeof(phandle_str), np->phandle, 0);
num_to_str        712 fs/seq_file.c  	len = num_to_str(m->buf + m->count, m->size - m->count, num, width);
num_to_str        803 fs/seq_file.c  	len = num_to_str(m->buf + m->count, m->size - m->count, num, 0);
num_to_str        471 include/linux/kernel.h extern int num_to_str(char *buf, int size,
num_to_str       2175 tools/lib/traceevent/parse-filter.c 		return num_to_str(filter, arg);
num_to_str         65 tools/testing/selftests/size/get_size.c 	return print(num_to_str(num, num_buf, sizeof(num_buf)));