Searched refs:_throwunix (Results 1 – 3 of 3) sorted by relevance
54 #define _throwunix(action) _throw(action, strerror(errno)) macro269 _throwunix("opening input file"); in main()272 _throwunix("determining input file size"); in main()277 _throwunix("allocating JPEG buffer"); in main()279 _throwunix("reading input file"); in main()315 _throwunix("opening output file"); in main()317 _throwunix("writing output file"); in main()333 _throwunix("allocating uncompressed image buffer"); in main()375 _throwunix("opening output file"); in main()377 _throwunix("writing output file"); in main()
44 #define _throwunix(m) _throw(m, strerror(errno)) macro164 _throwunix("allocating destination buffer"); in decomp()177 _throwunix("allocating YUV buffer"); in decomp()323 _throwunix("allocating temporary image buffer"); in fullTest()339 _throwunix("allocating JPEG tile array"); in fullTest()343 _throwunix("allocating JPEG size array"); in fullTest()350 _throwunix("allocating JPEG tiles"); in fullTest()366 _throwunix("allocating YUV buffer"); in fullTest()463 _throwunix("opening reference image"); in fullTest()465 _throwunix("writing reference image"); in fullTest()[all …]
171 #define _throwunix(m) { \ macro2001 _throwunix("tjLoadImage(): Cannot open input file"); in tjLoadImage()2004 _throwunix("tjLoadImage(): Could not read input file") in tjLoadImage()2092 _throwunix("tjSaveImage(): Cannot open output file"); in tjSaveImage()