error             238 src/blocks/ttffont.c 	FT_Error error;
error             250 src/blocks/ttffont.c 	if( (error = FT_New_Face(library, filename, 0, &face )) ) 
error             252 src/blocks/ttffont.c 		if ( error == FT_Err_Unknown_File_Format )
error             267 src/blocks/ttffont.c 		if((error = FT_New_Face(library, filename, i, &face ))) 
error             281 src/blocks/ttffont.c 	FT_Error error;
error             291 src/blocks/ttffont.c 	if( (error = FT_New_Face( library, filename, 0, &face )) ) 
error             293 src/blocks/ttffont.c 		if ( error == FT_Err_Unknown_File_Format )
error             120 src/ming.c     	return setSWFErrorFunction(error);
error              53 util/dbl2png.c     error("Couldn't open file!\n");
error              57 util/dbl2png.c     error("Couldn't read header\n");
error              74 util/dbl2png.c     error("unexpected 3rd byte in header");
error              99 util/dbl2png.c     error("unexpected 8th byte in header");
error             110 util/dbl2png.c    error("internal error");
error             117 util/dbl2png.c    error("memory allocation");
error             124 util/dbl2png.c     error("Didn't read all of the file! %d  vs %d",datsize , readsize);
error             134 util/dbl2png.c    error("memory allocation");
error             143 util/dbl2png.c    error("uncompress error");
error             182 util/dbl2png.c     error("Couldn't open file!\n");
error             186 util/dbl2png.c     error("Couldn't create png_ptr\n");
error             192 util/dbl2png.c     error("Couldn't create info_ptr\n");
error             199 util/dbl2png.c     error("Mystery error (longjmp called)\n");
error              61 util/gif2dbl.c     error("Error opening file");
error              64 util/gif2dbl.c     error("Error slurping file");
error              30 util/gif2mask.c     error("Error opening file");
error              33 util/gif2mask.c     error("Error slurping file");
error              28 util/listfdb.c     error("indent level > 63!");
error             448 util/listfdb.c     error("Give me a filename.\n");
error             451 util/listfdb.c     error("Sorry, can't seem to read that file.\n");
error             454 util/listfdb.c     error("Doesn't look like an fdb file to me..\n");
error             114 util/listmp3.c       default: error("unknown MP3 version!");
error             121 util/listmp3.c       default: error("unknown MP3 layer!");
error             184 util/listmp3.c     error("gimme file name");
error             189 util/listmp3.c     error("couldn't open file");
error              63 util/png2dbl.c     error("Couldn't open file!\n");
error              67 util/png2dbl.c     error("failed read header\n");
error              76 util/png2dbl.c     error("Couldn't create png_ptr\n");
error              83 util/png2dbl.c     error("Couldn't create info_ptr\n");
error              91 util/png2dbl.c     error("Couldn't create end_info\n");
error              98 util/png2dbl.c     error("Mystery error (longjmp called)\n");
error             311 util/png2dbl.c     error("Can't deal with bit depth %i!", png.bit_depth);
error             328 util/png2dbl.c     error("Didn't write all of the file!");