HomeSort by: relevance | last modified time | path
    Searched defs:fstream (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
RdBitF.c 80 FILE *fstream)
91 ch = getc(fstream);
117 FILE *fstream; /* handle on file */ local
132 if (!(fstream = fopen(filename, "r")))
137 do { Xfree (bits); fclose (fstream); return code; } while (0)
139 while (fgets(line, MAX_SIZE, fstream)) {
200 if ((value = NextInt(fstream)) < 0)
211 if ((value = NextInt(fstream)) < 0)
223 fclose(fstream);
  /xsrc/external/mit/libXmu/dist/src/
RdBitF.c 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; local
387 if ((fstream = fopen_file (filename, "r")) == NULL) {
390 status = XmuReadBitmapData(fstream, width, height, datap, x_hot, y_hot);
391 fclose (fstream);
    [all...]

Completed in 8 milliseconds