OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parent_pipe
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/gen/posix_spawn/
h_spawnattr.c
49
int
parent_pipe
, res = EXIT_SUCCESS;
local
75
parent_pipe
= atoi(argv[1]);
76
if (
parent_pipe
> 2) {
78
"%d\n", getprogname(),
parent_pipe
);
79
rd = read(
parent_pipe
, &tmp, 1);
85
getprogname(),
parent_pipe
, errno);
h_spawnattr.c
49
int
parent_pipe
, res = EXIT_SUCCESS;
local
75
parent_pipe
= atoi(argv[1]);
76
if (
parent_pipe
> 2) {
78
"%d\n", getprogname(),
parent_pipe
);
79
rd = read(
parent_pipe
, &tmp, 1);
85
getprogname(),
parent_pipe
, errno);
Completed in 40 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026