Home
last modified time | relevance | path

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

/external/openssh/regress/
Dallow-deny-users.sh17 failmsg="$4"
26 fail "$failmsg"
/external/valgrind/coregrind/
Dm_tooliface.c106 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_()
Dpub_core_tooliface.h258 Bool VG_(sanity_check_needs) ( const HChar** failmsg );
/external/openssh/
Dmux.c588 char *failmsg = NULL; in mux_confirm_remote_forward() local
602 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()