Lines Matching refs:ErrorStatus
86 int ErrorStatus;
89 ErrorStatus = XpmCreateXpmImageFromImage(display, image, shapeimage,
91 if (ErrorStatus != XpmSuccess)
92 return (ErrorStatus);
97 ErrorStatus = XpmWriteFileFromXpmImage(filename, &xpmimage, &info);
99 ErrorStatus = XpmWriteFileFromXpmImage(filename, &xpmimage, NULL);
104 return (ErrorStatus);
116 int ErrorStatus;
119 if ((ErrorStatus = OpenWriteFile(filename, &mdata)) != XpmSuccess)
120 return (ErrorStatus);
164 if (ErrorStatus == XpmSuccess)
165 ErrorStatus = xpmWriteFile(mdata.stream.file, image, name, info);
169 return (ErrorStatus);
181 int ErrorStatus;
215 ErrorStatus = WritePixels(file, image->width, image->height, image->cpp,
217 if (ErrorStatus != XpmSuccess)
218 return (ErrorStatus);