/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);
|
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...] |
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...] |