Searched refs:config_fp (Results 1 – 4 of 4) sorted by relevance
511 FDKFILE *config_fp; in IIS_ProcessCmdlList() local519 config_fp = FDKfopen(tmp, "r"); in IIS_ProcessCmdlList()522 config_fp = FDKfopen(param_filename, "r"); in IIS_ProcessCmdlList()525 if(config_fp == NULL) in IIS_ProcessCmdlList()536 while (FDKfgets(line, CMDL_MAX_STRLEN*CMDL_MAX_ARGC, config_fp) != NULL) in IIS_ProcessCmdlList()578 FDKfclose(config_fp); in IIS_ProcessCmdlList()
845 config_fp = open(temporary_options.config_file, 'r')854 config_parser.readfp(config_fp)855 config_fp.close()
849 config_fp = open(temporary_options.config_file, 'r')858 config_parser.readfp(config_fp)859 config_fp.close()
1046 config_fp = open(temporary_options.config_file, 'r')1055 config_parser.readfp(config_fp)1056 config_fp.close()