OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outpipe
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/progress/
progress.c
84
int ch, fd,
outpipe
[2];
local in function:main
211
if (pipe(
outpipe
) < 0)
219
dup2(
outpipe
[0], STDIN_FILENO);
220
close(
outpipe
[0]);
221
close(
outpipe
[1]);
225
close(
outpipe
[0]);
241
if ((nw = write(
outpipe
[1], fb_buf + off,
252
close(
outpipe
[1]);
Completed in 11 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025