Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/net80211/wesside/wesside/
H A Dwesside.c177 #define DICT_PATH "dict" macro
910 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) {