emacs_strerror   7857 src/alloc.c        error ("malloc_info failed: %s", emacs_strerror (errno));
emacs_strerror   4279 src/buffer.c   	fatal ("Cannot open /dev/zero: %s", emacs_strerror (errno));
emacs_strerror   4308 src/buffer.c       fprintf (stderr, "munmap: %s\n", emacs_strerror (errno));
emacs_strerror   4327 src/buffer.c   	fprintf (stderr, "munmap: %s\n", emacs_strerror (errno));
emacs_strerror   4356 src/buffer.c   		fprintf (stderr, "munmap: %s\n", emacs_strerror (errno));
emacs_strerror   4394 src/buffer.c   	fprintf (stderr, "mmap: %s\n", emacs_strerror (errno));
emacs_strerror   4911 src/buffer.c                  emacs_strerror (errno));
emacs_strerror    249 src/fileio.c     char *str = emacs_strerror (errorno);
emacs_strerror    291 src/fileio.c     char *str = emacs_strerror (errno);
emacs_strerror   4918 src/lisp.h     extern char *emacs_strerror (int) ATTRIBUTE_RETURNS_NONNULL;
emacs_strerror   5647 src/lread.c      char *diagnostic = emacs_strerror (errno);
emacs_strerror    315 src/sound.c        error ("%s: %s", msg, emacs_strerror (saved_errno));
emacs_strerror   2871 src/sysdep.c     char const *error_string = emacs_strerror (err);
emacs_strerror   4697 src/sysdep.c   	error ("Invalid locale %s: %s", SSDATA (locale), emacs_strerror (errno));
emacs_strerror   4728 src/sysdep.c       error ("Invalid locale or string for collation: %s", emacs_strerror (err));
emacs_strerror   4731 src/sysdep.c       error ("Invalid string for collation: %s", emacs_strerror (err));
emacs_strerror    408 src/xsmfns.c                  emacs_strerror (errno));