HomeSort by relevance Sort by last modified time
    Searched refs:failmsg (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/
m_tooliface.c 105 Bool VG_(sanity_check_needs)(const HChar** failmsg)
113 *failmsg = "Tool error: '" #var "' not initialised\n"; \
138 *failmsg = "Tool error: one of the specialised 'new_mem_stack_N'\n"
158 *failmsg = "Tool error: one of the specialised 'new_mem_stack_N_w_ECU'\n"
179 *failmsg = "Tool error: tool supplies both a 'new_mem_stack_N' and a\n"
199 *failmsg = "Tool error: one of the specialised 'die_mem_stack_N'\n"
pub_core_tooliface.h 254 Bool VG_(sanity_check_needs) ( const HChar** failmsg );
  /external/openssh/
mux.c 585 char *failmsg = NULL; local
597 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid);
625 xasprintf(&failmsg, "remote port forwarding failed for "
628 xasprintf(&failmsg, "remote port forwarding failed for "
632 error("%s: %s", __func__, failmsg);
635 buffer_put_cstring(&out, failmsg);
636 free(failmsg);
    [all...]

Completed in 304 milliseconds