Searched refs:failmsg (Results 1 – 4 of 4) sorted by relevance
17 failmsg="$4"26 fail "$failmsg"
106 Bool VG_(sanity_check_needs)(const HChar** failmsg) in VG_()114 *failmsg = "Tool error: '" #var "' not initialised\n"; \ in VG_()139 *failmsg = "Tool error: one of the specialised 'new_mem_stack_N'\n" in VG_()159 *failmsg = "Tool error: one of the specialised 'new_mem_stack_N_w_ECU'\n" in VG_()180 *failmsg = "Tool error: tool supplies both a 'new_mem_stack_N' and a\n" in VG_()200 *failmsg = "Tool error: one of the specialised 'die_mem_stack_N'\n" in VG_()
258 Bool VG_(sanity_check_needs) ( const HChar** failmsg );
588 char *failmsg = NULL; in mux_confirm_remote_forward() local602 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward()630 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward()633 xasprintf(&failmsg, "remote port forwarding failed for " in mux_confirm_remote_forward()648 error("%s: %s", __func__, failmsg); in mux_confirm_remote_forward()651 buffer_put_cstring(&out, failmsg); in mux_confirm_remote_forward()652 free(failmsg); in mux_confirm_remote_forward()