Searched refs:GIF_EXIT (Results 1 – 10 of 10) sorted by relevance
/third_party/giflib/ |
D | gifinto.c | 109 GIF_EXIT("Failed to open input."); in main() 115 if ( *FileName == NULL ) GIF_EXIT("No valid Filename given."); in main() 116 if ( strlen(*FileName) > STRLEN-1 ) GIF_EXIT("Filename too long."); in main() 127 if ( strlen(FullPath) > STRLEN-1 ) GIF_EXIT("Filename too long."); in main() 130 …if ( (strlen(FoutTmpName) + strlen(DEFAULT_TMP_NAME)) > STRLEN-1 ) GIF_EXIT("Filename too long."); in main() 143 GIF_EXIT("Failed to open output."); in main() 148 GIF_EXIT("Failed to open output."); in main() 157 GIF_EXIT("Failed to write output."); in main() 167 if ( (strlen(FullPath) + strlen(DEFAULT_OUT_NAME)) > STRLEN-1 ) GIF_EXIT("Filename too long."); in main()
|
D | gif2rgb.c | 83 GIF_EXIT("Failed to allocate memory required, aborted."); in LoadRGB() 92 GIF_EXIT("Can't open input file name."); in LoadRGB() 104 GIF_EXIT("Can't open input file name."); in LoadRGB() 124 GIF_EXIT("Failed to allocate memory required, aborted."); in LoadRGB() 130 GIF_EXIT("Input file(s) terminated prematurly."); in LoadRGB() 147 GIF_EXIT("Input file(s) terminated prematurly."); in LoadRGB() 229 GIF_EXIT("Failed to allocate memory required, aborted."); in RGB2GIF() 258 GIF_EXIT("Can't open input file name."); in DumpScreen2RGB() 269 GIF_EXIT("Can't open input file name."); in DumpScreen2RGB() 292 GIF_EXIT("Failed to allocate memory required, aborted."); in DumpScreen2RGB() [all …]
|
D | gifecho.c | 84 GIF_EXIT("Foregound (-f) should be in the range 1..255, aborted."); in main() 87 GIF_EXIT("ColorMapSize (-s) should be in the range 1..8, aborted."); in main() 103 GIF_EXIT("Input file has too many lines, aborted."); in main() 106 GIF_EXIT("No input text, aborted."); in main() 115 GIF_EXIT("Failed to allocate memory required, aborted."); in main() 133 GIF_EXIT("Failed to allocate memory required, aborted."); in main()
|
D | gifclrmp.c | 84 GIF_EXIT("Can not handle more than one of -s -l, -t, or -g at the same time."); in main() 112 GIF_EXIT("Failed to open specified color translation file."); in main() 118 GIF_EXIT("Failed to open specified color map file."); in main() 133 GIF_EXIT("No colormap to modify"); in main() 290 GIF_EXIT("Color file to load color map from, too small."); in ModifyColorMap() 320 GIF_EXIT("Color file to load color map from, too small."); in ModifyColorMap() 329 GIF_EXIT("Out of memory while allocating color map!"); in ModifyColorMap() 340 GIF_EXIT("Nothing to do!"); in ModifyColorMap()
|
D | gifbg.c | 105 GIF_EXIT("Intensities (-m or -M options) are not in [0..100] range (percent)."); in main() 163 GIF_EXIT("Direction requested (-d option) is weird!"); in main() 194 GIF_EXIT("Colors are not in the ragne [0..255]."); in main() 198 if (i == 8) GIF_EXIT("#Lvls (-l option) is not power of 2."); in main() 209 GIF_EXIT("Failed to allocate memory required, aborted."); in main() 237 GIF_EXIT("Failed to allocate memory required, aborted."); in main()
|
D | gifwedge.c | 70 if (i == 6) GIF_EXIT("#Lvls (-l option) is not power of 2 up to 32."); in main() 89 GIF_EXIT("Failed to allocate memory required, aborted."); in main() 119 GIF_EXIT("Failed to allocate memory required, aborted."); in main()
|
D | gifcolor.c | 72 GIF_EXIT("Failed to allocate memory required, aborted."); in main() 92 GIF_EXIT("Too many color map triples, aborting."); in main() 97 GIF_EXIT("Failed to allocate memory required, aborted."); in main()
|
D | giffix.c | 97 GIF_EXIT("Failed to allocate memory required, aborted."); in main() 109 GIF_EXIT("Cannot fix interlaced images."); in main() 118 GIF_EXIT("Image is wider than total"); in main()
|
D | getarg.h | 48 #define GIF_EXIT(Msg) { GIF_MESSAGE(Msg); exit(-3); } macro
|
D | gifhisto.c | 116 GIF_EXIT("Neither Screen nor Image color map exists."); in main() 119 GIF_EXIT("Image height specified not dividable by #colors."); in main()
|