Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dwrapper.c545 run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL | RUN_REALLY ); in wrap_tocvs_process_file()
572 run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL); in wrap_fromcvs_process_file()
H A Dlogmsg.c296 if ((retcode = run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in do_editor()
980 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in verifymsg_proc()
H A Drun.c147 run_exec (const char *stin, const char *stout, const char *sterr, int flags) in run_exec() function
H A Dfileattr.c554 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in postwatch_proc()
H A Dtag.c406 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL)); in posttag_proc()
860 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL)); in pretag_proc()
H A Dcvs.h712 int run_exec (const char *stin, const char *stout, const char *sterr,
H A Dmodules.c709 err += run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in my_module()
H A Dadmin.c191 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in postadmin_proc()
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 Dcommit.c1278 return run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL|RUN_REALLY| in precommit_proc()
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 Dserver.c2402 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in prepost_proxy_proc()
H A DChangeLog4306 * run.c (run_exec): Ditto, plus call cvs_flush{out,err}() instead of
9507 * run.c (run_exec): flush, if used, stderr and stdout before exit
10665 * run.c (run_exec): Conditionalize K.J.'s change so that it only
11722 * run.c (run_exec): Adjust comment about vfork; this isn't the place
12779 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'.
/netbsd-src/external/gpl2/xcvs/dist/
H A DChangeLog.zoo391 * Lots of additional error checking for forked processes (run_exec)
H A DNEWS1833 * Lots of additional error checking for forked processes (run_exec)