Home
last modified time | relevance | path

Searched refs:DICT_PATH (Results 1 – 1 of 1) sorted by relevance

/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c175 #define DICT_PATH "dict" macro
908 strcpy(path, DICT_PATH); in log_dictionary()
1261 sprintf(path, "%s/%s/%s/%s", DICT_PATH, paths[0], paths[1], paths[2]); in try_dictionary()
2442 fd = open(DICT_PATH, O_RDONLY);
2444 time_print("Creating dictionary directory (%s)\n", DICT_PATH);
2445 if (mkdir (DICT_PATH, 0755) == -1) {