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 1924 src/emacs.c w32_strerror (0)); w32_strerror 146 src/w32.h extern char * w32_strerror (int error_no); w32_strerror 8364 src/w32fns.c errstr = w32_strerror (ERROR_ACCESS_DENIED); w32_strerror 8368 src/w32fns.c errstr = w32_strerror (ERROR_NO_ASSOCIATION); w32_strerror 8372 src/w32fns.c errstr = w32_strerror (ERROR_DDE_FAIL); w32_strerror 8375 src/w32fns.c errstr = w32_strerror (ERROR_TIMEOUT); w32_strerror 8378 src/w32fns.c errstr = w32_strerror (ERROR_DLL_NOT_FOUND); w32_strerror 8381 src/w32fns.c errstr = w32_strerror (ERROR_FILE_NOT_FOUND); w32_strerror 8384 src/w32fns.c errstr = w32_strerror (ERROR_NOT_ENOUGH_MEMORY); w32_strerror 8387 src/w32fns.c errstr = w32_strerror (ERROR_PATH_NOT_FOUND); w32_strerror 8390 src/w32fns.c errstr = w32_strerror (ERROR_SHARING_VIOLATION); w32_strerror 8393 src/w32fns.c errstr = w32_strerror (0); w32_strerror 8557 src/w32fns.c errstr = w32_strerror (0); w32_strerror 10538 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);