Home
last modified time | relevance | path

Searched refs:failmsg (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dm_tooliface.c105 Bool VG_(sanity_check_needs)(const HChar** failmsg) in VG_()
113 *failmsg = "Tool error: '" #var "' not initialised\n"; \ in VG_()
138 *failmsg = "Tool error: one of the specialised 'new_mem_stack_N'\n" in VG_()
158 *failmsg = "Tool error: one of the specialised 'new_mem_stack_N_w_ECU'\n" in VG_()
179 *failmsg = "Tool error: tool supplies both a 'new_mem_stack_N' and a\n" in VG_()
199 *failmsg = "Tool error: one of the specialised 'die_mem_stack_N'\n" in VG_()
Dpub_core_tooliface.h254 Bool VG_(sanity_check_needs) ( const HChar** failmsg );
/external/openssh/
Dmux.c585 char *failmsg = NULL; in mux_confirm_remote_forward() local
597 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward()
625 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward()
628 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward()
632 error("%s: %s", __func__, failmsg); in mux_confirm_remote_forward()
635 buffer_put_cstring(&out, failmsg); in mux_confirm_remote_forward()
636 free(failmsg); in mux_confirm_remote_forward()