Searched refs:fhtable_to_prune (Results 1 – 1 of 1) sorted by relevance
115 char *fhtable_to_prune = NULL; in main() local214 if (fhtable_to_prune = malloc(strlen(defp) + 1)) { in main()215 (void) strcpy(fhtable_to_prune, defp); in main()218 fhtable_to_prune); in main()423 if (need2prune || fhtable_to_prune) { in main()424 error = prune_dbs(fhtable_to_prune); in main()432 free(fhtable_to_prune); in main()433 fhtable_to_prune = NULL; in main()