Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dwpa_debug.c525 static char *last_path = NULL; variable
534 if (!last_path) in wpa_debug_reopen_file()
537 tmp = os_strdup(last_path); in wpa_debug_reopen_file()
559 if (last_path == NULL || os_strcmp(last_path, path) != 0) { in wpa_debug_open_file()
561 os_free(last_path); in wpa_debug_open_file()
562 last_path = os_strdup(path); in wpa_debug_open_file()
614 os_free(last_path); in wpa_debug_close_file()
615 last_path = NULL; in wpa_debug_close_file()