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    268 src/fileio.c     char *str = emacs_strerror (errorno);
emacs_strerror    310 src/fileio.c     char *str = emacs_strerror (errno);
emacs_strerror   4918 src/lisp.h     extern char *emacs_strerror (int) ATTRIBUTE_RETURNS_NONNULL;
emacs_strerror   5646 src/lread.c      char *diagnostic = emacs_strerror (errno);
emacs_strerror    315 src/sound.c        error ("%s: %s", msg, emacs_strerror (saved_errno));
emacs_strerror   2869 src/sysdep.c     char const *error_string = emacs_strerror (err);
emacs_strerror   4698 src/sysdep.c   	error ("Invalid locale %s: %s", SSDATA (locale), emacs_strerror (errno));
emacs_strerror   4729 src/sysdep.c       error ("Invalid locale or string for collation: %s", emacs_strerror (err));
emacs_strerror   4732 src/sysdep.c       error ("Invalid string for collation: %s", emacs_strerror (err));
emacs_strerror    408 src/xsmfns.c                  emacs_strerror (errno));