check_path
char *check_path;
asprintf(&check_path, "%s/.%s.period", snapshots_path, cmd);
fp = fopen(check_path, "r");
free(check_path);
check_path(argv[0], &kldst);