emacs_strerror   7527 src/alloc.c        error ("malloc_info failed: %s", emacs_strerror (errno));
emacs_strerror   4271 src/buffer.c   	fatal ("Cannot open /dev/zero: %s", emacs_strerror (errno));
emacs_strerror   4300 src/buffer.c       fprintf (stderr, "munmap: %s\n", emacs_strerror (errno));
emacs_strerror   4319 src/buffer.c   	fprintf (stderr, "munmap: %s\n", emacs_strerror (errno));
emacs_strerror   4348 src/buffer.c   		fprintf (stderr, "munmap: %s\n", emacs_strerror (errno));
emacs_strerror   4386 src/buffer.c   	fprintf (stderr, "mmap: %s\n", emacs_strerror (errno));
emacs_strerror   4901 src/buffer.c                  emacs_strerror (errno));
emacs_strerror    189 src/fileio.c     char *str = emacs_strerror (errorno);
emacs_strerror    231 src/fileio.c     char *str = emacs_strerror (errno);
emacs_strerror   4910 src/lisp.h     extern char *emacs_strerror (int) ATTRIBUTE_RETURNS_NONNULL;
emacs_strerror   5386 src/lread.c      char *diagnostic = emacs_strerror (errno);
emacs_strerror    315 src/sound.c        error ("%s: %s", msg, emacs_strerror (saved_errno));
emacs_strerror   2634 src/sysdep.c     char const *error_string = emacs_strerror (err);
emacs_strerror   4450 src/sysdep.c   	error ("Invalid locale %s: %s", SSDATA (locale), emacs_strerror (errno));
emacs_strerror   4481 src/sysdep.c       error ("Invalid locale or string for collation: %s", emacs_strerror (err));
emacs_strerror   4484 src/sysdep.c       error ("Invalid string for collation: %s", emacs_strerror (err));
emacs_strerror    408 src/xsmfns.c                  emacs_strerror (errno));