Lines Matching refs:hist_fp
685 FILE *hist_fp = NULL;
796 if ((hist_fp = fdopen(fd, "r+")) == NULL) {
800 if (flock(fileno(hist_fp), LOCK_EX)) {
804 if (fstat(fileno(hist_fp), &stb) != 0) {
822 if (ftruncate(fileno(hist_fp), 0))
827 load_raw_table(hist_fp);
866 if (ftruncate(fileno(hist_fp), 0))
868 rewind(hist_fp);
871 dump_raw_db(hist_fp, 1);
872 fclose(hist_fp);