Home
last modified time | relevance | path

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

/src/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()
/src/share/mk/
H A Dmeta2deps.py637 if os.path.isdir(self.last_path):
638 dir = self.last_path
640 dir,junk = os.path.split(self.last_path)
662 self.last_path = path
/src/contrib/bmake/mk/
H A Dmeta2deps.py637 if os.path.isdir(self.last_path):
638 dir = self.last_path
640 dir,junk = os.path.split(self.last_path)
662 self.last_path = path