read_file
int read_file(int fd, unsigned long long *offset, char *buf, int len)
static void *read_file(const char *filename)
static char *read_file(char *file_name, int *size)
static int read_file(int fd, u64 offs, void *buf, size_t sz)
int read_file(const char *path, char *buf, size_t buflen)
int read_file(const char *path, char *buf, size_t count, size_t *len)
static char *read_file(const char *file, enum errhandling h)