Lines Matching refs:ErrorStatus
72 int ErrorStatus;
79 if ((ErrorStatus = OpenReadFile(filename, &mdata)) != XpmSuccess)
80 return (ErrorStatus);
86 ErrorStatus = xpmParseDataAndCreate(display, &mdata,
90 ErrorStatus = xpmParseDataAndCreate(display, &mdata,
94 if (ErrorStatus >= 0) /* no fatal error */
103 return (ErrorStatus);
113 int ErrorStatus;
120 if ((ErrorStatus = OpenReadFile(filename, &mdata)) != XpmSuccess)
121 return (ErrorStatus);
124 ErrorStatus = xpmParseData(&mdata, image, info);
128 return (ErrorStatus);