Searched refs:SUPFING (Results 1 – 1 of 1) sorted by relevance
80 static char *SUPFING, *supfing; variable140 if ((SUPFING = malloc(supersize)) == NULL) { in invmake()144 supfing = SUPFING; in invmake()272 fwrite(SUPFING, 1, supfing - SUPFING, outfile) == 0) { in invmake()277 (supfing - SUPFING); in invmake()284 if (fwrite(SUPFING, BLOCKSIZE - i, 1, outfile) == 0 || in invmake()344 free(SUPFING); in invmake()376 if (supfing + 500 > SUPFING + supersize) { in invnewterm()377 i = supfing - SUPFING; in invnewterm()379 if ((SUPFING = realloc(SUPFING, supersize)) == NULL) { in invnewterm()[all …]