read_file_alloc
int read_file_alloc(const char *path, char **buf, size_t *len);
if (read_file_alloc(argv[1], &inbuf, &inlen))
if (read_file_alloc(model_path, &model, NULL))
if (read_file_alloc(system_id_path, &system_id, NULL))
return read_file_alloc(path, prop_val, prop_len);
err = read_file_alloc("/proc/ppc64/rtas/rmo_buffer", &buf, NULL);