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

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

Completed in 124 milliseconds