Searched refs:configPath (Results 1 – 1 of 1) sorted by relevance
1229 char* configPath = (gConfigPath == (char*)NULL)? (char*)DEF_CONFIG_FILE: gConfigPath; in parseOpts() local1231 file = fopen(configPath, "r"); in parseOpts()1233 fprintf(stderr, "config (%s) not found!\n", configPath); in parseOpts()1234 if (strcmp(configPath, (char*)DEF_CONFIG_FILE) == 0) { in parseOpts()