parse_config
extern int parse_config(char *config_file, boolean_t file_required);
if (parse_config(config_file, file_required) == -1)
if (work_len != 0 && parse_config(work, work_len) != 0) {