wbmp_file         355 ext/gd/libgd/wbmp.c   FILE *wbmp_file;
wbmp_file         358 ext/gd/libgd/wbmp.c   wbmp_file = fopen (argv[1], "rb");
wbmp_file         359 ext/gd/libgd/wbmp.c   if (wbmp_file)
wbmp_file         361 ext/gd/libgd/wbmp.c       readwbmp (&getin, wbmp_file, &wbmp);
wbmp_file         382 ext/gd/libgd/wbmp.c       fclose (wbmp_file);