Lines Matching refs:retcode
10 static ULONG retcode; variable
97 retcode = rc; in dlopen()
103 retcode = rc; in dlopen()
109 retcode = ERROR_MOD_NOT_FOUND; in dlopen()
116 retcode = rc; in dlopen()
159 retcode = rc; in dlsym()
170 if (retcode == 0) in dlerror()
172 if (retcode == ERROR_WRONG_PROCTYPE) in dlerror()
175 err = os2error(retcode); in dlerror()
182 retcode = 0; in dlerror()
193 retcode = rc; in dlclose()