Searched refs:pLastSlashName (Results 1 – 1 of 1) sorted by relevance
521 char *pLastSlashName = strrchr(name, '\\'); in windows_get_registry_files() local522 if (pLastSlashName != NULL) { in windows_get_registry_files()523 char *foundMatch = strstr(*reg_data, pLastSlashName + 1); in windows_get_registry_files()