Home | History | Annotate | Download | only in openssh

Lines Matching refs:fatal

7  * failure (they call fatal if they encounter an error).
33 fatal("xmalloc: zero size");
36 fatal("xmalloc: out of memory (allocating %lu bytes)", (u_long) size);
46 fatal("xcalloc: zero size");
48 fatal("xcalloc: nmemb * size > SIZE_T_MAX");
51 fatal("xcalloc: out of memory (allocating %lu bytes)",
63 fatal("xrealloc: zero size");
65 fatal("xrealloc: nmemb * size > SIZE_T_MAX");
71 fatal("xrealloc: out of memory (new_size %lu bytes)",
80 fatal("xfree: NULL pointer given as argument");
107 fatal("xasprintf: could not allocate memory");