Home
last modified time | relevance | path

Searched refs:xalloc_msg_memory_exhausted (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/gnu/usr.bin/grep/
H A Dxmalloc.c66 char const xalloc_msg_memory_exhausted[] = N_("memory exhausted"); variable
73 error (xalloc_exit_failure, 0, "%s", _(xalloc_msg_memory_exhausted)); in xalloc_die()
H A Dxalloc.h51 extern char const xalloc_msg_memory_exhausted[];
/freebsd-12.1/contrib/diff/lib/
H A Dxmalloc.c53 char const xalloc_msg_memory_exhausted[] = N_("memory exhausted"); variable
60 error (exit_failure, 0, "%s", _(xalloc_msg_memory_exhausted)); in xalloc_die()
H A Dxalloc.h42 extern char const xalloc_msg_memory_exhausted[];