Searched refs:invfile (Results 1 – 2 of 2) sorted by relevance
525 rewind(invcntl->invfile); in write_param()527 invcntl->invfile); in write_param()538 (void) fseek(invcntl->invfile, invcntl->param.startbyte, SEEK_SET); in read_superfinger()540 1, invcntl->invfile); in read_superfinger()561 (void) fseek(invcntl->invfile, in read_logblock()566 1, invcntl->invfile); in read_logblock()622 if ((invcntl->invfile = vpfopen(invname, in invopen()628 invcntl->invfile) == 0) { in invopen()715 (void) fclose(invcntl->invfile); in invopen()734 (void) fclose(invcntl->invfile); in invclose()[all …]
63 FILE *invfile; /* the inverted file ptr */ member