OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:failmsg
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c++/detail/
test_helpers.cpp
83
const std::string
failmsg
= std::string("Header check failed; ") +
local
86
ATF_FAIL(
failmsg
);
/src/external/bsd/atf/dist/atf-c/detail/
test_helpers.c
83
char
failmsg
[128];
local
90
snprintf(
failmsg
, sizeof(
failmsg
),
94
atf_tc_fail("%s",
failmsg
);
/src/crypto/external/bsd/openssh/dist/
mux.c
590
char *
failmsg
= NULL;
local
607
xasprintf(&
failmsg
, "unknown forwarding id %d", fctx->fid);
644
xasprintf(&
failmsg
, "remote port forwarding failed for "
647
xasprintf(&
failmsg
, "remote port forwarding failed for "
662
error_f("%s",
failmsg
);
663
reply_error(out, MUX_S_FAILURE, fctx->rid,
failmsg
);
664
free(
failmsg
);
/src/sys/net/
if_spppsubr.c
5428
static const char *
failmsg
= "Failed...";
local
5445
msg =
failmsg
;
5446
mlen = sizeof(
failmsg
) - 1;
Completed in 36 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026