Lines Matching refs:parse_config_file
473 parse_config_file(fp, &md_config_temp);
1893 /*---------- parse_config_file() ---------------------------------------------*/
1896 parse_config_file(FILE *fp, Config_Temp **ct)
1908 DBG(30, "parse_config_file: fp=%p\n", (void *) fp);
1919 DBG(100, "parse_config_file: read line: %s\n", s);
1926 DBG(100, "parse_config_file: found global option %s\n", s);
1936 DBG(1, "parse_config_file: fread failed: errno=%d\n", errno);
1955 DBG(100, "parse_config_file: found device option %s\n", s);
1962 DBG(100, "parse_config_file: found device %s\n", s);
1966 DBG(1, "parse_config_file: malloc() failed\n");