OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wait3
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/gen/
wait3.c
1
/* $NetBSD:
wait3
.c,v 1.10 2012/03/20 16:36:05 matt Exp $ */
35
static char sccsid[] = "@(#)
wait3
.c 8.1 (Berkeley) 6/4/93";
37
__RCSID("$NetBSD:
wait3
.c,v 1.10 2012/03/20 16:36:05 matt Exp $");
48
wait3
(int *istat, int options, struct rusage *rup)
function
/src/tests/lib/libc/sys/
t_wait_noproc.c
86
ATF_TC(
wait3
);
variable
87
ATF_TC_HEAD(
wait3
, tc)
90
"Test that
wait3
(2) returns ECHILD for no child");
93
ATF_TC_BODY(
wait3
, tc)
95
ATF_REQUIRE_ERRNO(ECHILD,
wait3
(NULL, TWAIT_OPTION, NULL) == -1);
263
"Test that
wait3
(2) returns ECHILD for no child");
272
printf("Testing
wait3
(2) with options %x\n", o);
275
wait3
(NULL, o | TWAIT_OPTION, NULL) == -1);
329
ATF_TP_ADD_TC(tp,
wait3
);
/src/lib/libc/include/
namespace.h
803
#define
wait3
_wait3
macro
Completed in 48 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026