Searched refs:invfile (Results 1 – 2 of 2) sorted by relevance
523 rewind(invcntl->invfile); in write_param()525 invcntl->invfile); in write_param()536 (void) fseek(invcntl->invfile, invcntl->param.startbyte, SEEK_SET); in read_superfinger()538 1, invcntl->invfile); in read_superfinger()559 (void) fseek(invcntl->invfile, in read_logblock()564 1, invcntl->invfile); in read_logblock()620 if ((invcntl->invfile = vpfopen(invname, in invopen()626 invcntl->invfile) == 0) { in invopen()713 (void) fclose(invcntl->invfile); in invopen()732 (void) fclose(invcntl->invfile); in invclose()[all …]
61 FILE *invfile; /* the inverted file ptr */ member