Searched refs:fpipe (Results 1 – 3 of 3) sorted by relevance
340 FILE *fpipe; in get_manpage_contents() local352 fpipe = popen (cmdline, "r"); in get_manpage_contents()357 if (fpipe == 0) in get_manpage_contents()359 formatted_page = read_from_fd (fileno (fpipe)); in get_manpage_contents()360 if (pclose (fpipe) == -1) in get_manpage_contents()
1515 FILE *fpipe=0; in msdos_openpipe() local1543 fpipe = popen (text, "rt"); in msdos_openpipe()1545 if (!fpipe || dos_status) in msdos_openpipe()1557 pipedes[0] = fileno (fpipe); in msdos_openpipe()1562 return fpipe; in msdos_openpipe()1583 FILE *fpipe; in func_shell() local1635 fpipe = msdos_openpipe (pipedes, &pid, argv[0]); in func_shell()1713 if (fpipe) in func_shell()1714 (void) pclose (fpipe); in func_shell()
1197 FILE *fpipe; in read_diff() local1212 fpipe = popen (command, "r"); in read_diff()1213 if (!fpipe) in read_diff()1216 fd = fileno (fpipe); in read_diff()1250 wstatus = pclose (fpipe); in read_diff()