Searched refs:rgbf (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXpm/dist/src/
H A Drgb.c63 FILE *rgbf; local in function:xpmReadRgbNames
69 if ((rgbf = fopen(rgb_fname, "r" FOPEN_CLOEXEC)) == NULL)
76 while (fgets(line, sizeof(line), rgbf) && n < MAX_RGBNAMES) {
110 fclose(rgbf);
H A Damigax.c307 FILE *rgbf; local in function:ParseColor
312 rgbf = fopen ("LIBS:rgb.txt", "r");
313 if (rgbf == NULL)
316 while (fgets(line, sizeof (line), rgbf) && !success)
338 fclose (rgbf);

Completed in 3 milliseconds