Home | History | Annotate | Download | only in test

Lines Matching refs:retcode

82 #define _throw(m) {__bmperr=m;  retcode=-1;  goto finally;}
84 #define _catch(f) {if((f)==-1) {retcode=-1; goto finally;}}
114 FILE *fs=NULL; int retcode=0, scalefactor, dstpitch;
174 return retcode;
182 retcode=0;
269 return retcode;
279 FILE *fs=NULL; int retcode=0;
298 return retcode;
304 int fd=-1, byteswritten, dstpitch, retcode=0;
392 return retcode;