OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exit_success
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/process/
status_test.cpp
121
const status
exit_success
= fork_and_wait(child_exit<
EXIT_SUCCESS
>);
local
122
ATF_REQUIRE(
exit_success
.exited());
123
ATF_REQUIRE_EQ(
EXIT_SUCCESS
,
exit_success
.exitstatus());
124
ATF_REQUIRE(!
exit_success
.signaled());
status_test.cpp
121
const status
exit_success
= fork_and_wait(child_exit<
EXIT_SUCCESS
>);
local
122
ATF_REQUIRE(
exit_success
.exited());
123
ATF_REQUIRE_EQ(
EXIT_SUCCESS
,
exit_success
.exitstatus());
124
ATF_REQUIRE(!
exit_success
.signaled());
status_test.cpp
121
const status
exit_success
= fork_and_wait(child_exit<
EXIT_SUCCESS
>);
local
122
ATF_REQUIRE(
exit_success
.exited());
123
ATF_REQUIRE_EQ(
EXIT_SUCCESS
,
exit_success
.exitstatus());
124
ATF_REQUIRE(!
exit_success
.signaled());
/src/usr.sbin/faithd/
faithd.c
468
exit_success
("no local service for %s", service);
682
exit(
EXIT_SUCCESS
);
738
exit_success
(const char *fmt, ...)
function
745
exit(
EXIT_SUCCESS
);
faithd.c
468
exit_success
("no local service for %s", service);
682
exit(
EXIT_SUCCESS
);
738
exit_success
(const char *fmt, ...)
function
745
exit(
EXIT_SUCCESS
);
faithd.c
468
exit_success
("no local service for %s", service);
682
exit(
EXIT_SUCCESS
);
738
exit_success
(const char *fmt, ...)
function
745
exit(
EXIT_SUCCESS
);
Completed in 40 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026