Home | History | Annotate | Download | only in misc

Lines Matching refs:hist_fp

592 	FILE *hist_fp = NULL;
695 if ((hist_fp = fdopen(fd, "r+")) == NULL) {
699 if (flock(fileno(hist_fp), LOCK_EX)) {
703 if (fstat(fileno(hist_fp), &stb) != 0) {
721 ftruncate(fileno(hist_fp), 0);
725 load_raw_table(hist_fp);
763 ftruncate(fileno(hist_fp), 0);
764 rewind(hist_fp);
765 dump_raw_db(hist_fp, 1);
766 fflush(hist_fp);