wpath             139 libltdl/loaders/loadlibrary.c   char		wpath[MAX_PATH];
wpath             145 libltdl/loaders/loadlibrary.c       *wpath = 0;
wpath             146 libltdl/loaders/loadlibrary.c       GetModuleFileName (NULL, wpath, sizeof (wpath));
wpath             147 libltdl/loaders/loadlibrary.c       filename = wpath;
wpath             160 libltdl/loaders/loadlibrary.c       if (cygwin_conv_path (CCP_POSIX_TO_WIN_A, filename, wpath, MAX_PATH))
wpath             167 libltdl/loaders/loadlibrary.c       cygwin_conv_to_full_win32_path (filename, wpath);
wpath             170 libltdl/loaders/loadlibrary.c       strcpy(wpath, filename);
wpath             173 libltdl/loaders/loadlibrary.c       ext = strrchr (wpath, '.');
wpath             179 libltdl/loaders/loadlibrary.c 	    len = strlen (wpath);
wpath             187 libltdl/loaders/loadlibrary.c 	  wpath[len] = '.';
wpath             188 libltdl/loaders/loadlibrary.c 	  wpath[len+1] = '\0';
wpath             199 libltdl/loaders/loadlibrary.c     module = LoadLibrary (wpath);