Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
H A Drun.c192 mode_out |= ((flags & RUN_STDOUT_APPEND) ? O_APPEND : O_TRUNC); in run_exec()
H A Dcvs.h675 #define RUN_STDOUT_APPEND 0x0004 /* append to stdout, don't truncate */ macro