Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:fpipe

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);