Home
last modified time | relevance | path

Searched refs:gifError (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvgif.c100 static int gifError PARM((PICINFO *, const char *));
135 if (!fp) return ( gifError(pinfo, "can't open file") );
144 return( gifError(pinfo, "GIF file size is too large") );
155 return( gifError(pinfo, "GIF data read failed") );
162 else return( gifError(pinfo, "not a GIF file"));
188 if (!gif89) return(gifError(pinfo,"corrupt GIF file (screen descriptor)"));
493 if (!pinfo->numpages) return gifError(pinfo, str);
507 return( gifError(pinfo, "no image data found in GIF file") );
655 return( gifError(pinfo, "image dimensions out of range") );
869 static int gifError(pinfo, st) in gifError() function
/dports/japanese/xv/xv-3.10a/
H A Dxvgif.c100 static int gifError PARM((PICINFO *, const char *));
135 if (!fp) return ( gifError(pinfo, "can't open file") );
144 return( gifError(pinfo, "GIF file size is too large") );
155 return( gifError(pinfo, "GIF data read failed") );
162 else return( gifError(pinfo, "not a GIF file"));
188 if (!gif89) return(gifError(pinfo,"corrupt GIF file (screen descriptor)"));
493 if (!pinfo->numpages) return gifError(pinfo, str);
507 return( gifError(pinfo, "no image data found in GIF file") );
655 return( gifError(pinfo, "image dimensions out of range") );
869 static int gifError(pinfo, st) in gifError() function
/dports/graphics/xv/xv-3.10a/
H A Dxvgif.c100 static int gifError PARM((PICINFO *, const char *));
135 if (!fp) return ( gifError(pinfo, "can't open file") );
144 return( gifError(pinfo, "GIF file size is too large") );
155 return( gifError(pinfo, "GIF data read failed") );
162 else return( gifError(pinfo, "not a GIF file"));
188 if (!gif89) return(gifError(pinfo,"corrupt GIF file (screen descriptor)"));
493 if (!pinfo->numpages) return gifError(pinfo, str);
507 return( gifError(pinfo, "no image data found in GIF file") );
655 return( gifError(pinfo, "image dimensions out of range") );
869 static int gifError(pinfo, st) in gifError() function
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dgiftopnm.c1128 const char * gifError; in expandCodeOntoStack() local
1130 gifError = NULL; /* Initial value */ in expandCodeOntoStack()
1142 pm_asprintf(&gifError, "Invalid color code %u. " in expandCodeOntoStack()
1152 pm_asprintf(&gifError, "LZW string code encountered with " in expandCodeOntoStack()
1162 pm_asprintf(&gifError, "LZW string code %u " in expandCodeOntoStack()
1167 if (gifError) { in expandCodeOntoStack()
1168 pm_asprintf(errorP, "INVALID GIF IMAGE: %s", gifError); in expandCodeOntoStack()
1169 pm_strfree(gifError); in expandCodeOntoStack()