Searched refs:DICT_PATH (Results 1 – 1 of 1) sorted by relevance
177 #define DICT_PATH "dict" macro910 strcpy(path, DICT_PATH); in log_dictionary()1263 sprintf(path, "%s/%s/%s/%s", DICT_PATH, paths[0], paths[1], paths[2]); in try_dictionary()2444 fd = open(DICT_PATH, O_RDONLY);2446 time_print("Creating dictionary directory (%s)\n", DICT_PATH);2447 if (mkdir (DICT_PATH, 0755) == -1) {