Lines Matching refs:hist_fp
524 FILE *hist_fp = NULL;
626 if ((hist_fp = fdopen(fd, "r+")) == NULL) {
630 if (flock(fileno(hist_fp), LOCK_EX)) {
634 if (fstat(fileno(hist_fp), &stb) != 0) {
652 if (ftruncate(fileno(hist_fp), 0) < 0)
657 load_good_table(hist_fp);
697 if (ftruncate(fileno(hist_fp), 0) < 0)
699 rewind(hist_fp);
702 dump_kern_db(hist_fp, 1);
703 fclose(hist_fp);