w32_strerror       37 src/cygw32.h   extern char * w32_strerror (int error_no);
w32_strerror      237 src/dynlib.c         error_string = w32_strerror (dynlib_last_err);
w32_strerror     1857 src/emacs.c    		   w32_strerror (0));
w32_strerror      146 src/w32.h      extern char * w32_strerror (int error_no);
w32_strerror     8331 src/w32fns.c         errstr = w32_strerror (ERROR_ACCESS_DENIED);
w32_strerror     8335 src/w32fns.c         errstr = w32_strerror (ERROR_NO_ASSOCIATION);
w32_strerror     8339 src/w32fns.c         errstr = w32_strerror (ERROR_DDE_FAIL);
w32_strerror     8342 src/w32fns.c         errstr = w32_strerror (ERROR_TIMEOUT);
w32_strerror     8345 src/w32fns.c         errstr = w32_strerror (ERROR_DLL_NOT_FOUND);
w32_strerror     8348 src/w32fns.c         errstr = w32_strerror (ERROR_FILE_NOT_FOUND);
w32_strerror     8351 src/w32fns.c         errstr = w32_strerror (ERROR_NOT_ENOUGH_MEMORY);
w32_strerror     8354 src/w32fns.c         errstr = w32_strerror (ERROR_PATH_NOT_FOUND);
w32_strerror     8357 src/w32fns.c         errstr = w32_strerror (ERROR_SHARING_VIOLATION);
w32_strerror     8360 src/w32fns.c         errstr = w32_strerror (0);
w32_strerror     8524 src/w32fns.c     errstr = w32_strerror (0);
w32_strerror     10502 src/w32fns.c   	    error ("Could not set desktop wallpaper: %s", w32_strerror (err));
w32_strerror      615 src/w32notify.c 	  errstr = w32_strerror (err);
w32_strerror      340 src/w32xfns.c  extern char * w32_strerror (int error_no);