Home
last modified time | relevance | path

Searched refs:run_exec (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dwrapper.c600 run_exec(RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL|RUN_REALLY );
633 run_exec(RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL );
H A Dlogmsg.c287 if ((retcode = run_exec (RUN_TTY, RUN_TTY, RUN_TTY,
445 if ((retcode = run_exec (RUN_TTY, RUN_TTY, RUN_TTY,
H A Drun.c95 run_exec (stin, stout, sterr, flags) in run_exec() function
H A Dcvs.h687 int run_exec PROTO((const char *stin, const char *stout, const char *sterr,
H A Dmodules.c763 err += run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL);
H A Dcommit.c1142 return (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL|RUN_REALLY));
1501 (void) run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL);
H A Dtag.c585 return (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL));
H A DChangeLog-9395525 * commit.c (check_fileproc): pass RUN_REALLY flag to run_exec,
895 remove the directory, instead of invoking "rm" via run_exec().
1519 run_exec, run_print, Popen): and these functions...
1589 run_setup, run_args, run_exec, Popen, piped_child, close_on_exec,
2910 * subr.c (run_exec): Print error message if we are unable to exec.
3213 * subr.c (run_exec): Always use waitpid.
H A Dupdate.c1111 (void) run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL);
H A DChangeLog-9639 code from run_exec is -1, not if it is 1.
123 * run.c (run_exec): Add comment about why we use vfork.
273 run_exec), modules.c (open_module, cat_module, do_module), update.c
323 run_exec on RCS_CO.
3527 * run.c (run_exec): Added VMS return status support.
H A DChangeLog552 * run.c (run_exec): flush, if used, stderr and stdout before exit
1710 * run.c (run_exec): Conditionalize K.J.'s change so that it only
2767 * run.c (run_exec): Adjust comment about vfork; this isn't the place
3824 to run_exec. This means that taginfo does not get executed if the
H A DChangeLog-97272 * run.c (run_exec): Declare `char*' parameters to be `const'.
/openbsd-src/gnu/usr.bin/cvs/os2/
H A Drun.c132 run_exec (stin, stout, sterr, flags) in run_exec() function
H A DChangeLog795 (run_exec): correctly check return of spawn under OS/2; return
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Drun.c133 run_exec (stin, stout, sterr, flags) in run_exec() function
H A DChangeLog127 * run.c (run_exec): Change parameters from char * to const char *.
499 * run.c (run_exec): Flush stdout and stderr so we end up with the
/openbsd-src/gnu/usr.bin/cvs/
H A DChangeLog.zoo391 * Lots of additional error checking for forked processes (run_exec)
H A DNEWS850 * Lots of additional error checking for forked processes (run_exec)