Searched refs:msg (Results 1 – 2 of 2) sorted by relevance
22 __fortify_fail (const char *msg) in __fortify_fail() argument26 __libc_message (do_abort, "*** %s ***: terminated\n", msg); in __fortify_fail()
47 static const char msg[] = "unexpected longjmp failure\n"; in handler() local48 TEMP_FAILURE_RETRY (write (STDOUT_FILENO, msg, sizeof (msg) - 1)); in handler()
Completed in 6 milliseconds