Searched refs:fhtable_to_prune (Results 1 – 1 of 1) sorted by relevance
113 char *fhtable_to_prune = NULL; in main() local212 if (fhtable_to_prune = malloc(strlen(defp) + 1)) { in main()213 (void) strcpy(fhtable_to_prune, defp); in main()216 fhtable_to_prune); in main()421 if (need2prune || fhtable_to_prune) { in main()422 error = prune_dbs(fhtable_to_prune); in main()430 free(fhtable_to_prune); in main()431 fhtable_to_prune = NULL; in main()