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

  /src/external/gpl2/xcvs/dist/src/
logmsg.c 733 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...]
edit.c 818 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);
  /src/games/warp/
intrp.c 340 FILE *pipefp; local
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
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 21 milliseconds