Home | History | Annotate | Download | only in test

Lines Matching refs:retcode

79 #define _throw(m) {__bmperr=m;  retcode=-1;  goto finally;}
81 #define _catch(f) {if((f)==-1) {retcode=-1; goto finally;}}
111 FILE *fs=NULL; int retcode=0, scalefactor, dstpitch;
171 return retcode;
179 retcode=0;
266 return retcode;
276 FILE *fs=NULL; int retcode=0;
295 return retcode;
301 int fd=-1, byteswritten, dstpitch, retcode=0;
383 return retcode;