Home
last modified time | relevance | path

Searched refs:RUN_STDERR_APPEND (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Drun.c193 mode_err |= ((flags & RUN_STDERR_APPEND) ? O_APPEND : O_TRUNC); in run_exec()
H A Dcvs.h676 #define RUN_STDERR_APPEND 0x0008 /* append to stderr, don't truncate */ macro