Lines Matching refs:tmpbuf
283 char tmpbuf[MAXPATHLEN];
295 strcpy(tmpbuf, jrepath);
296 strcat(tmpbuf, "\\lib\\bundles");
297 if (stat(tmpbuf, &s) != 0) {
299 printf("EnsureJreInstallation:<%s>:not found\n", tmpbuf);
304 strcpy(tmpbuf, jrepath);
305 strcat(tmpbuf, "\\bin\\jkernel.dll");
306 if (stat(tmpbuf, &s) != 0) {
308 printf("EnsureJreInstallation:<%s>:not found\n", tmpbuf);
320 if ((handle = LoadLibrary(tmpbuf)) == 0) {
322 printf("EnsureJreInstallation:%s:load failed\n", tmpbuf);