Searched refs:configPath (Results 1 – 2 of 2) sorted by relevance
262 char *configPath = (gConfigPath == NULL) ? DEF_CONFIG_FILE : gConfigPath; in parseOpts() local269 file = fopen(configPath, "r"); in parseOpts()271 fprintf(stderr, "config(%s) not found!\n", configPath); in parseOpts()272 if (configPath == (char *)DEF_CONFIG_FILE) { in parseOpts()
371 char *configPath = (gConfigPath == NULL) ? DEF_CONFIG_FILE : gConfigPath; in parseOpts_from_file() local373 file = fopen(configPath, "r"); in parseOpts_from_file()375 fprintf(stderr, "config(%s) not found!\n", configPath); in parseOpts_from_file()376 if (configPath == (char *)DEF_CONFIG_FILE) { in parseOpts_from_file()