Searched refs:run_exec (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | wrapper.c | 545 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 D | logmsg.c | 296 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 D | run.c | 147 run_exec (const char *stin, const char *stout, const char *sterr, int flags) in run_exec() function
|
H A D | fileattr.c | 554 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in postwatch_proc()
|
H A D | tag.c | 406 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 D | cvs.h | 712 int run_exec (const char *stin, const char *stout, const char *sterr,
|
H A D | modules.c | 709 err += run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in my_module()
|
H A D | admin.c | 191 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in postadmin_proc()
|
H A D | ChangeLog-9395 | 525 * 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 D | commit.c | 1278 return run_exec (RUN_TTY, RUN_TTY, RUN_TTY, RUN_NORMAL|RUN_REALLY| in precommit_proc()
|
H A D | ChangeLog-96 | 39 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 D | server.c | 2402 return abs (run_exec (RUN_TTY, RUN_TTY, RUN_TTY, in prepost_proxy_proc()
|
H A D | ChangeLog | 4306 * 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 D | ChangeLog-97 | 272 * run.c (run_exec): Declare `char*' parameters to be `const'.
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | ChangeLog.zoo | 391 * Lots of additional error checking for forked processes (run_exec)
|
H A D | NEWS | 1833 * Lots of additional error checking for forked processes (run_exec)
|