load_file_to_length  426 core/gui_script.c         buf = load_file_to_length(conf.script_file, 0, 1, 4096);    // Assumes parameters are in first 4K of script file
load_file_to_length   11 include/fileutil.h extern char* load_file_to_length(const char* name, int* size, int add0, int length);
load_file_to_length  106 lib/lang/fileutil.c     return load_file_to_length(name, rv_size, add0, 0);