Home | History | Annotate | Download | only in src

Lines Matching defs:fstream

114 NextInt(FILE *fstream)
125 ch = getc(fstream);
150 XmuReadBitmapData(FILE *fstream, unsigned int *width, unsigned int *height,
176 while (fgets(line, MAX_SIZE, fstream)) {
238 if ((value = NextInt(fstream)) < 0)
249 if ((value = NextInt(fstream)) < 0)
384 FILE *fstream;
387 if ((fstream = fopen_file (filename, "r")) == NULL) {
390 status = XmuReadBitmapData(fstream, width, height, datap, x_hot, y_hot);
391 fclose (fstream);