qsubst.c | 125 static FILE *tempf; variable in typeref:typename:FILE * 406 fwrite(bufp0, 1, bufp - bufp0, tempf); 408 n = ftell(tempf); 409 fseek(tempf, 0L, 0); 411 putc(getc(tempf), workf); 433 fseek(tempf, 0L, 0); 443 fwrite(bufp0, 1, n - rahead, tempf); 449 fwrite(str2, 1, s2l, tempf); 466 fwrite(bufp0, 1, n - rahead, tempf); 550 tempf = fdopen(fd, "w+") [all...] |