OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpipe
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/texinfo/dist/info/
man.c
340
FILE *
fpipe
;
local
352
fpipe
= popen (cmdline, "r");
357
if (
fpipe
== 0)
359
formatted_page = read_from_fd (fileno (
fpipe
));
360
if (pclose (
fpipe
) == -1)
/src/external/gpl2/diffutils/dist/src/
diff3.c
1201
FILE *
fpipe
;
1216
fpipe
= popen (command, "r");
1217
if (!
fpipe
)
1220
fd = fileno (
fpipe
);
1254
wstatus = pclose (
fpipe
);
1197
FILE *
fpipe
;
local
/src/external/gpl2/gmake/dist/
function.c
1522
FILE *
fpipe
=0;
1550
fpipe
= popen (text, "rt");
1552
if (!
fpipe
|| dos_status)
1564
pipedes[0] = fileno (
fpipe
);
1569
return
fpipe
;
1590
FILE *
fpipe
;
1642
fpipe
= msdos_openpipe (pipedes, &pid, argv[0]);
1720
if (
fpipe
)
1721
(void) pclose (
fpipe
);
1515
FILE *
fpipe
=0;
local
1583
FILE *
fpipe
;
local
Completed in 17 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026