Home
last modified time | relevance | path

Searched refs:run_popen (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drun.c448 run_popen (const char *cmd, const char *mode) in run_popen() function
H A Dcvs.h717 FILE *run_popen (const char *, const char *);
H A Dlogmsg.c823 if ((pipefp = run_popen (cmdline, "w")) == NULL) in logfile_write()
H A Dedit.c847 pipefp = run_popen (cmdline, "w"); in notify_proc()
H A DChangeLog-963852 * run.c, cvs.h: Changed more Popen() to run_popen()
3868 run_popen(). VMS' linker is not case sensitive and considered
H A DChangeLog-971418 * run.c (run_popen): Add comment on return value.
H A DChangeLog12624 * run.c (run_popen): Use it.