HomeSort by: relevance | last modified time | path
    Searched defs:pipefp (Results 1 - 2 of 2) sorted by relevancy

  /src/games/warp/
intrp.c 340 FILE *pipefp; local in function:dointerp
343 pipefp = popen(scrbuf,"r");
344 if (pipefp != NULL) {
348 pipefp);
350 pclose(pipefp);
  /src/usr.bin/patch/
pch.c 1408 FILE *pipefp = NULL; local in function:do_ed_script
1418 pipefp = popen(buf, "w");
1432 if (pipefp != NULL)
1433 fprintf(pipefp, "%s", buf);
1443 if (pipefp != NULL)
1444 fprintf(pipefp, "%s", buf);
1449 if (pipefp != NULL)
1450 fprintf(pipefp, "%s", buf);
1460 if (pipefp == NULL)
1462 fprintf(pipefp, "w\n")
    [all...]

Completed in 14 milliseconds