Searched refs:pipefp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dlogmsg.c733 FILE *pipefp; local
823 if ((pipefp = run_popen (cmdline, "w")) == NULL)
830 (void) fprintf (pipefp, "Update of %s\n", repository);
831 (void) fprintf (pipefp, "In directory %s:", hostname);
834 fprintf (pipefp, "<cannot get working directory: %s>\n\n",
838 fprintf (pipefp, "%s\n\n", cp);
842 setup_tmpfile (pipefp, "", changes);
843 (void) fprintf (pipefp, "Log Message:\n%s\n", (message) ? message : "");
846 (void) fprintf (pipefp, "Status:\n");
849 (void) putc (c, pipefp);
[all...]
H A Dedit.c818 FILE *pipefp; local
847 pipefp = run_popen (cmdline, "w");
848 if (pipefp == NULL)
855 fprintf (pipefp, "%s %s\n---\n", srepos, args->file);
856 fprintf (pipefp, "Triggered %s watch on %s\n", args->type, repository);
857 fprintf (pipefp, "By %s\n", args->who);
863 return pclose (pipefp);
/netbsd-current/games/warp/
H A Dintrp.c340 FILE *pipefp; local
343 pipefp = popen(scrbuf,"r");
344 if (pipefp != NULL) {
348 pipefp);
350 pclose(pipefp);
/netbsd-current/usr.bin/patch/
H A Dpch.c1408 FILE *pipefp = NULL; local
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, "
[all...]

Completed in 170 milliseconds